I have a project with a STM32H747. I don't use the DSI functionality. I left DSI_CKP, DSI_D0P, DSI_D1N, DSI_D0N, DSI_CKN, and DSI_D1P unconnected. Can I also leave VDDDSI and VCAPDSI unconnected?
I have been doing a lot of reading lately about the flashing process and bootloaders and not everything is clear.The datasheet of my microcontroller says that it is stlink that enables mbed. I have confirmed that I have to upload via stlink in order ...
Thanks for the reply. I have confirmed that stm32cubeprog works over uart. However, the board needs to be in the bootloader, correct? Is there any way to flash without messing with the boot0 pin? Maybe some bootloader that detects when it is being fl...