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

SRAM wipes data when VBAT is higher than 3V

Hi there,I use backup SRAM and RTC in STM32F407. I have a diode between VDD and VBAT and 2.2u capacitors connected to VCAP_1 and VCAP_2. 3v CR1220 battery is connected to VBAT. Now the issue is that SRAM data are wiped when VDD power is off and batte...

LPola.1 by Associate II
  • 915 Views
  • 9 replies
  • 0 kudos

NUCLEO-F446RE board firmware burning.

NUCLEO-F446RE board has 2 MCU. One is on the upper side(STM32F103CBT6) and the other one is on the downside (STM32F446RET6U). When we burn the firmware code, the code comes from DP/DM and goes to the upper one(STM32F103CBT6). Afterward, the upper one...

0693W00000LvurYQAR.png
FWu.3 by Associate III
  • 391 Views
  • 6 replies
  • 0 kudos

Hi team, HAL_I2C_Mem_Read/Write_IT is not responding when calling it as function into a main file from another file. How can i get an output after read/write in the below detailed case?

I am using STM32F411VE for testing I2C driver, in which i have defined 9 test cases using HAL_Mem_read, HAL_Mem_write, HAL_Master_transmit and HAL_Master_Receive(inblocking and non blcking mode(IT, DMA)).  I have defined each test cases as a function...

IJose.1 by Associate II
  • 664 Views
  • 3 replies
  • 0 kudos

ADC output with offset in some unknown region

We are migrating project from F303 to G473, but the ADC output of G473 confused us with a strange problem, and with same circuit with F303 project below:sampling time: 66nssampling period: 1.16usvoltage range: 1~3VVdda / Vref: 3.3VHere is thre proble...

0693W00000Lw4aFQAR.jpg 0693W00000Lw4ZeQAJ.png 0693W00000Lw4amQAB.png 0693W00000Lw4b6QAB.png

Resolved! STM32F746: SAI doesn't work in TDM mode

Good day everyone.Trying to make SAI work in TDM mode with DMA on STM32F746.Need to transmit 8 stereo channels, the sample is 16-bit long. So 16 * 2 * 8 = 256 bit frame.Init code: hsai_BlockA1.Instance = SAI2_Block_A; hsai_BlockA1.Init.Protocol = S...

Clear SPI TX FIFO

I`m working with STM32G0 and SPI in slave mode.Is it possible to clear TX FIFO buffer without any master`s clock?In HAL library there is a function called "HAL_SPIEx_FlushRxFIFO", but no method to clear TX FIFO,

ADoro.2 by Associate III
  • 1939 Views
  • 3 replies
  • 0 kudos