From dfbc10149c72db5a8f3b2f3e68dfb36d2f702093 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Wed, 22 Jan 2025 01:10:49 +0100 Subject: [PATCH] t03: added debug code. --- avr/devices/t03/boot.asm | 94 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) diff --git a/avr/devices/t03/boot.asm b/avr/devices/t03/boot.asm index 870c910..3f3d730 100644 --- a/avr/devices/t03/boot.asm +++ b/avr/devices/t03/boot.asm @@ -245,3 +245,97 @@ debugWriteString_done: debugString: .db "Hello", 13, 10, 0 + +debugPrintLoop: + sbi LED_PORT, LED_PINNUM ; off + ; enable transceiver + lds r17, UCSR1B +; cbr r17, (1<