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

no FATFS in stm32u59 ?

Hello everyone,I'm currently working with a custom board that utilizes the STM32U599 microcontroller, and I'm attempting to establish communication with an SD card. The IDE I'm using presents the option of FileX alongside ThreadX; however, my applica...

Anassoumi by Associate III
  • 2612 Views
  • 4 replies
  • 1 kudos

SPDIF IN/OUT check (IEC61937)

If there is an EVM that meets all or part of the following conditions, I would appreciate your recommendation. * I am looking for a possible EVM because I want to check whether a file that should not be played with SPDIF in due to license restriction...

pasach by Associate
  • 1023 Views
  • 0 replies
  • 0 kudos

UART RX interrupt

Hello,I'm trying trying to setup an interrupt receive on the U5 MCU using the STM32U5GJ-DK2 development kit. The USART1_IRQHandler does not get triggered at all. Here's my CubeMX config for the USART1:I've sniffed the RX line, so I'm sure it's workin...

Dobrev_0-1708518829438.png Dobrev_1-1708518864347.png
Dobrev by Associate II
  • 3853 Views
  • 13 replies
  • 3 kudos

Add FreeRtos manually

Hi all, I'm trying to adapt a STM32F4 project to SMT32WL project. STM32F4 project example is here as you can see the projet use FreeRtos.So for the moment I've built radio driver example for my nucleo jc1 board like here everything works well. But fo...

SBaro.11 by Associate III
  • 1475 Views
  • 1 replies
  • 0 kudos

Resolved! STM32f4 LwIP MQTT

Hello,​ I am able run successfully mqtt example on my stm32f4 MCU ​and on my local network.​I want to run the same code on a cloud platform. However there is a link provided by mqtt cloud pro​vider not an IP address like 192.168.0.10​​Can I directl...