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 am involved in implementing a bootloader for the picoRV. Is there a way to dynamically reset the program address to a different section from the application itself at the beginning? I have my memory map as follows,
Hi,
I am involved in implementing a bootloader for the picoRV. Is there a way to dynamically reset the program address to a different section from the application itself at the beginning? I have my memory map as follows,
Currently, even though I set the stack pointer to the application and, jump to the application it still searches for that address on the BOOTROM area.
Any suggestion is appreciated.
Thanks in advance
The text was updated successfully, but these errors were encountered: