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! FreeRTOS CMSIS V1 Works but not CMSIS V2

I'm using a NUCLEO STM32F303K8 board attempting to use FreeRTOS, and I have a halting problem when I use CMSIS V2. I found this out by just trying to toggle the built-in LED using HAL using one statically allocated task and observing that the LED onl...

kosh04 by Associate
  • 1196 Views
  • 8 replies
  • 3 kudos

Resolved! H743 SDRAM memory failure

Hello,I'm using a STM32H743 and IS42S32160 SDRAM.  The SDRAM is in bank1, and I followed the instructions on how to setup the external memory from this guide:https://community.st.com/t5/stm32-mcus/how-to-set-up-the-fmc-peripheral-to-interface-with-th...

mattcrc_0-1739856723955.png mattcrc_1-1739856818305.png mattcrc_2-1739856926021.png mattcrc_4-1739857059003.png
matt-crc by Senior II
  • 367 Views
  • 1 replies
  • 0 kudos

STM32H747 + LwIP reassembly timed out

Hi all, I am using a STM32H747XIH6 MCU. I developed an application using LwIP library. When I connect my circuit directly to the computer, the application works stably. But when I connect the circuit to the LAN network, the application encounters a h...

HHuyn.4 by Associate III
  • 344 Views
  • 0 replies
  • 0 kudos

Resolved! LwIP with Threadx

From my research, I've read that LwIP is written with FreeRTOS, but can be altered to support any OS. Since ST has made an effort to support/encourage LwIP and ThreadX, are there any resources/examples that we can reference?I am doing my evaluation w...