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
In the MCUboot multi-threaded program, function pointers are used to treat the display firmware (single-threaded, CONFIG_MULTITHREADING=n) as a function. This way, I can update the display without needing to update MCUboot itself. Is this approach feasible?
I have made numerous attempts, I have split the RAM hardware resources in half, allocating one part to MCUboot and the other to the display firmware.,but the outcomes are either that the display firmware takes over all control, or the system crashes.
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.
-
Hi ,
I have made numerous attempts, I have split the RAM hardware resources in half, allocating one part to MCUboot and the other to the display firmware.,but the outcomes are either that the display firmware takes over all control, or the system crashes.
Zephyr 4.2
Rp2350 platform
Beta Was this translation helpful? Give feedback.
All reactions