User Activity

Posted on July 27, 2016 at 11:50Hi!We're using ST USB Device Library. My question is about MaxPower field in device configuration descriptor.Let's assume that we have value 0xFA which means that we want 500mA from USB port. That's fine since host sh...
Posted on July 25, 2016 at 09:18Hi!We're using STM USB Device Library on STM32F429. I've been looking for this for two days but with no results. Is there any way to tell if the device has been enumerated? Preferably some callback after enumeration i...
Posted on April 24, 2016 at 18:54 Hi! I'm programming STM32F746BG using IAR 7.40 and J-Link debugger. I have a problem when trying to use internal flash to store some data. To be more specific when I try to erase sector 7. Here's my code: ...
Posted on October 06, 2015 at 21:10 Hi. I've started to play with STM32F7 discovery. I got to DSP audio example from hands-on and I would like to use line-in instead of microphones. Unfortunately when I've changed BSP_AUDIO_IN_OUT_Init...