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

Resolved! Single word (32 bit ) Flash programming STM32G0

I am trying to make UART boot loader and programming via Teraterm by sending HEX file.some hex records have only 4 bytes. how to program only one word. Reference manual RM0454 page no. 59 says only double word can be programmed.How to program single ...

HPATH.1 by Associate II
  • 850 Views
  • 2 replies
  • 0 kudos

Resolved! STM32H7 RTC in both M7 and M4 Dual Cores

I wanted to use RTC in both my cores M7 and M4. Is RTC a shared peripheral ? Can we use RTC to set or get time from any core asynchronously ? Please share any configuration need to be done for doing so ?

YSN by Senior
  • 793 Views
  • 3 replies
  • 0 kudos

Resolved! I2C (slave mode) behavior at beginning of transfer

I'm configuring I2C4 as a slave receiver, using interrupt method. I noticed that when the I2C master (another MCU) sends the slave address, I2C4 detects an address match and sets the ADDR flag in the I2C4->ISR register. What baffles me is that at thi...

0693W00000DlV4PQAV.png
HWidj.2 by Associate III
  • 538 Views
  • 1 replies
  • 0 kudos

Resolved! ADC of STM32F401RC sometimes do not work

Hi,I configure the ADC as the following code; but sometimes(not everytime) the code will run to Line 70 : "Beer_Out_Dis(1);" ,and ADC will not work.Did I do something wrong? Thanks verymuch./* ADC1 init function */ static void MX_ADC1_Init(void) {   ...

Pzhu.1 by Associate II
  • 478 Views
  • 2 replies
  • 0 kudos

Resolved! How to solve the problem with: 1. " Error: No STM32 target found!". 2. "Error in final launch sequence: Failed to start GDB server Failed to start GDB server Error in initializing ST-LINK device. Reason: (4) No device found on target."

--The first error encounters while trying to connect the board (STM32H7A3ZI-Q) with STM32Cube Programmer at normal mode.--The second error encounters while trying to upload a code through STM32Cube IDE. However, when I try to connect the boa...

0693W00000D0ZRiQAN.png 0693W00000D0ZRYQA3.png 0693W00000D0ZRTQA3.png
PWaiba by Associate II
  • 1837 Views
  • 5 replies
  • 0 kudos

Bank Swap

There is a point that confuses me, I am reading from the datasheet, but I wanted to ask some questions.For stm32f4, there is FB_MODE bit in the SYSCFG register (8th bit), if the FB_MODE bit is 0, the address 0x08000000 becomes BANK1, if it is 1, the ...

DCtech by Associate II
  • 265 Views
  • 1 replies
  • 0 kudos