jerry-yuan / GUITestBoard

A STM32F103C8T6 Playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

You have to set the correct memory layout for your device in the linker script.
Please check the FLASH and SRAM length.

e.g.


MEMORY
{
  FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 0x08000   /* 32k */
  RAM (rwx)  : ORIGIN = 0x20000000, LENGTH = 0x01000   /*  4k */
}

About

A STM32F103C8T6 Playground


Languages

Language:C 99.5%Language:Assembly 0.5%