Hello again.. When debugging I get a "Program recieved SIGTRAP, Trace/Breakpoint trap", which occurs without having any breakpoints set. What can cause this to occur? It seems if I just continue the program is running normally, but because of the real-time nature, this is not useful. I suspect it's some type of error occuring, but I have no clue. Any help appreciated.
The good news is I've made big progress on learning how to use the msp430's, now can use the timing capture,
i'll be an expert on msp430's yet.. ;) also to follow up on my previous question of bit-arrays, my problem was less general, using only sequential access, so I could change it to shift bits into a variable, and read/write them from/into a byte-array after the variable was bit read/written. This significantly simplified and reduced my code size, so it fit no problem into a x1101 chip. -Kelly Murray