Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
<OCR_RVCT4>
<Type>1</Type>
<StartAddress>0x8000000</StartAddress>
<Size>0x8000</Size>
<Size>0x3c00</Size>
</OCR_RVCT4>
<OCR_RVCT5>
<Type>1</Type>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ MEMORY
{
RAM1 (xrw) : ORIGIN = 0x20000000, LENGTH = 5K
RAM2 (xrw) : ORIGIN = 0x20001400, LENGTH = 1K
ROM (rx) : ORIGIN = 0x08000000, LENGTH = 27K
ROM (rx) : ORIGIN = 0x08000000, LENGTH = 15K
}

/* Sections */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Vendor>STMicroelectronics</Vendor>
<PackID>Keil.STM32C0xx_DFP.1.2.0-RC2</PackID>
<PackURL>https://www.keil.com/pack/</PackURL>
<Cpu>IRAM(0x20000000-0x20005FFF) IROM(0x8000000-0x801FFFF) CLOCK(8000000) CPUTYPE("Cortex-M0+") TZ</Cpu>
<Cpu>IRAM(0x20000000-0x200077FF) IROM(0x8000000-0x803FFFF) CLOCK(8000000) CPUTYPE("Cortex-M0+") TZ</Cpu>
<FlashUtilSpec></FlashUtilSpec>
<StartupFile></StartupFile>
<FlashDriverDll></FlashDriverDll>
Expand Down Expand Up @@ -247,12 +247,12 @@
<IRAM>
<Type>0</Type>
<StartAddress>0x20000000</StartAddress>
<Size>0x6000</Size>
<Size>0x7800</Size>
</IRAM>
<IROM>
<Type>1</Type>
<StartAddress>0x8000000</StartAddress>
<Size>0x20000</Size>
<Size>0x40000</Size>
</IROM>
<XRAM>
<Type>0</Type>
Expand All @@ -277,7 +277,7 @@
<OCR_RVCT4>
<Type>1</Type>
<StartAddress>0x8000000</StartAddress>
<Size>0x20000</Size>
<Size>0x40000</Size>
</OCR_RVCT4>
<OCR_RVCT5>
<Type>1</Type>
Expand All @@ -302,7 +302,7 @@
<OCR_RVCT9>
<Type>0</Type>
<StartAddress>0x20000000</StartAddress>
<Size>0x6000</Size>
<Size>0x7800</Size>
</OCR_RVCT9>
<OCR_RVCT10>
<Type>0</Type>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
** @author : Auto-generated by STM32CubeIDE
**
** @brief : Linker script for STM32C092RCTx Device from STM32C0 series
** 128KBytes FLASH
** 24KBytes RAM
** 256KBytes FLASH
** 30KBytes RAM
**
** Set heap size, stack size and stack location according
** to application requirements.
Expand Down Expand Up @@ -44,8 +44,8 @@ _Min_Stack_Size = 0x400; /* required amount of stack */
/* Memories definition */
MEMORY
{
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 24K
FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 128K
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 30K
FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 256K
}

