This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Keil 5.17 and CMSIS Core 3.40.0 nrf52832_xxaa

Hi,

I'm trying to build the blinky example of nrf52 Development Kit in KEIL 5.17 but I keep getting this error :

Error #540: 'ARM::CMSIS:CORE:3.40.0' component is not available for target 'nrf52832_xxaa'

In the Pack Installer only ARM::CMSIS 4.5.0 is installed so I don't see why it refers to 3.40.0

The Nordic DFP 8.0.3 is installed too.

Does anybody already got this error? Did I forgot to install something before building?

Thank you for your help !

Best regards,

Parents
  • In general you should not select "latest" when you use pack, as not all Packs are compatible and they are not necessarily updated simultaneously. You are better of using a fixed version. In this case I suggest you fix the version of ARM::CMSIS to 4.2.0 (install it first if it is missing) and the version of the ...DeviceFamilyPack to 8.0.3.

  • Hi, I'm having a similar problem. I'm trying to run Blinky on an nRF52 DK preview board. I'm getting the following error: "Error #540: 'NordicSemiconductor::Device:Startup:8.0.3' component is not available for target 'nrf52832_xxaa' when trying to compile under Keil uVision v5.17.0.0. As suggested here I reverted CMSIS to 4.2.0 and DeviceFamilyPack is set to 8.0.3 in the Pack Installer but it didn't make a difference. Not sure what I'm missing. Any suggestions? Thanks!

Reply
  • Hi, I'm having a similar problem. I'm trying to run Blinky on an nRF52 DK preview board. I'm getting the following error: "Error #540: 'NordicSemiconductor::Device:Startup:8.0.3' component is not available for target 'nrf52832_xxaa' when trying to compile under Keil uVision v5.17.0.0. As suggested here I reverted CMSIS to 4.2.0 and DeviceFamilyPack is set to 8.0.3 in the Pack Installer but it didn't make a difference. Not sure what I'm missing. Any suggestions? Thanks!

Children
No Data
Related