STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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...

Read GnuPG card with STM32

Hello.I have  to develop a project with Riverdi STM embedded display (that uses STM32H757). In this project I have to read the USER NAME and the SERIAL NUMBER of GnuPG smart card. I started from AN4800 that is for GSM File system Smart Card but I don...

Change uart settings and pinout runtime

Hi!I'm working with a STM32C071 and I would like to change uart1 pinout and settings runtime: I've defined USART1 (in the .ioc file) as PB2 (RX) and PC14 (TX). After boot, I would like to change the USART1 pinout as PB6 (TX) and PB7 (RX). So I've wri...

BRonc.1 by Associate III
  • 222 Views
  • 5 replies
  • 4 kudos

H747 DSI use one data lane issue

First, let's introduce the usage environment.The Board is STM32H747I-DISCO, the LCD board is MB1166-A09,and the pack is STM32Cube_FW_H7_V1.11.0.Now I'll describe my issue. In the official routine LCD_DSI_CmdMode_SingleBuffer, DSI uses two data lanes ...

SONGTAOSI_0-1739430503878.png SONGTAOSI_1-1739431560522.png

gnss libary includded in X-CUBE-GNSS1 libary

i want to report a bug entered in the GNSS libary. in the LibNMEA in the file NMEA_parser.cin line 679:        if (strcmp((char *)app[0], "$GPGST") == 0 || strcmp((char *)app[0], "$GNGST"))missing the == 0 part.and in line 734        if (strcmp((char...

mfried by Associate
  • 73 Views
  • 1 replies
  • 1 kudos

Resolved! Netx / ThreadX / Compiler issue - BUG?

Hello,I started a blank project for the STM32H743 with AzRtos, ThreadX, NetXDuo..  There is something weird with the compiler and linker, or I don't understand how to setup the project...The project compiles and runs, but the memory mapping seems to ...

mattcrc_0-1739648704670.png mattcrc_1-1739648859308.png mattcrc_2-1739649146199.png mattcrc_3-1739649363435.png
matt-crc by Associate II
  • 810 Views
  • 7 replies
  • 1 kudos

Resolved! STM32H743 with AZRTOS NetX doesn't work

Hi,I am trying to set up a basic project on a Nucleo H743ZI2 using AZRTOS ans NetX, but I can't get it to work. I am relying on this guide: https://community.st.com/t5/stm32-mcus/creating-a-dual-ipv6-amp-ipv4-netxduo-udp-application-for/ta-p/570521Th...

Kubagrs by Associate II
  • 289 Views
  • 4 replies
  • 0 kudos