• Locaion of IRQHandler within C file
    I am presently testing the STR710 micro from STmicroelectronics using KEIL UV3 IDE. I have discovered from my own code (as well as the sample codes shipped with the compiler. Placing an IRQhandler AFTER...
  • Locaion of IRQHandler within C file
    I am presently testing the STR710 micro from STmicroelectronics using KEIL UV3 IDE. I have discovered from my own code (as well as the sample codes shipped with the compiler. Placing an IRQhandler AFTER...
  • Hard fault in UART IRQHandler when using Keil RTX
    Hi, I have just started using Keil RTX and I am a newbie. Without RTX, I initialize my uart in the main() and then recive data in IRQHandler. But after I tried my UART with RTX I get a hard fault...
  • Hard fault in UART IRQHandler when using Keil RTX
    Hi, I have just started using Keil RTX and I am a newbie. Without RTX, I initialize my uart in the main() and then recive data in IRQHandler. But after I tried my UART with RTX I get a hard fault...
  • DMA receive interrupt stops working
    Hi, I'm using STM32F401RE UART with DMA to receive a continuous stream of data and send over BLE. I am facing issue when that DMA buffer full interrupt stops working as I attach to stream of data...