Ignore:
Timestamp:
Jan 30, 2025, 8:24:51 AM (10 months ago)
Author:
Zed
Message:

FatFs is working, but without DMA.

File:
1 edited

Legend:

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

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