Ignore:
Timestamp:
Jan 29, 2025, 1:36:43 PM (10 months ago)
Author:
Zed
Message:

FatFs with DMA were implemented.

Location:
ctrl/firmware/Main/CubeMX/Middlewares/Third_Party
Files:
10 added
1 edited

Legend:

Unmodified
Added
Removed
  • ctrl/firmware/Main/CubeMX/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c

    r73 r74  
    6262        extern uint8_t ucHeap[ configTOTAL_HEAP_SIZE ];
    6363#else
    64         static uint8_t ucHeap[ configTOTAL_HEAP_SIZE ];
     64        static uint8_t ucHeap[ configTOTAL_HEAP_SIZE ]                                                          __attribute__((section(".DTCM_RAM")));
    6565#endif /* configAPPLICATION_ALLOCATED_HEAP */
    6666
Note: See TracChangeset for help on using the changeset viewer.