From df9faabc7f4aec3a6d6619aba66b92d07434a572 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 27 Feb 2024 11:54:19 +0100 Subject: [PATCH] readme --- readme.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/readme.md b/readme.md index cf19a7d..a0a98a1 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,5 @@ +## Debugging + ``` mspdebug rf2500 gdb @@ -6,3 +8,14 @@ msp430-gdb -x firmware.gdb Attention: the gdb in the TI toolchain package is broken, use the one from Debian + + +## Signals Working Cycler + +First octets: + +![](./docs/cycler_working_first_octets.png) + +Last octets: + +![](./docs/cycler_working_last_octets.png)