STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL_DSI_Read example code would help a lot!

The header for this function is very cryptic - what, for example, is 'ParametersTable'.All I want to do is check that my display if present by reading the ID codes (its a ILI9806E) but I get a timeout error on the read even though the page select wri...

Mystery OVR (overrun) using STM32f769's DCMI

Posted on May 22, 2018 at 22:28So, we are developing a camera-to-display interface STM32f769.  Our EE has created an FPGA which is wired in to our STM32F7, giving us good VSYNC, HSYNC, DATA, and CLK pulses (verified by Salae).  We have configured ou...

Resolved! Which MCU has 3 lane DSI interface

Posted on October 17, 2017 at 15:58According to http://www.st.com/content/ccc/resource/technical/document/application_note/group0/1d/b8/33/4f/dc/0a/45/52/DM00287601/files/DM00287601.pdf/jcr:content/translations/en.DM00287601.pdf, STM32F4 includes DS...

Resolved! DSI PLL doesn't work with HSI

Posted on March 23, 2017 at 17:49Hello,I use DSI with external 25MHz osc. In some design I wanted to useHSI (is seems supported wrt. ref.manual) but the DSI PLL doesn'tlock at all.I use IDF=3 to have INFIN=16/3>4MHz and NDIV=125, thus Fvco=666MHz.OD...