STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

LL and Registers to program STM32

Hi! I am trying to configure a UART communication using the LL but I am not really understanding, registers seem easier to digest to me but I am not finding any tutorials or examples online. Can someone provide me with please? Thank you!

LimoGr by Associate II
  • 1303 Views
  • 6 replies
  • 0 kudos

Disabling the pull-down on PB6 (UCPD1_CC1) via PA9

Hello,we currently have a problem using PB6 of an STM32G474ME as FDCAN-TX: During Reset, it is pulled down to GND, which we attribute to the USB-C functionality. This causes the FDCAN-TX line to send a dominant signal during reset of the STM32.As per...

BGott.1 by Associate
  • 420 Views
  • 1 replies
  • 0 kudos

Resolved! RCC configuration results in HardFault (STM32F411CEU6).

I have a board that is running well. There are about 50+ PCBs in production operating fine. The firmware is pretty complex, but the hardware relatively simple, just some SPI devices and some PWM outputs.I revved the board, and the new board doesn't w...

YvanR by Associate II
  • 1189 Views
  • 3 replies
  • 0 kudos

Custom linker section with fixed offset address

Hi!I'd like to set a custom section in the linker script file to store firmware specific constant data. This section should be at the head of the firmware binary with a fix offset address. I was able to create a section at the end of flash area but t...