Hi,
I want to connect a graphical LCD display 240x128 on USBIZI 144 pins brazilian board. The lcd controller is the t6963c chip.
The read, write, chip enable and control/data pins are all output signals. But the data bus 8 bits is biderectional, before any read operation i need read the lcd status.
How is the best way to connect a bidirectional data bus with 8 bits of data in USBIZI ?
Is there a way to write or read a byte rather than 8 bits?
At last i try to update the usbizi firmware to math with the new SDK , but the GHI Boot Loader Interface (COM2) is not avalable and inform the error code 10 (the device can not be started). My two board have the same behaviour.
You need to apply the firmware to your device. 4.1.5.1 is the latest (I understand - i haven’t loaded it yet) and you need to apply the SDK to your PC and then apply the firmware to the device.
then, importantly, you have to rip out all references to the GHI components from within VS, and re-add them so that you get the new updates.
Since you have a custom board, you might find that the issue you’re seeing is related to the board not to the usbizi, so you might need to find out the specific instructions for the board. In the GHI boards you hold LDR when you apply power to the device, and a COM port appears (it’s not always COM2, you need to look on your PC to find out what one it actually is). Then you use Tera Term (from GHI site, not any other one!) and you should be able to connect to the serial port and see the BL responses.
Have you ever applied a firmware update to this board?