You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is expected behavior, but when using NRF82820 with printf or printk with the device setup to log to RTT the firmware hangs for 30+ seconds unless RTT is started. This doesnt happen with the NRF5340 (very different chip but thought worth mentioning). I have tried lots of different KCONFIGs, but nothing seemed to help. If I step through with the debugger then the program faults on the print line, without the debugger it just hangs for 30+ seconds (assuming RTT is not connected) and then seems to work fine.
So am I doing something wrong or this is expected behavior? Is there a workaround?
my latest Kconfig experiment was the following (using printk only):
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not sure if this is expected behavior, but when using NRF82820 with printf or printk with the device setup to log to RTT the firmware hangs for 30+ seconds unless RTT is started. This doesnt happen with the NRF5340 (very different chip but thought worth mentioning). I have tried lots of different KCONFIGs, but nothing seemed to help. If I step through with the debugger then the program faults on the print line, without the debugger it just hangs for 30+ seconds (assuming RTT is not connected) and then seems to work fine.
So am I doing something wrong or this is expected behavior? Is there a workaround?
my latest Kconfig experiment was the following (using printk only):
Beta Was this translation helpful? Give feedback.
All reactions