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

H7 UDP example

Hello,We run on platform STM32H743ZI and I made new UdpEchoClient application using source STM32H743ZI _EVAL\Applications\LwIP (in other word UdpEchoClient for Nucleo144) without RTOS!Unfortunately , it doesn't work ...Maybe you know about any workin...

APasi by Associate II
  • 5120 Views
  • 18 replies
  • 0 kudos

Resolved! STM32F407 failed with printf float

Hello,I'm trying to setup the system based on SMT32F407 with ThreadX, and enable the print float option for logging feature. Everything works fine!But when we started stability test, thousands of logs are composed with vsnprintf, but it finally fails...

0693W000008yZcHQAU.png
XLei.1 by Associate II
  • 1224 Views
  • 2 replies
  • 0 kudos

I want to use TouchGFX with Azure RTOS

Hello.I want to use TouchGFX with AzureRTOS(Thread X).※board is STM32F769DISCO※TouchGFX Version is 4.16.0​I made stm32CubeIDE's project with TouchGFXDesigner.(selecting board→making Screen→Gnerate Code)​I opened this project with STM32CubeIDE.Next, I...

0693W000008zkhAQAQ.png 0693W000008zksNQAQ.jpg 0693W000008zkyBQAQ.jpg 0693W000008zkz4QAA.jpg
onosho by Associate II
  • 2018 Views
  • 4 replies
  • 0 kudos

STM32L412CBT6 controller interfacing with SPI-Fatfs-SD with battery power 2.8 volts. SD card detecting but f_open couldn't open a file and show an error. With same application working with regular power supply(2.8 volts)

I am Using STM32L412CBT6 controller in that the application working with a regular power supply 2.8 volts but with a battery the remianing modules(i2c/RTC) but in SPI F-open is not working

JRUDR.1 by Associate
  • 758 Views
  • 1 replies
  • 0 kudos

STM32F7 lwip Ethernet connection problem

I've built an STM32F767 board on which I used the LAN8742 Phy chip as per the Nucleo board. The firmware is CubeMX derived with lwip and FreeRTOS used, and all IP addresses are static. If I connect my board to a 100 Mbit hub and a PC then I can somet...