Hi folks,
I'm currently having problem debugging code at STM32F334C8T6 (Discovery kit), just debugs assembler code. I don't know why it occurs, it's very annoying.
How do set/configure the project in order to be able to debug C code source?
Thanks in advance.
Make sure you are generating the debug information.
Menu -> Flash / Congigure Flash Tools / Output / Check Debug Information
Thanks Robert for your quick reply.
It's checked.
Regards!