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

Resolved! STM32F469 to 4" 31 pin mipi display

Dear all,I have the STM32F469 discovery kit which is working. I want to use the STM32F469 to drive a 4" tft lcd screen using its 31 pin mipi connector. The goal is to get a gauge displayed on it, I was thinking of using LVGL to design the GUI.I have ...

Resolved! Clock configuration changed when upgraded (STM32F769BGT6)

Hello,I updated my stm32 project because I had problem on the older version. So I updated the Time.ioc by migrating version...  ...but when I open the system clock configuration I see that it's not the same configuration for "To Ethernet PTP". For in...

Migrate.png Ethernet old clock conf.PNG Ethernet new clock conf.PNG
PierreG-S by Associate II
  • 1841 Views
  • 3 replies
  • 0 kudos

Resolved! IKS4A1 and Unicleo-GUI Issue

Hi,I have purchased a sensor expansion board (X-NUCLEO-IKS4A1) for my board (NUCLEO - F446ZE). However, when I wanted to display the data on Unicleo-GUI, the GUI cannot detect anything, not even my firmware. I looked through the datasheet for Unicleo...

WinstonZ by Associate
  • 1309 Views
  • 1 replies
  • 0 kudos

PA6 GPIO gets on while STM32L452REY6 in internal boot mode

Hi Team,We are working on the locomotive-based custom product design where we are using the STM32L452REY6 microcontroller. We have one requirement to update the STM32L452REY6 firmware using the internal bootloader over the UART.We have referred follo...

parth2 by Associate II
  • 2250 Views
  • 5 replies
  • 0 kudos

I2C interface with adxl345 using stm32f446RE

Hello ST, I am a beginner to I2C protocol could you please help me to go through I2C practical projects on STM32F446RE using  ADXL345 and also with basic projects to do please suggest or provide me example code to to do. Thank you.

Komal by Associate III
  • 1784 Views
  • 1 replies
  • 1 kudos

Resolved! FDCAN transmission problems

Hello,I am using for the first time the FDCAN peripheral. I have configured it in classic CAN 2.0 mode and I have problems with transmission.In particular, when I start a transmission, nothing is output on the tx pin, and the TRP field in the FDCAN_T...

CTabo.1 by Senior
  • 2161 Views
  • 2 replies
  • 0 kudos

Resolved! FPU initialization warning

Hello, I am developing an application, starting from stm32 empty project.The main file presents the following preprocessor header, that triggers the reported FPU initialization warning when I try to build the project.  #if !defined(__SOFT_FP__) && de...

CTabo1_1-1712235752805.png
CTabo.1 by Senior
  • 2797 Views
  • 2 replies
  • 3 kudos

Resolved! MSC with sd card configuration

I'm encountering an issue while attempting to configure my STM3240G-EVAL board to function as a “Mass Storage Device” with a microSD as Storage.I used the MX configurator and followed tutorials but encountered the same issue every time. I can compile...

newbie by Associate II
  • 3962 Views
  • 6 replies
  • 0 kudos

Resolved! STM32H563 SPI

Hi,I could use some help getting started with SPI5 (limited feature set). I want to operate as SPI master and send a single byte. I want to control SS manually as ordinary GPIO out.I've enabled the peripheral clock, and I can see in the debugger that...

Dimlite by Associate III
  • 3326 Views
  • 3 replies
  • 0 kudos

Resolved! FDCAN transmitting wrong data and crashing peripheral

Hey, I am trying to send 20 messages over FDCAN using the G0B1RE Nucleo board. The problem is that only a few messages arrive (~12 most of the time), the messages have wrong data and sometimes it crashes the FDCAN-Module. When it crashes the HAL_FDCA...