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
Add a block of memory for the stack before the RAM block, so that a stack overflow leaks into
11
-
reserved space and flash memory, instead of .data and .bss.
12
-
*/
13
-
ASSERT((LENGTH(SECFLASH) == 2K), "Error: SECFLASH is not 2K. To change the size, update this assert, the size in the MEMORY section, and the assert in the flash layout crate.")
0 commit comments