Hi there,
in my passion to keep up with technological advances, I ordered the nRF5340 PDK. I was hoping to pave the way of moving our nRF52832 and nRF52840 based projects onto the new platform. I am fairly familiar with the nRF52 ecosystem and I have been a big fan of the NordicSemi-style documentation and handling of resources. This includes the simple but neat https://infocenter.nordicsemi.com/, where I can click through very quickly to the information I need, but also the simple way of getting and setting up the SDK over http://developer.nordicsemi.com/nRF5_SDK/.
Now, with the nRF5340 I seem to face a problem. I went as far as to install nRF Connect to be able to get the SDK. And now I am reading all the necessary steps:
- install Chocolatey and enable some features
- install cmake
- install Git
- install python
- install ninja
- install DTC
- install GPerf
- install GNU ARM Embedded toolchain
... I am baffled. Is that really the only way to have a working development framework for the nRF53??? Or am I missing something?
I really do want an "old-fashioned" solution, where
- I download the SDK (from which I only keep parts I need),
- I create a project in Segger Embedded Studio (based on a sample project from the SDK) and
- I code on.
This is still the most efficient way I can think of. And that is why we use Nordic products.
I know that most embedded suppliers today go the way of becoming more "modern" and "colorful", but that also makes simple solutions blown-up and complicated. Please do not make that same mistake!
So, here my questions:
- Is above "old-fashioned" development approach possible for the nRF5340? If yes, please tell me how to start.
- If not, please tell me when it will be possible.
- If never, please tell me why.
Thanks in advance!
Tamas