contiki-ng / mspsim

Official MSPSim git repository
BSD 3-Clause "New" or "Revised" License
66 stars 83 forks source link

Bug Fix: IO range for adc12 one word to short #41

Closed FabianKnapp closed 9 years ago

FabianKnapp commented 9 years ago

Bug Fix, address 0x01A8, length 2, is also used by ADC12 (Interrupt vector word, ADC12IV). Referring to MSP430x1xx datasheet, 17-20, 17.3.

joakimeriksson commented 9 years ago

Seems like an ok fix. We just also need to add the actual functionality for these Interrupt registers also.