User Activity

I'm working with a STM32H723ZG and trying to set up SPI2 communication.I tracked down the issue where my LL_SPI_SetMode(SPI2, LL_SPI_MODE_MASTER) call does not set the Master bit in SPI2_CFG2 to 1, as intended (see Test #1 below).  However, if I call...
I'm somewhat new to scatter files and I'm trying to understand them better by doing some tests on a ST32F765 project (with 2mb flash at 0x0800 0000 - 0x081F FFFF).This scatter file works OK:LR_IROM2 0x08100000 0x00100000 { ; load region size_regi...
I'm looking for a way to detect which device part number (EX: STM32F765...) is connected via the USB DFU bootloader before programming the device (as a sanity check to make sure the file is appropriate/compatible). I can see the VID/PID/REV and Opti...
I'm using the USB middleware for a STM32F765 MCU application. I am able to use the function USBD_CUSTOM_HID_SendReport() for transmitting data payload from my application to a USB host, but don't currently have visibility of if/when the data prepare...
Kudos from