Merge branch 'main' of gitea.hottis.de:wn/msp430-experiment-02

This commit is contained in:
Wolfgang Hottgenroth 2024-02-27 11:56:31 +01:00
commit 4e6fd76b08
Signed by: wn
GPG Key ID: 836E9E1192A6B132

View File

@ -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)