User Activity

Hi all,I am working on a STM32F103VEtx MCU. In my firmware I have redirected the printf function to a UART for debugging purposes. When I start running the code, the printf function causes the hard fault handler to hit. Please see the call stack att...
Hi all,I am using cubeMx code base for interfacing eMMC with controller STM32L496QGI6. With the support of FAT FS, I could write/read files to/from eMMC. But I am having two issues.#issue 1. Getting issues after formatting emmc from the device( by us...
Posted on April 04, 2017 at 19:41Hi all, I am using CubeMx generated code for USB Host- CDC communication. With this code Enumeration fails under two scenarios1) Host attached to a CDC device(CDC device not powered externally) then Power on Host.2) ...