This repository has been archived on 2024-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
rgb-driver-01/readme.md

24 lines
382 B
Markdown
Raw Normal View History

2024-02-27 11:54:19 +01:00
## Debugging
2024-02-27 11:42:54 +01:00
```
2024-02-23 21:20:16 +01:00
mspdebug rf2500 gdb
2024-02-27 11:42:54 +01:00
2024-02-23 21:20:16 +01:00
msp430-gdb -x firmware.gdb
2024-02-27 11:42:54 +01:00
```
2024-02-23 21:20:16 +01:00
Attention: the gdb in the TI toolchain package is broken, use the one from Debian
2024-02-27 11:54:19 +01:00
## Signals Working Cycler
2024-02-27 11:58:02 +01:00
These signals are related to code under tag `cycler_works_include_output_stage`.
2024-02-27 11:54:19 +01:00
First octets:
![](./docs/cycler_working_first_octets.png)
Last octets:
![](./docs/cycler_working_last_octets.png)