Changeset 93 for ctrl/firmware/Main/CubeMX/FATFS/App/fatfs.c
- Timestamp:
- Feb 14, 2025, 9:14:21 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ctrl/firmware/Main/CubeMX/FATFS/App/fatfs.c
r92 r93 21 21 uint8_t retSD; /* Return value for SD */ 22 22 char 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 */23 FATFS SDFatFS __attribute__((section(".AXI_RAM_4_DMA"))); /* File system object for SD logical drive */ 24 FIL SDFile __attribute__((section(".AXI_RAM_4_DMA"))); /* File object for SD */ 25 25 26 26 /* USER CODE BEGIN Variables */
Note: See TracChangeset
for help on using the changeset viewer.