STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! exFAT support for FileX on STM32U5

I'm testing out using an SD card on the STM32U575I-EV. The example project I'm using is from the STM32CubeU5 MCU package (Projects\STM32U575I-EV\Applications\FileX\Fx_uSD_File_Edit).I'm able to insert an SDHC (32GB; FAT32 format) card, see the green ...

Resolved! G071 TIM2 CH3 PWM output not starting

I'm sure I'm missing something here but for the life of me I can't see it.TIM2 CH1+CH2 are in use as encoder inputs but I believe I should still be able to generate a basic PWM output on CH3 at the same time?Code is all generated by Cube IDE and it r...

JU by Associate III
  • 2536 Views
  • 3 replies
  • 2 kudos

EMMC and power consumption

HiI have a custom board with an EMMC connected STM32F446.My write access to EMMC for 16 kbytes is quite fast (2-3 ms). EMMC during the write operation consumes some 50 milli ampere more than during the its idle state. This would be fine, but as far a...

MK..1 by Associate III
  • 2409 Views
  • 4 replies
  • 0 kudos

STM32F4 USART Bootloader

We have been building boards for years using the STM32F407ZET6. Our system uses a USART bootloader from a host processor running Android that uses stm32ld to do the bootloading. It has worked pretty much flawlessly for years. Recently we started rece...

I2C Slave NUCLEO-F411RE

Hello,  I am currently working on a project where I need to configure a NUCLEO F411RE Board as an I2C slave. It will be connected to a Raspberry Pi Master. I am able to detect the NUCLEO on the raspberry Pi, however I am unsure how to get the read by...

dae by Associate II
  • 2557 Views
  • 8 replies
  • 2 kudos

Resolved! STM32F4 Serial Port Forwarding Architecture

 The system consists of three modules: a 4G module, a GNSS module, and an STM32 processor, with the modules connected to the STM32 via UART. In terms of program functionality, the STM32 needs to implement data forwarding and saving. It receives data ...

WinstonTom_4-1707224984402.png WinstonTom_5-1707224990433.png