• Code runs in line-by-line debugging but not otherwise. Some functions only run if defined as macros
    I am writing code for the STM32F031K6T6 MCU using the Keil uVision. The IDE information is shown in the image below: The C/C++ options for Target are configured as shown here: I started a new...
  • I2C only works in debug mode
    Using STR912 Using the I2C module in debug mode step by step it works fine, I can read and write properly, if I do exacly the same but in run time ... doesn't work anymore. Is it a frequency issue...
  • I2C only works in debug mode
    Using STR912 Using the I2C module in debug mode step by step it works fine, I can read and write properly, if I do exacly the same but in run time ... doesn't work anymore. Is it a frequency issue...
  • 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...
  • 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...