User Activity

I have single channel ADC measurements on ADC1 and ADC2 working with an STM32H753IIK.I need to measure VBAT, Tempsensor and VREFINT, which the source code says is ONLY on ADC3.I generated the following init code:void MX_ADC3_Init(void) { ADC_Channe...
I have been working with STM32H753IIK6 (Silicon rev Y) for the last couple of months and using the CDC console in Windows 10 for debug and comms for the program. It shows up as COM8 in Windows, and Putty can connect to the serial port and open the c...
Our board is using an STM32H753 MCU with QSPI Serial Flash IS25WQ040. Quad SPI was enabled in CubeMX and I see the QSPI functions in stm32h7xx_hal_qspi.c. I'm just trying to get a Qspi_Test function called from main working that is currently gettin...
I am trying to program the STM32H753 flash on our board in DFU mode. Specifically on a raspberry pi running linux.I connect the boot0 to 1.8V while plugging in my USB-C cable and then the boot0 jumper wires are no longer connected. So if DFU mode is ...
I am porting the STSW-STUSB003 to my STM32 project that uses a different MCU than the NUCLEO-F072RB. Though it wouldn't matter, I need the functionality in our MCU for production, not an external Nucleo dev board.I can make changes in RAM, but cann...
Kudos from