STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 959 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
  • 642 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
  • 591 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
  • 2085 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
  • 342 Views
  • 1 replies
  • 0 kudos