STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 411 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
  • 229 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...

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