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

STM32G0B1 USB HID Host

Hi,I´m trying to get a USB HID Host running on a STM32G0 with STM32CubeMX and STM32CubeIDE.Unfortunately all examples or topics in ST communities don´t really work. Also the USB wiki doesn´t provide a clear explanation of all commands available in th...

AWack by Associate III
  • 280 Views
  • 2 replies
  • 0 kudos

STM32H735G-DK AZURE IOT THREADX

Hi currently i am using STM32H735G-DK ((DK32H75G$AT4) schematic pack MB1520-H735I-C02) for implementing Azure IOT using ThreadX1. I followed example of NX_MQTT_Client it is working fine 2. But i need to connect to Azure IOT via Azure c sdk i have add...

avinpat_8_2-1747817326252.png avinpat_8_3-1747817445023.png
avinpat_8 by Associate III
  • 140 Views
  • 0 replies
  • 0 kudos

Problems with using FreeRTOS in STM32N6570

我使用 STM32CubeMX 配置 FreeRTOS。当我调用 oskernelstart 时,发现它卡在这个界面里。回溯后,发现下图所示的函数中进入了一个异常。我在 FreeRTOS 中设置了安全模式,但现在我不知道是什么原因造成的 Translation: I used STM32CubeMX to configure FreeRTOS. When I called oskernelstart(), I found that it was stuck in this interface. ...

JACKLUCK_0-1747722501678.png JACKLUCK_2-1747722543165.png

Non blocking debug messages to UART

Hi, I'm using STM32H755 nucleo board. I'm running FREERTOS on core M7 and bare metal on M4. I have been sending debug messages through USART3. It has been working ok, but sometimes messages from different tasks are overlapping. I want to change code ...

mosamasa by Associate II
  • 154 Views
  • 4 replies
  • 1 kudos

Resolved! STM UDP freezes for 20 seconds

TLDR; STM32Ethernet has udp problems where it freezes for 20 seconds after sending data for 20 seconds and 60 seconds. After this it runs smoothly. However i'd like for it to not freeze twice as it is important the data gets sent asap.Hi, i am using ...

Resolved! STM32H573: Ethernet - HAL_ETH_Init returns error.

I am using STM32H573 and trying to enable ethernet. I have used the below article for it:https://community.st.com/t5/stm32-mcus/how-to-use-the-lwip-ethernet-middleware-on-the-stm32h5-series/ta-p/691100But ethernet is not being initialized. The HAL_ET...

jowakar122_0-1747656677963.png

Resolved! Ethernet issue on NUCLEO-H723ZG

Hi. I have a NUCLEO-H723ZG board. And my basic goal is to create from scratch non-rtos project with ethernet support. But after many attempts i cant get it respond to pings from PC. I tried flashing udp echo sample and it works, so hardware isnt faul...

AlexCatze_0-1747475977037.png AlexCatze_1-1747476047272.png AlexCatze_2-1747476200315.png AlexCatze_3-1747476220359.png

STM32G491 IAP

Hi,I'm working on firmware upgrade functionality for an STM32G491 series MCU. In our system, the MCU communicates with a processor over I2C, where the processor acts as the master and the MCU as the slave. Currently, we're using I2C1 on the MCU for t...

STM32 SDIO SD card initialization

Hi,I have an STM32F7 design with SD card connected via SDIO interface.In many posts I read that SD cards have to be initialized with a 1 bit wide bus and a clock of 400 kHz. Switching the bus width from 1 to 4 bit using the command HAL_SD_ConfigWideB...

JBurg.5 by Associate II
  • 355 Views
  • 1 replies
  • 0 kudos