• Program does not run with optimization disabled, except if debugging
    Hello. I've been having issues with a program of mine that works perfectly fine while running with optimizations enabled but if I disable it, it doesn't seem to get to main , the only exception being...
  • Problem with debugging mode
    Hi I was using Keil 5 to debug my code on #1 board, somehow the code was kind of stuck, it has no response to reset, and cannot run anywhere, the same code works with no issue on the other self-build...
  • Reverse engeneering / debug / emulate .bin stripped firmware
    Hello, I am trying to find out GPIO mapping on a board with an STM32F407 (which firmware function is related to which GPIO). I know I could do it using a LA, but pins are note very accesible. I have...
  • Code doesn't run without debug mode (KEIL)
    Hi, i am using KEIL in my project. i am using STM32F030 as transmitter and STM32F4 as a receiver. When i run my code in debug mode both of them work properly. But when i press terminate and re-insert...
  • Can't debug a project
    Hello I’ve been using my STM32L053 DISCOVERY board for a few months. It worked until yesterday. I wrote a program to write a 4 char array to eeprom, under my lecturers supervision, and suddenly my and...