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

stm32L051 registers don't change

Hello!I'm working on a custom board with an stm32L051 and the HSI16 crystal. I'm setting the clock registers, Flash, PWR and then I try to enable the clock for TIM21. as you can see in the code I set the bit but the computer "doesn't listen"(I am loo...

0693W00000NrKBMQA3.png
EPora.1 by Associate II
  • 965 Views
  • 6 replies
  • 0 kudos

Resolved! About output compare mode of STM32G071RB

I want to perform a timer interrupt using the output comparison mode.When the frequency is set to 2000Hz, ARR : 20, CCR1 : 25, I think that interrupt does not occur because ARR <CCR1, but interrupt occurs. Why do interrupts occur?

0693W00000NrN36QAF.png
Sodag.1 by Associate II
  • 529 Views
  • 3 replies
  • 0 kudos

we have a EEPROM device ( M24C16, M24C08 ) to record a calibration data for the pump. can someone share with me a scenario of data corruption during the power up mode and operation mode when read/write access is needed

we have experience checksum change ( or data corruption ) anomaly in various stage of production assembly process, this anomaly occurs 1) when we power up the system, we got checksum error, does it mean that the data from default factory setting wa...

jli.3 by Associate
  • 413 Views
  • 2 replies
  • 0 kudos

STM32H7 HAL QSPI delayed clocks

I'm reading data from an FPGA over QSPI. I'm attempting to read 256 bytes at a time. However, when I read the data the QSPI clock decides to take a long pause before continuing. I get an initial burst of 74 clock pulses, then 56 bursts of 8 clock pul...

0693W00000NrMdrQAF.png

how HAL_UARTEx_RxEventCallback is executed?

Hello! Im receiving data by UART with DMA and now I wonder, how is HAL_UARTEx_RxEventCallback is ejecuted?Because I'm receiving and saving chunks of data in a buffer, then adding a header and a tail in this buffer to send it by USB, but I realized th...

SGonz.2 by Associate II
  • 629 Views
  • 2 replies
  • 0 kudos