• 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...
  • Program runs in dbg mode but not on the chip
    I am using a LPC2214. The BOOT pins are set to 11 for internal flash boot. I am using the internal ram for data and the internal flash for code. I wrote a simple program that just configures the...
  • Program runs in dbg mode but not on the chip
    I am using a LPC2214. The BOOT pins are set to 11 for internal flash boot. I am using the internal ram for data and the internal flash for code. I wrote a simple program that just configures the...
  • Tasks can't switch to others, always run at OSStartHang. but whitout boot code ,the app can run ok. the core of the chip is cortex-M0
    The app is ucos II. OSStartHighRdy LDR R0, =NVIC_SYSPRI14 ; Set the PendSV exception priority LDR R1, =NVIC_PENDSV_PRI STR R1, [R0] ; Not storing entire byte with STRB to avoid error MOVS R0, #0 ;...