When "updating project" from the ConfigTools withing MCUXpresso IDE, I get the following 3 errors in the "Problems" window:
Level: Error
Type: Tool problem
Tool: McuConfiguration
Issue: No processor detected from the toolchain project
Origin: Sphere
Resource: Project
Level: Error
Type: Validation
Tool: Toolchain/IDE project
Issue: Pins initialization requires the COMMON Driver in the project.
Origin: Pins:BOARD_InitPins
Target: Toolchain/IDE project: core0
Resource: platform.drivers.common
Level: Error
Type: Validation
Tool: Toolchain/IDE project
Issue: Pins initialization requires the LPC_GPIO Driver in the project.
Origin: Pins:BOARD_InitPins
Target: Toolchain/IDE project: core0
Resource: platform.drivers.lpc_gpio
First error may be due to the fact that while my MCUXpresso project is for a LPC54605C256BD100 I have to select LPC54606J256BD100 in the ConfigTools since the SDK 2.4.1 does not contain the LPC54605C256BD100.
As for the next 2 errors, where do I find the missing drivers mentioned? I have already imported the "drivers" (with fsl_xxx.c and .h files) and "CMSIS" folders from the SDK examples, but this seems to be somewhere else.
Thanks