Hi
I have a problem with STM32L151RE.
I had a program which worked with STM32L151RC but had to move to RE as I needed more ram to hold a couple of very large arrays.
With the STM32L151RE it would not load. (The application was built from scratch to avoid any problems).
Even the basic flashled project will not load with STLink 2. It reports unknown chip id! 0x10006437.
I can load the program with STM32 ST-Link.
Device ID with STM32 ST-Link is 0x437.
If I use OpenOCD I am able to load and debug. However variables declared with a value lose that value when the program runs.
Any Ideas?