STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Interrupt gets executed but the CPU stays in WFI

stm32f407i code in RTEMS, system sleep function will call __wfi , i can not wake up from sleep by pressing keyrtems_isr EINT95_handler(rtems_vector_number vector) { if(EXIT_PR & 0x200) { printk("exit 9 hap\n"); int pin = STM...

IWDG trapping

Hello,I activated the IWDG on a STM32L431 device and a watchdog occurs. How could I trap it to find the issue?This watchdog resets the device so I do not know how to find the stack values when this watchdog occurred.Is there a way to send this IRQ to...

Mich1 by Associate III
  • 884 Views
  • 4 replies
  • 0 kudos

Resolved! STM32F407 I2C1 EV and ER Interrupt Problem

Hello Everyone,I have dealing with STM32F407 I2C peripheral in order to implement Non-blocking communication.I have made many trials but I2C1 event and error interrupts never occur. I checked the SB bits during the debug mode it becomes 1,the other r...

hakand by Associate
  • 773 Views
  • 1 replies
  • 0 kudos

STM32CubeMX 4.26.0 gets stuck when generating code

Posted on June 12, 2018 at 03:45On a project that used to generate code just fine for months, STM32CubeMX now gets stuck. This is happening since an upgrade to version 4.26.0. If it is of any relevance, the project uses the STM32L4 package version 1...