STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32H7B0VBT6 feed direction of tape

Hello everybody   i would like yo know the feed direction of the tape for the part STM32H7B0VBT6TR. i can't find any information online regarding it.   can anybody help ? thank you  regardsaliette

aliette by Associate
  • 176 Views
  • 2 replies
  • 1 kudos

Resolved! STM32C0 SDA signal on PC14

Hi,I'm trying to configure pin PC14 to be used as SDA signal as it stated in the datasheets STM32C031C6 and STM32C031G4: To configure the pin (and the the I2C) I am using:     void SDK_I2C_Init(SDK_I2C_HandleTypeDef *hi2c) { LL_I2C_InitTypeDef I2...

rnicolas_0-1739374796623.png rnicolas_1-1739374868084.png
rnicolas by Associate II
  • 759 Views
  • 14 replies
  • 10 kudos

STM32H723 Nucleo: UART4 not working

I am stumped and frustrated. I wrote some test code to test UART4. It worked fine. Then I moved the test code over to my main project and now I get no UART interrupts. Both code sets run on the same hardware. I have checked to make sure the UART RX w...

Adjusting XSPI RAM Clock at runtime

Good day folks, I trust you are well.I am interfacing with a APMemory 256Mbit RAM (APS256XXN-OBR) via the 16 way XSPI.The RAM registers can be configured correctly at 100MHz, as well as the whole 256 Mbits can be accessed via Mmap.For Configuration I...

exarian_0-1739428461225.png
exarian by Associate III
  • 303 Views
  • 3 replies
  • 0 kudos

Resolved! STM32G431 unable to enter bootloader mode

I have a custom PCB with the STM32G431 microcontroller and ESP32 controller. ESP32 is connected to STM via GPIO pins in order to perform firmware upgrade using STM32 bootloader protocol. Connection are as follows:ESP32 UART TX <-----> STM32 UART RX (...