04-07-2022 05:47 PM
Currently I am trying out using the standalone example provided but when i upload it gives me this error:
Open On-Chip Debugger 0.11.0+dev-gab95bac57-dirty (2021-05-11-10:45)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
debug_level: 0
adapter speed: 1000 kHz
target halted due to debug-request, current mode: Thread
xPSR: 0x01000000 pc: 0x00006dc4 msp: 0x20010000
target halted due to debug-request, current mode: Thread
xPSR: 0x01000000 pc: 0x00006dc4 msp: 0x20010000
** Programming Started **
** Programming Finished **
shutdown command invoked
The serial monitor also prints weird stuff.
Hope someone know what is the issue.
Solved! Go to Solution.
04-08-2022 04:40 AM
Hi, melmel923!
1. Is your Arduino IDE turned on an extended mode of compiling and uploading logs?
If not, you can turn them in preferences. Sometimes, it can help
2. I also tried to upload Standalone to Nicla Sense ME and then what I got in the console with extended log mode:
From what I can see, so far, I got 2(second) DEBUG_LEVEL and you got 0 DEBUG_LEVEL
3. Try to change the Baud rate in Serial Terminal.
Maybe one of them will be debugging channel, which is automatically created when something happened
04-19-2022 05:09 AM
Hi melmel923,
You should run BHYFirmwareUpdate first, then run Standalone, it will work.
In serial monitor, set baud rate to 115200.