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

Device Nordic 52832_xxAA is not supported by Toolchain!

Hi everyone!

i'm currently working on a project Thingy52 and I just wanted to use the sample available directly on the website, but when i try to build the code through Keil uVision5 i receive the following message:

Does someone know how to fix the issue ?

Thx!

Parents
  • From the error message it looks like you installed the Arm Compiler 6.18 in the wrong folder for use with MDK. The install path needs to be:

    C:\Keil_v5\ARM\ARMCLANG_6_18

    so that the additional Arm Compiler folder is in parallel to the already existing ARMCLANG folder. Otherwise the compiler will not find the MDK license information.

Reply
  • From the error message it looks like you installed the Arm Compiler 6.18 in the wrong folder for use with MDK. The install path needs to be:

    C:\Keil_v5\ARM\ARMCLANG_6_18

    so that the additional Arm Compiler folder is in parallel to the already existing ARMCLANG folder. Otherwise the compiler will not find the MDK license information.

Children
No data