cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F469I-Discovery available

Posted on October 11, 2015 at 17:16

Stock present at major North American distributors, Arrow, Digikey and Mouser.

http://www.digikey.com/product-detail/en/STM32F469I-DISCO/497-15990-ND/5428811

has the most aggressive pricing at ~$60 vs ~$80
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
11 REPLIES 11
Posted on June 27, 2017 at 21:33

@

Turvey.Clive.002

Hi,

Just bought the STM32F469I-DISCO and tried to setup the LCD stuff using CubeMX.

I wonder if you tried to prepare CubeMX project file to handle LCD (particulary DSI configuration).

I was able to do it for many other boards (STM32F429-DISCO, STM32F412-DISCO, STM32F746-DISCO, etc) but this time the DSI seems to be more challenging than controllers. Normally I try to reverse engineer the BSP examples to get the exact LCD & FSMC settings.

Thanks in advance,

Bogdan

Posted on June 27, 2017 at 23:09

Most of my stuff is head-less, so I mainly worked the SDRAM, USART and SDIO code. So I have SPL files to initialize the SDRAM in system_stm32f4xx.c (via SystemInit)

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..