• 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 only runs with ulink connected
    Hi! What settings are necessary to run a program in stand alone mode (without the ulink)? I'm new to Keil uVision and the ADuC 70xx (arm7 core).
  • PPP Library seems work only on debug mode
    Hi all, i'm using network library PPP over USART1 on Nucleo STM32F410. USART1 is connected with a external Telit Modem at the moment using only TX and RX pin (PA9 tx and PA10 rx). Also i'm using...
  • Can not run to the main() in debuging mode.
    hi, I create a simple project to test a retargeting printf function with RTX kernel. when I created the project, I selected the "Use Microlib" option in the target option. And the project code was...
  • 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...