User Activity

Posted on July 27, 2016 at 23:29I have code that drives the FSMC & in turn an SSD1305 LCD controller. Trouble is, in order to integrate it with the rest of my application, it needs to use the HAL, as all of my SPI, I2C etc is HAL-based. I've written...
Posted on July 25, 2016 at 17:06I've developed code to drive an SSD1305 graphical LCD controller over an 8 bit parallel bus both via the FSMC & for comparison, bit banged. The FSMC generates 2 chip select pulses, but only puts data on the bus for th...
Posted on April 07, 2016 at 13:15I'm trying to build a first graphical LCD project with Visual GDB (which lets you use Visual Studio for embedded development using the ARM GCC toolchain). I can't find any sign of any of the LCD_IO_ routines in the ...