2015-10-11 08:16 AM
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 ~$80Solved! Go to Solution.
2017-06-27 12:33 PM
@
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
2017-06-27 04:09 PM
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)