Hello,
I am using ublox B201 for my project which is based on nRF52832 SoC & with use of SDK 12.2.0.
So i need to know which IDE supports nRF5 SDK 12.2.0 ?
As segger embedded studio supports v14.0 and latest.
Hello,
I am using ublox B201 for my project which is based on nRF52832 SoC & with use of SDK 12.2.0.
So i need to know which IDE supports nRF5 SDK 12.2.0 ?
As segger embedded studio supports v14.0 and latest.
I have installed Keil & installed MDK provided with SDK for keil,
Now if i am compiling examples given in that SDK it shows me compilation errors of various find not found.
How to solve those errors?
Hi,
The SDK examples should compile correctly out of the box if you have the toolchain correctly installed. Perhaps you are missing the nRF Device family pack? This is just a guess, though. You must provide the error messages if you want more specific advice, as I cannot know what errors you are seeing.
For building i am getting this type errors.
" Build started: Project: experimental_ble_app_lns_pca10040_s132
Build target 'nrf52832_xxaa'
compiling boards.c...
../../../../../../components/boards/boards.c(12): error: fatal error: custom_boards.h: No such file or directory "
Ans this files are available in SDK only, i don't need to change them.
Standard first steps whenever any tool tells you it can't find a file:
The error message shows a relative path - so are you sure that you are starting from the correct point?
Standard first steps whenever any tool tells you it can't find a file:
The error message shows a relative path - so are you sure that you are starting from the correct point?