/* Sections */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Vendor>STMicroelectronics</Vendor>
<PackID>Keil.STM32C0xx_DFP.1.2.0-RC2</PackID>
<PackURL>https://www.keil.com/pack/</PackURL>
<Cpu>IRAM(0x20000000-0x20005FFF) IROM(0x8000000-0x801FFFF) CLOCK(8000000) CPUTYPE("Cortex-M0+") TZ</Cpu>
<Cpu>IRAM(0x20000000-0x200077FF) IROM(0x8000000-0x803FFFF) CLOCK(8000000) CPUTYPE("Cortex-M0+") TZ</Cpu>
<FlashUtilSpec></FlashUtilSpec>
<StartupFile></StartupFile>
<FlashDriverDll></FlashDriverDll>
Expand Down Expand Up @@ -247,12 +247,12 @@
<IRAM>
<Type>0</Type>
<StartAddress>0x20000000</StartAddress>
<Size>0x6000</Size>
<Size>0x7800</Size>
</IRAM>
<IROM>
<Type>1</Type>
<StartAddress>0x8000000</StartAddress>
<Size>0x20000</Size>
<Size>0x40000</Size>
</IROM>
<XRAM>
<Type>0</Type>
Expand All @@ -277,7 +277,7 @@
<OCR_RVCT4>
<Type>1</Type>
<StartAddress>0x8000000</StartAddress>
<Size>0x20000</Size>
<Size>0x40000</Size>
</OCR_RVCT4>
<OCR_RVCT5>
<Type>1</Type>
Expand All @@ -302,7 +302,7 @@
<OCR_RVCT9>
<Type>0</Type>
<StartAddress>0x20000000</StartAddress>
<Size>0x6000</Size>
<Size>0x7800</Size>
</OCR_RVCT9>
<OCR_RVCT10>
<Type>0</Type>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
** @author : Auto-generated by STM32CubeIDE
**
** @brief : Linker script for STM32C092RCTx Device from STM32C0 series
** 128KBytes FLASH
** 24KBytes RAM
** 256KBytes FLASH
** 30KBytes RAM
**
** Set heap size, stack size and stack location according
** to application requirements.
Expand Down Expand Up @@ -44,8 +44,8 @@ _Min_Stack_Size = 0x400; /* required amount of stack */
/* Memories definition */
MEMORY
{
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 24K
FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 128K
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 30K
FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 256K
}

/* Sections */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Vendor>STMicroelectronics</Vendor>
<PackID>Keil.STM32C0xx_DFP.1.2.0-RC2</PackID>
<PackURL>https://www.keil.com/pack/</PackURL>
<Cpu>IRAM(0x20000000-0x20005FFF) IROM(0x8000000-0x801FFFF) CLOCK(8000000) CPUTYPE("Cortex-M0+") TZ</Cpu>
<Cpu>IRAM(0x20000000-0x200077FF) IROM(0x8000000-0x803FFFF) CLOCK(8000000) CPUTYPE("Cortex-M0+") TZ</Cpu>
<FlashUtilSpec></FlashUtilSpec>
<StartupFile></StartupFile>
<FlashDriverDll></FlashDriverDll>
Expand Down Expand Up @@ -247,12 +247,12 @@
<IRAM>
<Type>0</Type>
<StartAddress>0x20000000</StartAddress>
<Size>0x6000</Size>
<Size>0x7800</Size>
</IRAM>
<IROM>
<Type>1</Type>
<StartAddress>0x8000000</StartAddress>
<Size>0x20000</Size>
<Size>0x40000</Size>
</IROM>
<XRAM>
<Type>0</Type>
Expand All @@ -277,7 +277,7 @@
<OCR_RVCT4>
<Type>1</Type>
<StartAddress>0x8000000</StartAddress>
<Size>0x20000</Size>
<Size>0x40000</Size>
</OCR_RVCT4>
<OCR_RVCT5>
<Type>1</Type>
Expand All @@ -302,7 +302,7 @@
<OCR_RVCT9>
<Type>0</Type>
<StartAddress>0x20000000</StartAddress>
<Size>0x6000</Size>
<Size>0x7800</Size>
</OCR_RVCT9>
<OCR_RVCT10>
<Type>0</Type>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
** @author : Auto-generated by STM32CubeIDE
**
** @brief : Linker script for STM32C092RCTx Device from STM32C0 series
** 128KBytes FLASH
** 24KBytes RAM
** 256KBytes FLASH
** 30KBytes RAM
**
** Set heap size, stack size and stack location according
** to application requirements.
Expand Down Expand Up @@ -44,8 +44,8 @@ _Min_Stack_Size = 0x400; /* required amount of stack */
/* Memories definition */
MEMORY
{
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 24K
FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 128K
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 30K
FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 256K
}

/* Sections */
Expand Down