Posted on December 30, 2013 at 14:52I found a LCD with OTA5182A driver in SPI & RGB interface. However its RGB is serial RGB not parallel RGB in STM32F429. Is there a way to allow the LCD controller to work with STM32F429 inside lcd display? #int...
Posted on December 31, 2013 at 16:56The problem is that serial RGB has only 8-bit data line, the parallel has 3*8 data lines. The LCD control will be different. The Discovery board connected 24 data lines from LCD display. And there is no frame buff...
Posted on January 04, 2014 at 19:02I found that nRF51822 is a good BLE 4 chipset. It has a 32-bit Cortex-M0 SoC. I am not sure how difficult to make it work along with STM32F4. It is better to have all programming just in STM32F4 while a BLE chip is...