3 Commits

Author SHA1 Message Date
df9faabc7f readme 2024-02-27 11:54:19 +01:00
5128d36a75 readme fixed 2024-02-27 11:42:54 +01:00
b3ee547b64 remove dead code 2024-02-27 11:38:44 +01:00
2 changed files with 16 additions and 6 deletions

6
main.S
View File

@ -172,12 +172,6 @@ timer1_a0_isr_exit:
;timer0_a1_isr:
; reti
; --- interrupt vectors ---
; .section "__interrupt_vector_9","ax",@progbits
; .word timer0_a1_isr
.section "__interrupt_vector_14","ax",@progbits .section "__interrupt_vector_14","ax",@progbits
.word timer1_a0_isr .word timer1_a0_isr

View File

@ -1,5 +1,21 @@
## Debugging
```
mspdebug rf2500 gdb mspdebug rf2500 gdb
msp430-gdb -x firmware.gdb msp430-gdb -x firmware.gdb
```
Attention: the gdb in the TI toolchain package is broken, use the one from Debian 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)