User Activity

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 ...
Hello STM team,I'm working with STM32h745 project. in that interface 7 external ADC using SPI and I want to continuously read ADC data and send using serial usb. So now my function executed one by one sequential manner but Some ADC data loss. So I wa...