Slide 1 Slide 2 Slide 3 Slide 4 Slide 5 Slide 6 Slide 7 Slide 8 Slide 9 Slide 10 Slide 11 Slide 12 Slide 13 Slide 14 Slide 15 Slide 16 Slide 17 Slide 18 Slide 19 Slide 20 Slide 21 Slide 22 Slide 23 Slide 24 Slide 25 Slide 26 Slide 27 Slide 28 Slide 29 Slide 30 Slide 31 Slide 32 Slide 33 Slide 34 Slide 35 Slide 36 Slide 37 Product List
MSP430L092 Introduction Slide 25

There are two debug modes for the MSP430L092 project. For fast debug mode, the IDE can download the firmware directly into RAM. The firmware is available until power off due to the volatile nature of RAM memory. Alternatively, the IDE can download the code to firmware. The firmware is then stored after power out because the EEPROM is a non-volatile memory. The loader code will then download the code back from the EEPROM into RAM and start execution. For each of the download modes, the IDE can debug accordingly, therefore, for fast debugging, the IDE can directly download into RAM and start debugging immediately. For the EEPROM debug option, the IDE would actually download the code to EEPROM, use a loader code to retrieve the firmware back from the EEPROM into the memory, and start the application debug. However, with this mode, the firmware is resident inside the EEPROM and is available after power out.

PTM Published on: 2011-04-08