Resolved! CMSIS what linker file to use?
I've an STM32F103C8T6 CPU, but I can't find appropriate linker file. The closes file is `STM32F101XB_FLASH.ld`. Can I use it with change following line (#43):FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 128KtoFLASH (rx) : ORIGIN = 0x08000000,...