STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How are multiple interrupts handled when they are executed simultaneously? I have configured the interrupts according to priority . but it seems that STM32 misses one interrupt when all interrupts are triggered simultaneously.

I have configured 5 interrupts on EXTI line.....It works fine when I operate one at a time but misses out one interrupt when operated simultaneously.....Following is my GPIO configuration:- void MX_GPIO_Init(void){ GPIO_InitTypeDef GPIO_InitStruct; /...

sne_123 by Associate III
  • 1985 Views
  • 3 replies
  • 0 kudos

Resolved! view bootloader and update bootloader

if stm32cudeide can view the bootloader and update the bootloader of MCU that is already writed by the vendor, like external oscillator or some other options ?i have already installing the STM32CubeIDE, STM32CubeMX and STM32CubeProgrammer. is there ...

JH1 by Associate II
  • 1005 Views
  • 8 replies
  • 0 kudos