STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L4P5-DK

Does STM32L4P5-DK support EEPROM emulation? If yes how it can be done?? any examples . I want to write the data into the flash memory. Also I  downloaded the middleware for the EEPROM emulation from the link EEPROM emul . I cannot add the middleware ...

ajimathew by Associate III
  • 510 Views
  • 1 replies
  • 0 kudos

STM32G030K8T6 timer sync problem.

1)I am using STM32G030K8T6 running an internal 64Mhz close. I configured TIM1, TIM14, TIM16 & TIM17 as follows:prescaler= 1000-1counter mode:=upcounter period = 32000-1output compare channel 1:Mode= toggle on matchpulse=1-1CH polarity = lowCH idle st...

KYip.2 by Associate II
  • 951 Views
  • 3 replies
  • 2 kudos

Resolved! Failure when Configuring UART1 in the STM32C031C6

I'm using the STM32C031C6 configured with USART1 in 115200. When opening communication with the YAT serial terminal, the bytes are sent and received wrong. (I used STMCubeMX for code generation).Ex: (YAT configured correctly as it works on an older p...

hgalindo by Associate II
  • 2275 Views
  • 5 replies
  • 2 kudos

Resolved! STM32U575 and DCMI connections(Camera)

Hi all,I'm trying to connect between STM32U575ZITxQ to DCMI connections.I found every single port in ST to the camera except "DCMI_MCLK"(external clk).I looked at the DataSheet and Reference manual but I didn't see any information about the camera's ...

NoaTech by Associate II
  • 3975 Views
  • 4 replies
  • 1 kudos

Resolved! Problem with stm32l4 tim16

I have use stm32l412cbt6 PB9 to input function and i can get the input data,then i configure PB9 to alternate function GPIO_AF14_TIM16 and i can not get the input data.Under the same configuration,PA3 alternate function GPIO_AF1_TIM2 can get the inp...

Rsu.1 by Associate II
  • 2191 Views
  • 11 replies
  • 2 kudos

Resolved! STM32H743: Backup RAM not saved

I'm trying to use the 4K backup RAM on the STM32H743. The RTC is working and keeps time so I know the battery system is OK. I can read and write to the backup RAM OK but it loses all data on power off.I've enabled access as follows:HAL_PWREx_EnableBk...

PMath.4 by Senior III
  • 6889 Views
  • 12 replies
  • 3 kudos

Question with editing linker file (variable stored in flash)

Hello! I was trying to set aside a section in flash for a variable (I do have a reason to be doing so but, for the time being, I'm in the learning process to make sure I understand how it works before I do anything (too) stupid).Anyway, my chip was t...

JayDev by Senior II
  • 1863 Views
  • 3 replies
  • 0 kudos

Resolved! L412 documentation error.

I think I found a documentation error in the L412 datasheet. The Quadspi is documented to support two banks in the QUADSPI module description, but I can only find the pins for BK1, which I assume is the first bank. My guess is that the QUADSPI module...