• serial ISR doesn't run
    Hello, the ISR runs only for the first time. I'm not sure if the settings for the interrupt are correct. Can anyone explain me the difference between ASC0_RIC_IR and ASC0_RIC thanks for help...
  • serial ISR doesn't run
    Hello, the ISR runs only for the first time. I'm not sure if the settings for the interrupt are correct. Can anyone explain me the difference between ASC0_RIC_IR and ASC0_RIC thanks for help...
  • Why this shift doesn't run?
    Hi, I've the following question about this code fragment: ... char BuffRX xdata UCHAR BuffRX[10]; idata unsigned short ValCRCcomp; idata unsigned short ValCRCappo; idata unsigned short ValCRCappo2;...
  • Why this shift doesn't run?
    Hi, I've the following question about this code fragment: ... char BuffRX xdata UCHAR BuffRX[10]; idata unsigned short ValCRCcomp; idata unsigned short ValCRCappo; idata unsigned short ValCRCappo2;...
  • 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...