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
The flash address must have the MSBit set (i.e. (flash_addr & SENTINEL) != 0). I'll make that clearer in the documentation and code comments, and add an assertion. It's properly documented in tock.c, but it's not obvious if you don't look there or aren't familiar with the Tock loader. Thanks!
Applying this patch causes the example to hang:
It may just be that this causes two memory regions to overlap but by my calculations there is enough space.
The text was updated successfully, but these errors were encountered: