• Stm32 Arm Assembly Timer interrupt
    I'm trying to write the timer interrupt code I wrote in C (pa3 pin blinks at 10 ms intervals) with arm assembly language, but it doesn't work.I don't know exactly how to do the timer interrupt in assembly...
  • Stm32 Arm Assembly Timer interrupt
    I'm trying to write the timer interrupt code I wrote in C (pa3 pin blinks at 10 ms intervals) with arm assembly language, but it doesn't work.I don't know exactly how to do the timer interrupt in assembly...
  • Uart interrupt, 512 bytes limit???
    I have de C51 v4.0. My program implements a uart interrupt (CON1). If in come data stream is 600 bytes, to the Uart, it loss 88 bytes, only de firts 512 bytes are detected; but if then arrived other 600...
  • Uart interrupt, 512 bytes limit???
    I have de C51 v4.0. My program implements a uart interrupt (CON1). If in come data stream is 600 bytes, to the Uart, it loss 88 bytes, only de firts 512 bytes are detected; but if then arrived other 600...
  • STM32 timer delay - assembler
    Dear ARM-Community, I need help on my timer implementation. I want to let the LED flash with 1Hz on my STM32F0-Nucleo with an 48MHz internal clock. My C code is working perfectly: ... #define...