Hi!
I try to migrate my device from STM32F103RB to STM32L152RB and have faced the following problem. After succesfull compiling Keil uVision (4.13a) returns error then I try to download code in flash memory:
Build target 'STM32L152 Flash' assembling startup_stm32l1xx_md.s... compiling system_stm32l1xx.c... compiling Blinky.c... compiling IRQ.c... compiling GLCD_SPI_STM32L.c... compiling ARM_Ani_16bpp.c... linking... Program Size: Code=4240 RO-data=108292 RW-data=5428 ZI-data=516 ".\Flash\Blinky.axf" - 0 Error(s), 0 Warning(s). Load "C:\\Keil\\ARM\\Boards\\ST\\STM32L152-EVAL\\LCD_Blinky\\Flash\\Blinky.AXF" Set JLink Project File to "C:\Keil\ARM\Boards\ST\STM32L152-EVAL\LCD_Blinky\JLinkSettings.ini" JLink info: ------------ DLL: V4.20c, compiled Sep 24 2010 19:46:42 Firmware: J-Link ARM-Pro V1.x compiled Sep 24 2010 17:25:38 Hardware: V1.10 S/N : 171100029 Feature(s) : RDI, FlashBP, FlashDL, JFlash, GDB * JLink Info: Found SWD-DP with ID 0x2BA01477 * JLink Info: FPUnit: 15 code (BP) slots and 15 literal slots **JLink Warning: CPU core not found. No debug information for index 0x0100 available on this CPU.
What I do wrong?
Regards, Ilya.