I have a problem with nRF5340:
- when building with
west build -bnrf5340dk_nrf5340_cpuappns -pso I have a clean build and flash after that withwest flasheverything is ok, but every build takes a longer time since it has-p - when doing a small change, just print another character to uart, and try to do build like
west build -bnrf5340dk_nrf5340_cpuappnsso without -p and flash, I do not get new firmware on the MCU. So everything seems good with the build, if I would something wrong in the code it would not build. After that everything seems good with the flashing, but when the app starts it is the same one from the previous flash, not the current one. - The same goes if I just do
west flashto build and flash for the same target.
What could be the problem? For other NRF chips, this seemed to work ok. I am using NCS1.5.0 and west v0.10.0 on Ubuntu
Best regards,
Vojislav
Best regards,
Vojislav