Ignore:
Timestamp:
Feb 14, 2025, 9:14:21 AM (3 months ago)
Author:
Zed
Message:

Fixing project.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ctrl/firmware/Main/CubeMX/FATFS/App/fatfs.c

    r92 r93  
    2121uint8_t retSD;                                                                                                                                  /* Return value for SD */
    2222char SDPath[4];                                                                                                                                 /* SD logical drive path */
    23 FATFS SDFatFS     __attribute__((section(".RAM_4_DMA")));                                               /* File system object for SD logical drive */
    24 FIL SDFile                __attribute__((section(".RAM_4_DMA")));                                               /* File object for SD */
     23FATFS SDFatFS     __attribute__((section(".AXI_RAM_4_DMA")));                                           /* File system object for SD logical drive */
     24FIL SDFile                __attribute__((section(".AXI_RAM_4_DMA")));                                           /* File object for SD */
    2525
    2626/* USER CODE BEGIN Variables */
Note: See TracChangeset for help on using the changeset viewer.