User Activity

I am running the BlueNRG sample application but I added ret = aci_gap_start_general_discovery_proc(SCAN_P, SCAN_L, PUBLIC_ADDR, 1);so that I can scan for devices. Then I added the following code to the user_notify() method in the sample_service.c fil...
Posted on February 21, 2017 at 08:40I am trying to setup my stm32f4-discovery board to work with an ili9341 TFT LCD. I have finally figured out how to use the FSMC to do this in 8080 parallel interface (thanks to lots of help and coffee).I am now fa...
Posted on February 20, 2017 at 00:30I am trying to implement FSMC in order to drive an ili9341 LCD in 8080 mode. However to distinguish between command and data I need to toggle the RS(register select pin) which according to reference manual AN2790 ...