STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32C0- CMSIS- IRQn_Type

Hello everyone, I'm a newbie working with STM32C031, setting up interrupt for user button (blue button) integrated on the board.I am using VS Code, GNU_ARM_GCC, and CMSIS. No hal.while setting up interrupts, interrupt priority, etc. , I am making use...

bym by Associate II
  • 297 Views
  • 3 replies
  • 2 kudos

"Built in DFU firmware"... Not working?

It is my understanding from watching this video from ST: https://www.youtube.com/watch?v=Kx7yWVi8kbUThat many STM32 chips come with a built in bootloader in ROM that can be accessed by pulling the BOOT0 pin high. However, I just took a couple of bran...

devinw by Associate II
  • 769 Views
  • 11 replies
  • 1 kudos

Resolved! Where to read length of sleep time on RTC WUT

We are using the STM32L071RB, currently have the firmware set to go to sleep (stop mode) and wake up after ~5 minutes with the RTC WUT (see section 22.4.6 and A13.3 in RM0377). This works great, however this timer isn't the only wakeup source. If the...

LWill.4 by Associate II
  • 471 Views
  • 6 replies
  • 2 kudos

Resolved! STM32F4 UART NOT WORKING CORRECTLY

In the code I have written here, I am trying to send data from UART4 within the main function and simultaneously receive data through interrupts if data arrives. However, the data transmission part works for a very short time and then stops, and the ...

Labels