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

TCP Echo Client example for Nucleo-STM32F429ZI

I have Nucleo-STM32F429ZI board. STM32F4Cube only has one LwIP example for this board. But, I found more LwIP examples for the STM324x9I_Eval board. Now, I am trying to convert one of the Eval examples for the Nucleo board, specifically TCP Echo Clie...

How to implement HID + CDC?

Hello, I am actually trying to implement HID + CDC in my project, I found nothing interesting on Google.Is someone know something about it or have a working example? It would help me a lot, thank you in advance.

HGaut.1 by Associate II
  • 799 Views
  • 2 replies
  • 0 kudos

Nucleof767zi ethernet on stm32cudeide

Hi,I would like to ask how to setup an ethernet on nucleo-f767zi.I tried to use stm32cudeide to configure, but I don't the MAC address of my board. How to find it?Also, do I have to set up the IPv4 address? Is there an example that I can follow?Thank...

TKham.1 by Associate
  • 425 Views
  • 0 replies
  • 0 kudos

Resolved! STM32L476: DFU problems.

I'm using an STLKT01V1 SensorTile, which is based on STM32L476.Since STLKT01V1 cannot select DFU update with the hardware, in my firmware I implemented a function for jumping to the embedded bootloader, as described into the application note, and thi...

Is implementation of RTOF support botched in HAL?

Somewhere at the end of 2019 the HAL got some RTOF stuff added. Right from the start, it declared HAL_UART_ERROR_RTO, which makes no sense, because RTOF is not an error! And with this start it got processing that pretty much makes using RTOF impossib...

maple by Associate II
  • 684 Views
  • 0 replies
  • 0 kudos

Function HAL_SRAM_Write_DMA(....) setup

Dear all,I am trying to use the above function to transfer data from STM32F429 to an external SRAM device but I am not able to see the signals generated.I can use without ptoblems a similar function (HAL_SRAM_Write_16b(...)). I am using STM32cubeIDE ...