I've been developing using nRF52840 using the nRF5 SDK. I have also been using FreeRTOS in my projects.
I recently received an nRF5340pdk to evaluate the nRF5340. I have some questions:
- From reading the website, it appears that nRF5 SDK has been replaced by SDK Connect when using the nRF5340. Is this true?
- I see that Zephyr is included in SDK Connect. Will FreeRTOS be ported to nRF5340?
- I downloaded the "Toolchain Manager" and installed (on Windows 10) both nRF Connect SDK v1.4.0 and v1.4.99-dev and tried the sequence under "First steps to build". Using v1.4.0
- I was able to download/compile/run the sample project "Blinky"
- I was able to download/compile/run the sample project "Hello World", but when it runs, no output appears in the Debug Terminal. Is the output going somewhere else, or do I have to enable output to the Debug Terminal?
- I was able to download/compile the sample project "peripheral hr", but when I attempt Debug->Go it appears to fail at line 455 of init.c (in z_cstart).
- I then tried using the board "nrf5340pdk_nrf5340_cpunet (thinking that perhaps since this demo uses BLE, I needed the "net" version) and it compiled, but won't load (SES says that the CPU is still running). I tried various things (included power cycling the board), without success.
Can you suggest what I'm doing wrong?
Thanks!
Ed Hepler
and go again. It will stop at main.c line 118 : err = bt_enable(NULL);
) in the debug section, then "Go".