User Activity

We built a system based on application notes and evaluation board schematics and design. It consists of the MCU (stm32f407), RFID reader ST25RU3993, and some RF-related stuff. ST25RU3993 is clocked by an external 20MHz crystal oscillator.Datasheet fo...
Hi, guys!I like CubeMX and it's code+project generation features very much, thank you for a great job! But now I've faced the followed issue. Cube deletes <FileOption> and <GroupOption> sections when regenerates project.That is inconvenient because I...
Datasheet DS12536 Rev 1, page 45 says:-----------------------------------------------------------------The STM32F730x8 devices feature a UTMI low-pin interface (ULPI) for high-speed operation (480 Mbit/s). When using the USB OTG HS in HS mode, an ext...
Posted on September 30, 2015 at 12:30In the file ''usbh_msc.c'' generated for STM32F407/427 there is typo in line 446:446            if((phost->Timer - MSC_Handle->timer) > 10000)447            {448              MSC_Handle->unit[MSC_Handle->current_...