память уменьшена до 20кбайт, все компилируется

This commit is contained in:
2025-03-06 12:45:38 +03:00
parent dbc9388f67
commit 15134a549a
2 changed files with 3 additions and 3 deletions

View File

@@ -2,8 +2,8 @@
; *** Scatter-Loading Description File generated by uVision *** ; *** Scatter-Loading Description File generated by uVision ***
; ************************************************************* ; *************************************************************
LR_IROM1 0x08000000 0x00006000 { ; load region size_region LR_IROM1 0x08000000 0x00005000 { ; load region size_region
ER_IROM1 0x08000000 0x00006000 { ; load address = execution address ER_IROM1 0x08000000 0x00005000 { ; load address = execution address
*.o (RESET, +First) *.o (RESET, +First)
*(InRoot$$Sections) *(InRoot$$Sections)
.ANY (+RO) .ANY (+RO)

View File

@@ -278,7 +278,7 @@
<OCR_RVCT4> <OCR_RVCT4>
<Type>1</Type> <Type>1</Type>
<StartAddress>0x8000000</StartAddress> <StartAddress>0x8000000</StartAddress>
<Size>0x6000</Size> <Size>0x5000</Size>
</OCR_RVCT4> </OCR_RVCT4>
<OCR_RVCT5> <OCR_RVCT5>
<Type>1</Type> <Type>1</Type>