I recently got the nrf52840dk board and I am trying to use it with the Nuttx embedded OS. However, I am having some issues flashing the nuttx binary on my board.
this is the instruction on the nuttx page:
openocd -f interface/stlink-v2.cfg -f target/stm32f1x.cfg -c 'init' \ -c 'program nuttx/nuttx.bin verify reset' -c 'shutdown'
Would appreciate some help with this. I am a beginner with both nuttx and the nordic semi-conductors. Need this for some research implementation.
Thanks