Add files via upload

This commit is contained in:
Kevin Thomas
2025-10-25 17:25:25 -04:00
committed by GitHub
parent 9f5fdf5076
commit 53cb6cbd8f
3 changed files with 147 additions and 147 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ __XIP_BASE = 0x10000000;
__XIP_SIZE = 32M;
__SRAM_BASE = 0x20000000;
__SRAM_SIZE = 512K; /* non-secure window */
__SRAM_SIZE = 512K; /* non-secure window */
__STACK_SIZE = 32K;
MEMORY
@@ -38,7 +38,7 @@ MEMORY
*/
PHDRS
{
text PT_LOAD FLAGS(5); /* RX */
text PT_LOAD FLAGS(5); /* RX */
}
/**