• ULINK flash download ok but no code run
    I have an LPC2294 (Olimex) board which has functioned perfectly with simple serial/led flashing etc programs. I recently downloaded a large program of about 180K with some debug code attached to check...
  • ULINK flash download ok but no code run
    I have an LPC2294 (Olimex) board which has functioned perfectly with simple serial/led flashing etc programs. I recently downloaded a large program of about 180K with some debug code attached to check...
  • My program doesn't run when i download but it runs when i debug
    Hi, i did my configuration using CubeMX. Then i wrote this simple program. HAL_GPIO_TogglePin(GPIOD,GPIO_PIN_14); HAL_Delay(1000); I builded and downloaded my program and nothing happened. Then...
  • My program doesn't run when i download but it runs when i debug
    Hi, i did my configuration using CubeMX. Then i wrote this simple program. HAL_GPIO_TogglePin(GPIOD,GPIO_PIN_14); HAL_Delay(1000); I builded and downloaded my program and nothing happened. Then...
  • STM32: Download hex to MCU but cannot run
    Hi everyone, I am using Keil5 and evaluating STM32. Currently I can only run my code in Debug Session. After I downloaded my code (using F8) and powered the board again. It was not running. I...