This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to quickly verify the download before stepping in GDB

I have a simple project which uses S110, so I flashed the S110 and the bin, but the result is not as expected (blinking LEDs), is there any quick way to verify before needing to step into GDB?

=== flash of soft device was good: ====

Downloading file [s110_nrf51822_7.1.0_softdevice.bin]...Info: J-Link: Flash download: Flash programming performed for 1 range (87040 bytes) Info: J-Link: Flash download: Total time needed: 15.166s (Prepare: 0.708s, Compare: 0.099s, Erase: 0.000s, Program: 14.292s, Verify: 0.005s, Restore: 0.060s) O.K.

Reset delay: 0 ms Reset type NORMAL: Resets core & peripherals via SYSRESETREQ & VECTRESET bit.

=== flash of my bin was good too: ===

Downloading file [_build/led.bin]...Info: J-Link: Flash download: Flash download into internal flash skipped. Flash contents already match Info: J-Link: Flash download: Total time needed: 0.752s (Prepare: 0.616s, Compare: 0.076s, Erase: 0.000s, Program: 0.000s, Verify: 0.000s, Restore: 0.059s) O.K.

Reset delay: 0 ms Reset type NORMAL: Resets core & peripherals via SYSRESETREQ & VECTRESET bit.

Related