User Activity

Hi,I notice in the STM32H747XIH6 reference manual (RM0399) that "During and just after reset, the alternate functions are not active and most of the I/O portsare configured in analog mode." I want to confirm that in "analog mode" the IO is an HZ inpu...
Hi,We would like to use the standard USB DFU supplied with a STM32H747IGT6 with our own Vendor ID (VID) and Product ID (PID) instead of the default STM VID and PID. We are entering USB DFU mode by pulling the boot mode pin hi. We can run the DFU thro...
Hi,Is there any information available regarding the process variation of the ADC12 ENOB in the STM32H747 operated as a differential ADC? With a custom PCB we are seeing a standard deviation of 2.73 bits, which is quite substantial. On the worst offen...
Hi,I have an STM32H747IGT6 that I wish to:Continuously sample 4096 ADC samplesTransfer each sample from the peripheral to memory using DMATrigger an interrupt at the end of the conversionsAfter the CPU operates on the stored data, restart the process...
Hi,Is it possible to have a single ADC result transferred to two different memory locations using DMA without CPU intervention?Specifically I want DMA to take a single reading from an ADC, transfer it to one location on the STM32H747 CM4 and another ...