This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

STM32f030k6 flash algorithm and debug

Hi,

I'm currently moving one of my project to a STM32f030K6 microcontroller. I downloaded the software pack from Keil and I can program the chip via µvision or the ST link software.

But, the flash programming is using \Flash\STM32F0xx_64.FLM file whereas the STM32f030K6 is only 32KB. Is that normal ? The STM32F0xx_32.FLM is in the same folder but can't be added.

i also have issue in debug mode where I can't add breakpoint in the C file (whereas I can in the "simulator"). I get those messages:

Internal DLL Error
Internal command error
*** error 57: illegal address (0x08000000)

I can run the program running in the debug session but can't monitor variable in the watch window (<cannot evaluate>).

I tried several things without success, is there a thing to do ?

thanks