Hi,
I am running Freertos Blinky example on my LPC4357 board.
Everything runs correctly until I changed the Managed Linker Script method to MCUXpresso Style.
After checking, it seems like my freertos malloc (from stdlib.h) failed to allocate 512 bytes when starting the scheduler.
May I know if someone has experienced this before and how to fix it?
This is my Managed Linker Script setting:

This is the output of the build with --print-memory-usage linker option:

Any help would be greatly appreciated.
Thanks,
UAZ