Close

Interrupt routine (and display) working!

A project log for TMS70C02 single board computer in two parts

The T.I. TMS7000 line of micro controllers is an interesting architecture. These boards will provide a new platform to explore it.

fjkraanfjkraan 09/15/2024 at 12:400 Comments
After quite some time reading and coding and fixing I managed to get some text on the display. The display (and later keyboard) routine is triggered by interrupt and runs along side of the serial monitor, which is completely based on polling the serial port. The displayed patterns were actually poked in the display buffer using the the serial monitor.

 

Discussions