User Activity

For the last week, I've been trying to get asynchronous USB Audio 2.0 to work.I have dissected the descriptors from a Focusrite Scarlett 2i2 and crafted my own with the usb audio 2.0 docs at hand. I've modified the CubeF4 audio example and kept most ...
I'm converting the CubeMX usb audio device example to be audio class 2.0 compliant, with high-speed external phy.I have to implement a feedback endpoint to report the current number of samples per microframe. For this, I have tim2 set up as external ...
I’m creating a custom USB HS DFU bootloader for my STM32F429 project, using arm-none-eabi-gcc together with the CLion IDE. I’m having trouble jumping to the application code from the bootloader.The CLion project consists of a bootloader target and a ...
I'm working on a custom boot loader for a STM32F429, where I want to reserve the second of the first four 16K flash sectors for user data. Because the vector table has to start at 0x08000000, the memory layout would look like this:0x08000000 - isr ve...
I'm developing an STM32F429-based high-speed USB audio device that uses a Microchip USB3320 external PHY and would benefit from a DFU mode. Is there an example available anywhere for such a configuration?The default bootloader present in system memor...
Kudos from