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

STM32F401RE threads on bare metal

I need to make a "multi threaded" application, my mentor told me this, and I quote "you should create a thread by yourselfuse any system timer, e.g. simple tick timer"I do not really understand this, but he gave me some example pseudocode, hopefully ...

Petrarka by Associate II
  • 863 Views
  • 1 replies
  • 1 kudos

Fighting SMBus on an STM32H5

Hello people. I've been trying to get SMBus working on an STM32H5. I've see threads on here which use the SMBus HAL. For whatever reason, I wasn't able to get those to work, maybe because I'm not handling all the possible events appropriately.What I ...

BobW by Associate
  • 1044 Views
  • 2 replies
  • 0 kudos

Firmware update - STM32F756 Internal / QSPI

I have board using a STM32F756 that I need to update the firmware from internal flash. I am  able to copy .bin file from an external  flash to internal flash  (Using QSPI).  I do NOT want to execute the code from the external location. It is just a t...

Resolved! Can't run EXTI on Nucleo65-H503

Hello! I'm following the STM32 tutorial on External interrupts from here and got stuck. The controller doesn't react to the press of button and the IDE for some reason switched to tab of `startup_stm32h503rbtx.s`. Reproducing steps:1. Create a new pr...