STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 136 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

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
  • 393 Views
  • 4 replies
  • 0 kudos

Resolved! H743 ethernet clocking issue

Hello,I started a new project using the H743, ethernet, LAN8742 and NetXDuo (on one of our custom boards).  Its a very simple project that initializes the hardware, initializes AzRtos, ThreadX, and NetXDuo, and starts TCP, UDP, and ICMP.  This projec...

Resolved! Problem with HAL_TIM_RegisterCallback

Hi,can someone help me ? I do not know how to use "HAL_TIM_RegisterCallback" function.My unsuccessful trial is in attachments. Can someone correct it ?  + to attach the corrected version ?I tried this example:  https://deepbluembedded.com/stm32-timer...

error 2.jpg
JerryMC22 by Associate III
  • 340 Views
  • 2 replies
  • 2 kudos