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

STM32L0xx correct SVD files

When looking through the STM32L072 SVD files (from https://www.st.com/resource/en/svd/stm32l0-svd.zip) I noticed that the RCC CIER register is read-only, whereas in the reference manual it's read-write, which makes logical sense. Is there an updated ...

Resolved! ATOMIC_SET_BIT() stopping code execution

A similar problem to this post but not quite the same:I've got my own low-level LPUART transmission code, it works like this:1) Initialize LPUART in FIFO mode with thresholds at 1/2 full2) When a buffer needs to be sent, write bytes to TDR until all ...

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
  • 326 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
  • 186 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