User Activity

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...