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! IP Forwarding

Hello, I have a question about LWIP functionality.I'd like to know if it's possible to redirect a tcp request received on the pppos interface, to a device that is connected onto the ethernet interface and listening on the desired port.Thanks in advan...

RPC by Associate III
  • 397 Views
  • 2 replies
  • 2 kudos

Azure RTOS NetxDuo mDNS domain set issue

Hello, My issue is related to:-MCU: STM32H733Middleware: Azure RTOSMiddleware Component: NetxDuo (6.2.0)Addon: mDNSI am using Azure RTOS with NetxDuo, I implemented a secure https server in my device and implemented mDNS which was working very well f...

faharintisar_0-1721299474711.png

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
  • 1009 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
  • 277 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
  • 290 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...