Hello Everyone,
I want to use the FreeRTOS in my MCUxpressoIDE (NXP) for the project but the issue is the controller doest have the SDK and not shwon in supported deivice list of freertos
NXP LPC1227FBD48 is not one of our supported port.
Do you want to start the project from scratch?
For source files organization, this MCUXpresso project could be helpful:
https://freertos.org/Documentation/02-Kernel/03-Supported-devices/04-Demos/NXP/RTOS-Cortex-M33-LPC55S69-MCUXpresso-GCC#building-and-running-the-rtos-demo-application
For the port code part, here is the porting guide for the kernel:
https://freertos.org/Documentation/02-Kernel/03-Supported-devices/01-FreeRTOS-porting-guide
Looking here, this is a Cortex-M0 core. So you should be able to use Cortex-M0 port.
I’d recommend to get the bare metal code working first and then add FreeRTOS. This page provides details about adding FreeRTOS to your project.