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 ...
Posted on September 14, 2017 at 07:18Thanks so much to both of you. I found:- display was wired as 18 bit, but I'd set the LCD register to 565.- pixel clock polarity was indeed wrong, register was set to rising edge instead of falling. This is the o...
Posted on July 06, 2017 at 05:21Have you had any success with this? I'm stuck on the exact same problem, but using a 429 micro on my own board design (very close to the 429 Discovery.)Using Cube generator 4.21.0 and F4 FW V1.16.All of the DMA2D regi...
Posted on April 11, 2016 at 06:37I'm working on an RNDIS device on STM32F429, using Cube HAL V1.9.I'm using the same method as CDC to detect when the output frame has gone, and frequently getting the same problem as described here for CDC, with the ...