The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
286 views

MSP430 Illegal Instruction

A few questions here along the same lines, I'm looking at the datasheet for the MSP430x2xx family (I'm using the MSP430F235 FWIW). It says there in section 2.2.4 that "illegal instruction fetch" is an ...
1
vote
2answers
257 views

arduino IOException

I am an absolute beginner at all things arduino and I am attempting to practice reading the state of a button each time I press it....but I keep getting an IOException. My code is as follows: ...