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

Waveform display on STM32F429I-EVAL LCD

Hello everyone, I am trying to use STM32F429I eval board to do some basic signal processing labs, like show a sinewave on the LCD display, and fft spectrum on the display too.But it is not easy to manually configure the LCD display to show some custo...

Embedded_Andy_1-1759203619208.png

STM32F4 + SDIO + FATFS

Hello,I am trying to get f_mount() to work with the SDIO peripheral. Currently, the f_mount() reaches the first disk_read() function, where it hangs in the osMessageQueueGet() call.  Stuff I already tried:- increase min & max heap to 0x400, 0x800- in...

ayhamxyz by Associate II
  • 305 Views
  • 2 replies
  • 0 kudos

NetxDuo ptp_client.c question

I use stm32f427 I find the NetxDuo can run so good.But When I want to run ptp_client.c I find a lot of difficultsCan  ptp_client.c support  E2E  ? or only P2P, If support both how to configure ?I use a master clock that only can support E2E , It can'...

WTieg.1 by Associate II
  • 136 Views
  • 1 replies
  • 0 kudos

Resolved! NUCLEO-F446RE FreeMODBUS Library

Hello ST,I have been working on trying to get the FreeMODBUS library working on the NUCLEO-F446RE development board. The FreeMODBUS library can be found here,https://github.com/cwalter-at/freemodbusI am having trouble getting the USART port working c...