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 have a simple single app running on the U54_1 that just echo back what is received on a UART channel 1. I want this application loaded by the ZBL to be executed from DDR4 . This simple app works when debugging in MODE0 but failed in MODE1 : I can't get any interrupt on this channel1... although the application mainFunction is executed.
Any IDEA ?
Could you please explain the difference between owner hart and secondary hart ?
Is there a way to debug (ZBL + app) ?
Here is my simple app source code
and the configuration to generate the payload.
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
-
Hello,
I have a simple single app running on the U54_1 that just echo back what is received on a UART channel 1. I want this application loaded by the ZBL to be executed from DDR4 . This simple app works when debugging in MODE0 but failed in MODE1 : I can't get any interrupt on this channel1... although the application mainFunction is executed.
Here is my simple app source code
and the configuration to generate the payload.
Beta Was this translation helpful? Give feedback.
All reactions