Hi Team,
I'm working with the following set-up
- MCUXpresso: v11.3.0 [Build 5222] [2021-01-11]
- SDK: SDK_2.x_LPCXpresso5506 version 2.8.2
- EVAL: LPC5506-EVK
I'm working on putting a basic application together showing the CAN bus off. I'm starting with SDK led_blinky as a base. Once I open up the Clocks tab I see that there is already an error showing up.
Issue: Clocks initialization requires the POWER Driver in the project.
Level: Error
Type: Validation
Tool: Toolchain/IDE project
Origin: Clocks:BOARD_BootClockFRO12M
Target: Toolchain/IDE project: cm33_core0
Resource: platform.drivers.power
I have tried shutting down MCUXpreso, making a fresh workspace, and a computer restart. I have confirmed that this is only related to this device by loading up a simple project for the IMXRT1050 and I do not see the error.
Is this related to the fact that this is a newly released device?