STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

STM32F302K8 I2C weirdness

I have noticed some very strange behavior with the I2C controller. It appears that when it has a slave address match, it sets the ADDR ISR flag and raises an interrupt ( if enabled ). If I have a breakpoint in the interrupt handler, the ISR BUSY fl...

psusi by Associate II
  • 355 Views
  • 3 replies
  • 0 kudos

Resolved! RM0444 Rev.3 still downloaded as Rev2

https://www.st.com/en/microcontrollers-microprocessors/stm32-32-bit-arm-cortex-mcus.html#resource tells that REV 3 is available. However the version that I can download is still Rev.2

STM32H7 SPI communication issue: RxFIFO management

I've been struggling for quite a while now on my SPI setup.The setup is as follows:- SPI Slave is a Nucleo STM32H743 in simplex mode, clocks at maximum (sysclk 400MHz, hclck 200Mhz, APB clock 100MHz)- SPI master is another identical Nucleo in simplex...

Gpeti by Senior II
  • 1335 Views
  • 12 replies
  • 1 kudos

Reading I2C bits with STM32F4Discovery

Hello. I have the following scheme for reading the output of humidity sensor that communicates via I2C:How would I execute this sequence with STM32CubeMX IDE and HAL libraries? The output of the sensor is as follows: All I have now is this code: uint...

0693W000001q9ZIQAY.png 0693W000001q9ZSQAY.png
BKem.1 by Associate II
  • 393 Views
  • 5 replies
  • 0 kudos

Resolved! How to handle HardFault?

There is a function called HardFault_Handler in the STM32 MCUs (full code below). This function I usually work with when debugging but am unsure how to use this for handling error. What is the correct protocol to handle errors in this function? If a ...

AAgar.2 by Associate III
  • 2252 Views
  • 3 replies
  • 1 kudos
Labels