nucleol552ze: implementation with CLOCK, LED, and UART

This commit is contained in:
Kenneth Bell
2020-12-13 23:47:27 -08:00
committed by deadprogram
parent 801bd2a7ff
commit af02c09b56
14 changed files with 682 additions and 5 deletions
+10
View File
@@ -0,0 +1,10 @@
MEMORY
{
FLASH_TEXT (rx) : ORIGIN = 0x08000000, LENGTH = 512K
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 192K
}
_stack_size = 4K;
INCLUDE "targets/arm.ld"