gertk
Veteran Member
Due to the way my EEPROM is connected and mapped into the 8052 address space I need to shuffle the 8 kB blocks around after assembling the code. I use a small bash script with 'srec_cat' and 'dd' for that. The end result is a (binary) file which then gets programmed with the command line tools for the TL866.
The script is simply called 'doit.sh'
Currently I am fiddling with an SPI 320x240 (or 240x320) LCD on the 8052, it uses the ILI9341 controller and needed some extra pins for controlling the backlight and data/command line but since the 8052 timer input pins T0 and T1 (P3.4 and P3.5) were not used I decided to use these as outputs. Love those bidirectional port pins..
The script is simply called 'doit.sh'
Currently I am fiddling with an SPI 320x240 (or 240x320) LCD on the 8052, it uses the ILI9341 controller and needed some extra pins for controlling the backlight and data/command line but since the 8052 timer input pins T0 and T1 (P3.4 and P3.5) were not used I decided to use these as outputs. Love those bidirectional port pins..
Last edited:





