• STM32 shared interrupt vector
    Hi all, in writting my orginal question, I found part of the anwser I was asking so what follows is the second part! I need to do something similar to the following link relating to a C167 but...
  • Limitation of interrupt of timer stm32
    I am working on stm32f103VE and want to generate 2MHZ clock by set and reset an output pin in the interrupt routine of timer, but i saw timer couldn't interrupt less than 2us (500KHZ frequency). Is...
  • Bootloader STM32 interrupt problem
    I made a bootloader that makes it possible to program the device in application. The bootloader software uses interrupts and communicate over an RS485 bus. When I jump to the base address of my firmware...
  • stm32 adc external trigger interrupt problem
    i try firmware examples given by st. in adc folder \ExtLinesTrigger example describes DC1 is configured to start regular group channel conversion on EXTI11 event. On detection of the first rising...
  • The lack of STM32 USART (interrupt mode) Example issue
    Hi. In order to implement STM32 USART (interrupt mode), so I've got STM32 USART (interrupt mode) Example file from here http://www.keil.com/download/docs/359.asp But I've got a message from keil...