Compare commits
3 Commits
broken
...
df9faabc7f
Author | SHA1 | Date | |
---|---|---|---|
df9faabc7f | |||
5128d36a75 | |||
b3ee547b64 |
6
main.S
6
main.S
@ -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
|
||||||
|
|
||||||
|
16
readme.md
16
readme.md
@ -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:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Last octets:
|
||||||
|
|
||||||
|

|
||||||
|
Reference in New Issue
Block a user