STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! RTC Backup Register Read/Write not Working

I am trying to read/write from backup registers in STM32H7.Below is my code:__HAL_RTC_WRITEPROTECTION_DISABLE(hrtc); HAL_PWR_EnableBkUpAccess();   HAL_RTCEx_DeactivateTamper(hrtc, RTC_TAMPER_1); __HAL_RTC_TAMPER_CLEAR_FLAG(hrtc, RTC_FLAG_TAMP1F);  ...

AAgar.2 by Associate III
  • 414 Views
  • 2 replies
  • 0 kudos

Why the wrong frequency HSI STM32F103VET6?

I have MCU STM32F103VET6, the microcontroller is clocked from HSI (internal 8MHz oscillator).Bun the frequency at the MCO pin is 6.4MHz. Why? I have the same MCU bought years ago, with the same code the frequency is correct - 8MHz. Here is my code:vo...

VOvs.1 by Associate
  • 187 Views
  • 3 replies
  • 0 kudos

How to use the HAL_UART_HalfCpltCallback function

MCU:STM32F0Discovery boardTools:STM32CubeMX+Keil5.30Test condition: PC_SerialComm tools & FT232 chip boardAfter trying the HAL_UART_RxHalfCpltCallback Function, I find that this function couldn`t be used in the normal transmit in UART_Comm.And would ...

GShen.1 by Associate II
  • 657 Views
  • 5 replies
  • 0 kudos

Resolved! 2019 STM32 Wish List

Dear Community Members & STM32 fans,Let’s end 2018 thanking you for your involvement in our Community and wishing you all the best for 2019!As already done in 2017 (https://community.st.com/s/feed/0D50X00009bLPmvSAG) and in 2018 (https://community.st...

0690X000006CwKbQAK.jpg 0690X000006CwKgQAK.png 0690X000006CwKlQAK.jpg

ADC-DMA Test can't work on STM32H757 i-EVAL Board

I want to test ADC-DMA function on STM32H757 i-EVAL Board. But the result is DMA transfer error. I just copy the example code of STM32Cube --- STM32H743I-EVAL\Examples\ADC\ADC_DMA_Transfer to my STM32H757 project.When execute the code, it occurs onl...