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.
Compiling reasons means
Jagir: Compelling - not compiling!
https://dictionary.cambridge.org/dictionary/english/compelling
Why are you using such an old SDK version?
Note that any IDE can be used - it's just that Nordic cannot possibly provide detailed support for every single possibility.
In the case of SDK 12, Nordic provided ready-to-go projects for uVision.
However, these will be for whatever version of Keil was current back at that time - so they may no longer "just work" with the current version of Keil.
Which, again, raises the question: Why are you using such an old SDK version?
In later SDKs, Nordic include ready-to-go projects for SES.
But that doesn't stop you from creating your own projects for whatever IDE you like. It just means that you have to do the legwork.
I am using older SDK because ublox B201 firmware was build on that SDK 12.
I need to do changes as per my application in that firmware.
SDK from 14 provide SES segger embedded studio out of box, but i have to use SDK 12.
because ublox B201 firmware was build on that SDK 12
Fair enough.
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.