Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

J-link Monitor Mode for s332

Rank

Total Posts: 1

Joined 2020-11-16

PM

it is possible to use Jlink Monitor mode for live debugging with nordics normal softdevices - works quite well!

see:
https://github.com/NordicPlayground/j-link-monitoring-mode-debugging

is this possible with the s332 softdevices dynastream ant+/ble soft devices? - or am i doomed never to have realtime debugging (single step) support without crashing the softdevice?

     
RankRankRankRank

Total Posts: 370

Joined 2012-06-27

PM

In theory that solution can work with ANT soft devices as well.

You may need to tweak the priority ("NVIC_SetPriority(DebugMonitor_IRQn, _PRIO_SD_LOW);") if it isn't working.

Note: The profile state machines in application priorities being blocked will lead to incorrect transmission patterns or interaction with connected sensors.

Note: Single stepping is possible without that solution if no channels are open.      

Signature

Ian Haigh