This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Keil Example not working

Hi,
I try to compile/test an example that I can find in the Pack installer for LPC1500 series, Device is LPC1547JBD46.
I select the Example "USB Device HID (MCB1500)" and open it.
In the Prohject window I see that the Group "Drivers" is marked red. Comiling the project gives the Error
Error #540: '::Drivers:USB Device:1.10' API is not available for target 'LPC1549 Flash'
When I look at the Run-Time Environment under Drivers USB Device(API) there is a message
"API not avalilable for Target LPC1549 Flash, pack 'ARM.CMSIS.4.5.0' is not selected"

When I look at CMSIS - Core, it shows the version 4.3.0

When I click on "Select Software Packs for Target...", the checkbox "use latest version of all installed Software packs" is checked, and ARM:CMSIS has version 4.5.0

Why is in the Project version 4.3.0 used, and how do I change it?

Thank you.