I am able to debug the project Demos_Switch_Blinky using the MCUXpresso IDE. The project references in that project include the LPC_board and the LPC_chip.
I am now trying to debug a FreeRtos project named freertos_blinky. The project compiles with zero errors but there are three "problems" listed. They are all the same: "Unable to find part support for the LPC chip. Reverting to generic part for core null"
The project references in freeRtos_blinky are to the freeRtos project supplied in the LPC download, and the LPC_board and LPC_ chip. The freeRtos project also contains the board and chip references.
The Debug icons are grayed out, probably because of the problems.
Any hints on what to try next?
John