Posted on May 17, 2011 at 13:55This is correct, but exatly here is the problem. This define adds the following to the code: #ifdef DATA_IN_ExtSRAM static void SystemInit_ExtMemCtl(void); #endif /* DATA_IN_ExtSRAM */ This function is static. So the s...
Posted on May 17, 2011 at 13:55Hey lowpowermcu, you will find this symol in: STM32F10x_StdPeriph_Lib_V3.3.0\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\TrueSTUDIO\startup_stm32f10x_hd.s And you are right this code seems to be written by t...