User Activity

Hi everyone,I am working on a project where I need to interface an external ULPI PHY (FUSB2805) with the STM32H745 for high-speed USB communication using USB CDC. This is my first time working with an external USB PHY, and I am facing some difficulti...
Hi Team,I'm using STM32 USB CDC FS on my custom board. In the Windows Device Manager, it shows as "STMicroelectronics Virtual COM Port (COM6)." I want to change it to display a custom name for my board. Here are my questions:How can I change the devi...
Hello team,I’m working with an STM32H745iik6/ Nucleo-H745ziq microcontroller and currently using USB DFU mode to upload firmware. The process involves setting BOOT0 to 1 and performing a manual reset to enter DFU mode. After uploading the new firmwar...
Hello team,I am working on a project involving an STM32 microcontroller, and I am looking for guidance on how to implement remote firmware updates. Specifically, I want to be able to update the code on the microcontroller over the air (OTA) without n...
Hello everyone,I'm experiencing an issue with my STM32 microcontroller (STM32h745iik6 own board) where it doesn't execute the code upon power up. However, when I press the reset button, the code executes as expected. I'm looking for some guidance to ...