Hello Team,
As part of my application, I am using LPC55S69 microcontroller. At this moment, I am developing the code based on the LPC55S69 SDK code.
When I pulled the SDK code, it also contained the core code. But I would like to separate it into 2 separate folders like shown below,
myapplication -> Contains my application code, I will link to core code for the required header files and other sources on the MCUXpresso IDE
core -> Contains the core code, includes pin configurations and many other
Can someone please let me know, how to do this?
I already tried doing it, but I am seeing and error, so don't know what I am missing.
#error SERIAL_PORT_TYPE_UART, SERIAL_PORT_TYPE_USBCDC, SERIAL_PORT_TYPE_SWO, SERIAL_PORT_TYPE_VIRTUAL, and SERIAL_PORT_TYPE_BLE_WU should not be cleared at same time.
Regards,
San