User Activity

Posted on February 12, 2018 at 09:40I'm experiencing random freezing of the micro SD card on a custom board, running the STM32F767II.During read operations, occasionally communications is lost to the card and the driver code will experience repeatin...
Posted on September 13, 2017 at 11:17I'm working on a board that is close to the 429 Discovery board, using:- STM32F429 micro- LTDC connection to a custom 3 inch LCD using ili9327 controller, connected via display pixel interface- IS42SI6400J SDRAM ...
Posted on July 07, 2017 at 02:12I'm using Cube generator app V4.21.0 and F4 FW V1.16.0 on a 429II.If I enable DMA transfers for the SD card, it hangs in the SD driver and won't even allow the card to be mounted.Rolling back to older versions of stm3...
Posted on November 08, 2015 at 11:04 I'm trying to get port the code athttps://github.com/fetisov/lrndis/tree/master/lrndis/rndis-stm32 over to the Cube firmware libs, but running into troubles. Using STM32F429 Eval board, Keil uVision, C...
Posted on May 26, 2015 at 13:01 I'm hoping someone can help me out here. I have: - App running LwIP/FreeRTOS (generated from Cube MX - tcpip thread running at real time priority - application thread using netconn to send/receive, at ...