tomverbeure / panologic-g2

Pano Logic G2 Reverse Engineering Project
Apache License 2.0
136 stars 21 forks source link

Debug UART added (output to blue LED), print redirected to UART. #9

Closed skiphansen closed 5 years ago

skiphansen commented 5 years ago

working 115200 UART !

zephray commented 5 years ago

Optical UART?

skiphansen commented 5 years ago

Sure! But I'm lazy so I'm hooking a wire to the blue LED instead. Seriously the Pano doesn't have many pins that are easily accessible, but the LEDs are...

tomverbeure commented 5 years ago

I think it's high time that we refactor top_defines.h such that it only contains the base address of each APB block, but move the individual register declarations to the block owner.

E.g. uart.h contains the UART registers.

Tom

skiphansen commented 5 years ago

Sounds good to me.

Skip