├── _config.yml ├── .gitattributes ├── blob ├── 1.png ├── 2.png ├── 3.png ├── E0.png ├── E1.png ├── E2.png ├── E3.png ├── E4.png ├── E8.png ├── E9.png ├── E0_0.png ├── E10.png ├── E11.png ├── E12.png ├── E13.png ├── E14.png ├── E15.png ├── E17.png ├── E1C.png ├── E21.png ├── E22.png ├── E23.png ├── E23O.png ├── E24.png ├── E24O.png ├── E24_1.png ├── E25.png ├── E26.png ├── E268.png ├── E268O.png ├── E268P.png ├── E26O.png ├── desktop.ini ├── Exp01_LunchBox_UART_Template-INO.png ├── Exp05_LunchBox_DebouncingTheSwitch.png ├── Exp13_LunchBox_HelloSSD-modified_P1p2.jpg ├── Exp15_LunchBox_HelloLCD-P2_instead_of_P1.jpg ├── Exp18_LunchBox_HelloSoftwarePWM_Large_Delay.jpg ├── Exp18_LunchBox_HelloSoftwarePWM_Small_Delay.jpg ├── Exp41_LunchBox_Introduction_to_Embedded_C-INO.png ├── Exp16_LunchBox_HelloLCDWithCustomCharacter-CIR.jpg ├── Exp16_LunchBox_HelloLCDWithCustomCharacter-RUN.jpg └── README.md ├── My Documents-ELF Folder.lnk ├── desktop.ini ├── My Documents-Energia Folder.lnk ├── Fritzing Sketch [.fzz] ├── desktop.ini ├── Exp08_LunchBox_HelloClock.fzz ├── Exp09_LunchBox_HelloResetSource.fzz ├── Exp07_LunchBox_HelloSwitch_PullUp.fzz └── Exp06_LunchBox_HelloSwitch_PullDown.fzz ├── Proteus Project Files [.pdsprj] ├── Exp00_LunchBox_Template │ ├── README.md │ ├── Exp00_LunchBox_Template.pdsprj │ ├── Backup Of Exp00_LunchBox_Template.pdsbak │ ├── Last Loaded Exp00_LunchBox_Template.pdsbak │ ├── MSP430G2553.hex │ └── Exp00_LunchBox_Template.pdsprj.IDEAPAD.Subhankar.workspace ├── Exp02_LunchBox_HelloLED │ ├── README.md │ ├── Exp02_LunchBox_HelloLED.pdsprj │ ├── Backup Of Exp02_LunchBox_HelloLED.pdsbak │ ├── Last Loaded Exp02_LunchBox_HelloLED.pdsbak │ └── MSP430G2553.hex ├── Exp03_LunchBox_HelloBlink │ ├── README.md │ ├── Exp03_LunchBox_HelloBlink.pdsprj │ ├── Backup Of Exp03_LunchBox_HelloBlink.pdsbak │ ├── Last Loaded Exp03_LunchBox_HelloBlink.pdsbak │ └── MSP430G2553.hex ├── Exp04_LunchBox_HelloSwitch │ ├── README.md │ ├── Exp04_LunchBox_HelloSwitch.pdsprj │ ├── Backup Of Exp04_LunchBox_HelloSwitch.pdsbak │ ├── Last Loaded Exp04_LunchBox_HelloSwitch.pdsbak │ └── MSP430G2553.hex ├── Exp08_LunchBox_HelloClock │ ├── README.md │ ├── Exp08_LunchBox_HelloClock.pdsprj │ ├── Backup Of Exp08_LunchBox_HelloClock.pdsbak │ ├── Last Loaded Exp08_LunchBox_HelloClock.pdsbak │ └── MSP430G2553.hex ├── Exp14_LunchBox_HelloLPM │ ├── README.md │ ├── Exp14_LunchBox_HelloLPM.pdsprj │ ├── Backup Of Exp14_LunchBox_HelloLPM.pdsbak │ ├── Last Loaded Exp14_LunchBox_HelloLPM.pdsbak │ └── MSP430G2553.hex ├── Exp17_LunchBox_HelloTimer │ ├── README.md │ ├── Exp17_LunchBox_HelloTimer_P1p2.pdsprj │ ├── Backup Of Exp17_LunchBox_HelloTimer_P1p2.pdsbak │ ├── Last Loaded Exp17_LunchBox_HelloTimer_P1p2.pdsbak │ ├── MSP430G2553.hex │ └── Exp17_LunchBox_HelloTimer_P1p2.pdsprj.IDEAPAD.Subhankar.workspace ├── Exp00_LunchBox_Template-ELF │ ├── README.md │ ├── Exp00_LunchBox_Template-ELF.pdsprj │ ├── Backup Of Exp00_LunchBox_Template-ELF.pdsbak │ └── Exp00_LunchBox_Template-ELF.pdsprj.IDEAPAD.Subhankar.workspace ├── Exp10_LunchBox_HelloInterrupt │ ├── README.md │ ├── Exp10_LunchBox_HelloInterrupt.pdsprj │ ├── Backup Of Exp10_LunchBox_HelloInterrupt.pdsbak │ ├── Last Loaded Exp10_LunchBox_HelloInterrupt.pdsbak │ ├── MSP430G2553.hex │ └── Exp10_LunchBox_HelloInterrupt.pdsprj.IDEAPAD.Subhankar.workspace ├── Exp25_LunchBox_HelloLFSR_32Bit │ ├── README.md │ ├── Exp25_LunchBox_HelloLFSR_32Bit.pdsprj │ ├── Backup Of Exp25_LunchBox_HelloLFSR_32Bit.pdsbak │ ├── Last Loaded Exp25_LunchBox_HelloLFSR_32Bit.pdsbak │ └── MSP430G2553.hex ├── desktop.ini ├── Exp11_LunchBox_HelloInterrupt_Rising │ ├── README.md │ ├── Exp11_LunchBox_HelloInterrupt_Rising.pdsprj │ ├── Backup Of Exp11_LunchBox_HelloInterrupt_Rising.pdsbak │ ├── Last Loaded Exp11_LunchBox_HelloInterrupt_Rising.pdsbak │ ├── MSP430G2553.hex │ └── Exp11_LunchBox_HelloInterrupt_Rising.pdsprj.IDEAPAD.Subhankar.workspace ├── Exp12_LunchBox_HelloInterrupt_Falling │ ├── README.md │ ├── Exp12_LunchBox_HelloInterrupt_Falling.pdsprj │ ├── Backup Of Exp12_LunchBox_HelloInterrupt_Falling.pdsbak │ ├── Last Loaded Exp12_LunchBox_HelloInterrupt_Falling.pdsbak │ └── MSP430G2553.hex ├── Exp27_LunchBox_Lemon_Battery_LED_Blink │ ├── README.md │ ├── Exp27_LunchBox_Lemon_Battery_LED_Blink.pdsprj │ ├── Backup Of Exp27_LunchBox_Lemon_Battery_LED_Blink.pdsbak │ ├── Last Loaded Exp27_LunchBox_Lemon_Battery_LED_Blink.pdsbak │ └── MSP430G2553.hex ├── Exp21_LunchBox_HelloADC-Not working (unknown fault) │ ├── README.md │ ├── Exp21_LunchBox_HelloADC.pdsprj │ ├── Backup Of Exp21_LunchBox_HelloADC.pdsbak │ └── MSP430G2553.hex ├── Exp22_LunchBox_HelloADC_LCD-Not working (unknown fault) │ ├── README.md │ ├── Exp22_LunchBox_HelloADC_LCD.pdsprj │ ├── Backup Of Exp22_LunchBox_HelloADC_LCD.pdsbak │ └── Last Loaded Exp22_LunchBox_HelloADC_LCD.pdsbak ├── Exp09_LunchBox_HelloResetSource-Not working (unknown fault) │ ├── README.md │ ├── Exp09_LunchBox_HelloResetSource.pdsprj │ ├── Exp09_LunchBox_HelloResetSourceP1p2.pdsprj │ ├── Backup Of Exp09_LunchBox_HelloResetSource.pdsbak │ ├── Backup Of Exp09_LunchBox_HelloResetSourceP1p2.pdsbak │ ├── Last Loaded Exp09_LunchBox_HelloResetSource.pdsbak │ ├── Last Loaded Exp09_LunchBox_HelloResetSourceP1p2.pdsbak │ └── MSP430G2553.hex ├── Exp31_LunchBox_SerialLog │ ├── Exp31_LunchBox_SerialLog.pdsprj │ └── Backup Of Exp31_LunchBox_SerialLog.pdsbak ├── Exp18_LunchBox_HelloSoftwarePWM_Large_Delay │ ├── README.md │ ├── Exp18_LunchBox_HelloSoftwarePWM_Large_Delay.pdsprj │ ├── Backup Of Exp18_LunchBox_HelloSoftwarePWM_Large_Delay.pdsbak │ ├── Last Loaded Exp18_LunchBox_HelloSoftwarePWM_Large_Delay.pdsbak │ └── MSP430G2553.hex ├── Exp18_LunchBox_HelloSoftwarePWM_Small_Delay │ ├── README.md │ ├── Exp18_LunchBox_HelloSoftwarePWM_Small_Delay.pdsprj │ ├── Backup Of Exp18_LunchBox_HelloSoftwarePWM_Small_Delay.pdsbak │ ├── Last Loaded Exp18_LunchBox_HelloSoftwarePWM_Small_Delay.pdsbak │ └── MSP430G2553.hex ├── Exp32_LunchBox_CharlieLog │ ├── Exp32_LunchBox_CharlieLog.pdsprj │ ├── Backup Of Exp32_LunchBox_CharlieLog.pdsbak │ └── Last Loaded Exp32_LunchBox_CharlieLog.pdsbak ├── Exp28_LunchBox_HelloSerial │ ├── Exp28_LunchBox_HelloSerial.pdsprj │ ├── Backup Of Exp28_LunchBox_HelloSerial.pdsbak │ └── MSP430G2553.hex ├── Exp29_LunchBox_HelloPeriod │ ├── Exp29_LunchBox_HelloPeriod.pdsprj │ ├── Backup Of Exp29_LunchBox_HelloPeriod.pdsbak │ └── Last Loaded Exp29_LunchBox_HelloPeriod.pdsbak ├── Exp41_LunchBox_Introduction_to_Embedded_C-INO │ ├── README.md │ ├── Exp41_LunchBox_Introduction_to_Embedded_C-INO.pdsprj │ ├── Backup Of Exp41_LunchBox_Introduction_to_Embedded_C-INO.pdsbak │ ├── Last Loaded Exp41_LunchBox_Introduction_to_Embedded_C-INO.pdsbak │ └── Exp41_LunchBox_Introduction_to_Embedded_C-INO.pdsprj.IDEAPAD.Subhankar.workspace ├── Exp30_LunchBox_HelloFrequency │ ├── Exp30_LunchBox_HelloFrequency.pdsprj │ ├── Backup Of Exp30_LunchBox_HelloFrequency.pdsbak │ └── MSP430G2553.hex ├── Exp01_LunchBox_UART_Template-INO │ ├── README.md │ ├── Exp01_LunchBox_UART_Template-INO.pdsprj │ ├── COPY-Exp01_LunchBox_UART_Template-INO.pdsprj │ ├── Backup Of Exp01_LunchBox_UART_Template-INO.pdsbak │ ├── Last Loaded Exp01_LunchBox_UART_Template-INO.pdsbak │ ├── Last Loaded COPY-Exp01_LunchBox_UART_Template-INO.pdsbak │ ├── Exp01_LunchBox_UART_Template-INO.pdsprj.IDEAPAD.Subhankar.workspace │ └── COPY-Exp01_LunchBox_UART_Template-INO.pdsprj.IDEAPAD.Subhankar.workspace ├── Exp13_LunchBox_HelloSSD-modified P1p2 │ ├── Exp13_LunchBox_HelloSSD.pdsprj │ ├── Last Loaded Exp13_LunchBox_HelloSSD.pdsbak │ ├── README.md │ ├── MSP430G2553.hex │ └── Exp13_LunchBox_HelloSSD.pdsprj.IDEAPAD.Subhankar.workspace ├── Exp15_LunchBox_HelloLCD-P2 instead of P1 │ ├── Exp15_LunchBox_HelloLCD.pdsprj │ ├── Backup Of Exp15_LunchBox_HelloLCD.pdsbak │ ├── Exp15_LunchBox_HelloLCD-very_slow.pdsprj │ ├── Last Loaded Exp15_LunchBox_HelloLCD.pdsbak │ ├── Backup Of Exp15_LunchBox_HelloLCD-very_slow.pdsbak │ ├── Last Loaded Exp15_LunchBox_HelloLCD-very_slow.pdsbak │ ├── README.md │ └── MSP430G2553.hex ├── Exp07_LunchBox_HelloSwitch_PullUp │ ├── Exp07_LunchBox_HelloSwitch_PullUp.pdsprj │ ├── Backup Of Exp07_LunchBox_HelloSwitch_PullUp.pdsbak │ ├── Last Loaded Exp07_LunchBox_HelloSwitch_PullUp.pdsbak │ └── MSP430G2553.hex ├── Exp05_LunchBox_DebouncingTheSwitch │ ├── Exp05_LunchBox_DebouncingTheSwitch.pdsprj │ ├── Backup Of Exp05_LunchBox_DebouncingTheSwitch.pdsbak │ ├── Last Loaded Exp05_LunchBox_DebouncingTheSwitch.pdsbak │ └── MSP430G2553.hex ├── Exp06_LunchBox_HelloSwitch_PullDown │ ├── Exp06_LunchBox_HelloSwitch_PullDown.pdsprj │ ├── Backup Of Exp06_LunchBox_HelloSwitch_PullDown.pdsbak │ ├── Last Loaded Exp06_LunchBox_HelloSwitch_PullDown.pdsbak │ └── MSP430G2553.hex ├── Exp26_LunchBox_HelloDAC_4Bit-P2 instead of P1 │ ├── README.md │ ├── Exp26_LunchBox_HelloDAC_4Bit.pdsprj │ ├── Exp26_LunchBox_HelloDAC_4Bit_MOD.pdsprj │ ├── Backup Of Exp26_LunchBox_HelloDAC_4Bit.pdsbak │ ├── Last Loaded Exp26_LunchBox_HelloDAC_4Bit.pdsbak │ ├── Backup Of Exp26_LunchBox_HelloDAC_4Bit_MOD.pdsbak │ ├── Last Loaded Exp26_LunchBox_HelloDAC_4Bit_MOD.pdsbak │ └── MSP430G2553.hex ├── Exp26_LunchBox_HelloDAC_8Bit-P2 instead of P1 │ ├── README.md │ ├── Exp26_LunchBox_HelloDAC_8Bit.pdsprj │ ├── Exp26_LunchBox_HelloDAC_8Bit_MOD.pdsprj │ ├── Exp26_LunchBox_HelloDAC_8Bit_MOD255.pdsprj │ ├── Backup Of Exp26_LunchBox_HelloDAC_8Bit.pdsbak │ ├── Last Loaded Exp26_LunchBox_HelloDAC_8Bit.pdsbak │ ├── Backup Of Exp26_LunchBox_HelloDAC_8Bit_MOD.pdsbak │ ├── Last Loaded Exp26_LunchBox_HelloDAC_8Bit_MOD.pdsbak │ ├── Backup Of Exp26_LunchBox_HelloDAC_8Bit_MOD255.pdsbak │ ├── Last Loaded Exp26_LunchBox_HelloDAC_8Bit_MOD255.pdsbak │ └── MSP430G2553.hex ├── Exp23_LunchBox_HelloADC_Internal_Temperature_Sensor │ ├── README.md │ ├── Exp23_LunchBox_HelloADC_Internal_Temperature_Sensor.pdsprj │ ├── Backup Of Exp23_LunchBox_HelloADC_Internal_Temperature_Sensor.pdsbak │ ├── Exp23_LunchBox_HelloADC_Internal_Temperature_Sensor-very_slow.pdsprj │ ├── Last Loaded Exp23_LunchBox_HelloADC_Internal_Temperature_Sensor.pdsbak │ ├── Backup Of Exp23_LunchBox_HelloADC_Internal_Temperature_Sensor-very_slow.pdsbak │ ├── Last Loaded Exp23_LunchBox_HelloADC_Internal_Temperature_Sensor-very_slow.pdsbak │ └── MSP430G2553.hex ├── Exp33_LunchBox_RefreshSSD_Sequential │ ├── Exp33_LunchBox_RefreshSSD_Sequential.pdsprj │ ├── Exp33_LunchBox_RefreshSSD_Sequential-MOD.pdsprj │ ├── 1MOD │ │ ├── Exp33_LunchBox_RefreshSSD_Sequential-MOD.pdsprj │ │ ├── Backup Of Exp33_LunchBox_RefreshSSD_Sequential-MOD.pdsbak │ │ └── MSP430G2553.hex │ ├── Backup Of Exp33_LunchBox_RefreshSSD_Sequential.pdsbak │ ├── Last Loaded Exp33_LunchBox_RefreshSSD_Sequential.pdsbak │ ├── Backup Of Exp33_LunchBox_RefreshSSD_Sequential-MOD.pdsbak │ ├── Last Loaded Exp33_LunchBox_RefreshSSD_Sequential-MOD.pdsbak │ ├── Exp33_LunchBox_RefreshSSD_Sequential.pdsprj.IDEAPAD.Subhankar.workspace │ ├── MSP430G2553.hex │ └── Exp33_LunchBox_RefreshSSD_Sequential-MOD.pdsprj.IDEAPAD.Subhankar.workspace ├── Exp24_LunchBox_HelloLFSR_8Bit-P2 instead of P1 │ ├── Exp24_LunchBox_HelloLFSR_8Bit.pdsprj │ ├── Backup Of Exp24_LunchBox_HelloLFSR_8Bit.pdsbak │ ├── Exp24_LunchBox_HelloLFSR_8Bit-OSCILLOSCOPE.pdsprj │ ├── Last Loaded Exp24_LunchBox_HelloLFSR_8Bit.pdsbak │ ├── Backup Of Exp24_LunchBox_HelloLFSR_8Bit-OSCILLOSCOPE.pdsbak │ ├── Last Loaded Exp24_LunchBox_HelloLFSR_8Bit-OSCILLOSCOPE.pdsbak │ ├── README.md │ └── MSP430G2553.hex ├── Exp34_LunchBox_RefreshSSD_InterruptBased │ ├── 1 │ │ ├── Exp34_LunchBox_RefreshSSD_InterruptBased-MOD.pdsprj │ │ ├── Backup Of Exp34_LunchBox_RefreshSSD_InterruptBased-MOD.pdsbak │ │ └── Last Loaded Exp34_LunchBox_RefreshSSD_InterruptBased-MOD.pdsbak │ ├── Exp34_LunchBox_RefreshSSD_InterruptBased.pdsprj │ ├── Backup Of Exp34_LunchBox_RefreshSSD_InterruptBased.pdsbak │ └── Exp34_LunchBox_RefreshSSD_InterruptBased.pdsprj.IDEAPAD.Subhankar.workspace ├── Exp12_LunchBox_HelloInterrupt_Falling-Exercise │ ├── Exp12_LunchBox_HelloInterrupt_Falling-Exercise.pdsprj │ ├── Backup Of Exp12_LunchBox_HelloInterrupt_Falling-Exercise.pdsbak │ ├── Last Loaded Exp12_LunchBox_HelloInterrupt_Falling-Exercise.pdsbak │ └── MSP430G2553.hex ├── Exp16_LunchBox_HelloLCDWithCustomCharacter-P2 instead of P1 │ ├── Exp16_LunchBox_HelloLCDWithCustomCharacter.pdsprj │ ├── Backup Of Exp16_LunchBox_HelloLCDWithCustomCharacter.pdsbak │ ├── Exp16_LunchBox_HelloLCDWithCustomCharacter-very_slow.pdsprj │ ├── Backup Of Exp16_LunchBox_HelloLCDWithCustomCharacter-very_slow.pdsbak │ ├── Last Loaded Exp16_LunchBox_HelloLCDWithCustomCharacter-very_slow.pdsbak │ ├── README.md │ └── MSP430G2553.hex ├── Exp19_LunchBox_HelloHardwarePWM_8Bit-Not working (unknown fault) │ ├── Exp19_LunchBox_HelloHardwarePWM_8Bit.pdsprj │ ├── Backup Of Exp19_LunchBox_HelloHardwarePWM_8Bit.pdsbak │ ├── Last Loaded Exp19_LunchBox_HelloHardwarePWM_8Bit.pdsbak │ └── MSP430G2553.hex ├── Exp20_LunchBox_HelloHardwarePWM_16Bit-Not working (unknown fault) │ ├── Exp20_LunchBox_HelloHardwarePWM_16Bit.pdsprj │ ├── Backup Of Exp20_LunchBox_HelloHardwarePWM_16Bit.pdsbak │ ├── Last Loaded Exp20_LunchBox_HelloHardwarePWM_16Bit.pdsbak │ └── MSP430G2553.hex ├── Exp12_LunchBox_HelloInterrupt-Rising_Falling-Exercise │ ├── Exp12_LunchBox_HelloInterrupt-Rising_Falling-Exercise.pdsprj │ ├── Backup Of Exp12_LunchBox_HelloInterrupt-Rising_Falling-Exercise.pdsbak │ ├── Last Loaded Exp12_LunchBox_HelloInterrupt-Rising_Falling-Exercise.pdsbak │ └── MSP430G2553.hex └── README.md ├── CCS Compiled eabi binary Files [.elf] ├── desktop.ini └── Exp00_LunchBox_Template.elf ├── Use both HEX and ELF for proteus simulation.pdf ├── Energia IDE sketch [.ino] & compiled binary Files [.hex] ├── desktop.ini ├── Exp01_LunchBox_UART_Template │ └── Exp01_LunchBox_UART_Template.ino └── Exp41_LunchBox_Introduction_to_Embedded_C │ └── Exp41_LunchBox_Introduction_to_Embedded_C.ino ├── .github └── ISSUE_TEMPLATE │ ├── proteus-simulation-issue.md │ ├── feature_request.md │ └── bug_report.md ├── CONTRIBUTING.md ├── LICENSE └── CODE_OF_CONDUCT.md /_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-modernist -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /blob/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/1.png -------------------------------------------------------------------------------- /blob/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/2.png -------------------------------------------------------------------------------- /blob/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/3.png -------------------------------------------------------------------------------- /blob/E0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/E0.png -------------------------------------------------------------------------------- /blob/E1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/E1.png -------------------------------------------------------------------------------- /blob/E2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/E2.png -------------------------------------------------------------------------------- /blob/E3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/E3.png -------------------------------------------------------------------------------- /blob/E4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/E4.png -------------------------------------------------------------------------------- /blob/E8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/E8.png -------------------------------------------------------------------------------- /blob/E9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/E9.png -------------------------------------------------------------------------------- /blob/E0_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/E0_0.png -------------------------------------------------------------------------------- /blob/E10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/E10.png -------------------------------------------------------------------------------- /blob/E11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/E11.png -------------------------------------------------------------------------------- /blob/E12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/E12.png -------------------------------------------------------------------------------- /blob/E13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/E13.png -------------------------------------------------------------------------------- /blob/E14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/E14.png -------------------------------------------------------------------------------- /blob/E15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/E15.png -------------------------------------------------------------------------------- /blob/E17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/E17.png -------------------------------------------------------------------------------- /blob/E1C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/E1C.png -------------------------------------------------------------------------------- /blob/E21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/E21.png -------------------------------------------------------------------------------- /blob/E22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/E22.png -------------------------------------------------------------------------------- /blob/E23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/E23.png -------------------------------------------------------------------------------- /blob/E23O.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/E23O.png -------------------------------------------------------------------------------- /blob/E24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/E24.png -------------------------------------------------------------------------------- /blob/E24O.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/E24O.png -------------------------------------------------------------------------------- /blob/E24_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/E24_1.png -------------------------------------------------------------------------------- /blob/E25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/E25.png -------------------------------------------------------------------------------- /blob/E26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/E26.png -------------------------------------------------------------------------------- /blob/E268.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/E268.png -------------------------------------------------------------------------------- /blob/E268O.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/E268O.png -------------------------------------------------------------------------------- /blob/E268P.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/E268P.png -------------------------------------------------------------------------------- /blob/E26O.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/E26O.png -------------------------------------------------------------------------------- /My Documents-ELF Folder.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/My Documents-ELF Folder.lnk -------------------------------------------------------------------------------- /desktop.ini: -------------------------------------------------------------------------------- 1 | [.ShellClassInfo] 2 | IconResource=C:\WINDOWS\System32\DDORes.dll,51 3 | [ViewState] 4 | Mode= 5 | Vid= 6 | FolderType=Generic 7 | -------------------------------------------------------------------------------- /My Documents-Energia Folder.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/My Documents-Energia Folder.lnk -------------------------------------------------------------------------------- /blob/desktop.ini: -------------------------------------------------------------------------------- 1 | [.ShellClassInfo] 2 | IconResource=C:\WINDOWS\System32\imageres.dll,66 3 | [ViewState] 4 | Mode= 5 | Vid= 6 | FolderType=Generic 7 | -------------------------------------------------------------------------------- /Fritzing Sketch [.fzz]/desktop.ini: -------------------------------------------------------------------------------- 1 | [.ShellClassInfo] 2 | IconResource=C:\WINDOWS\System32\imageres.dll,296 3 | [ViewState] 4 | Mode= 5 | Vid= 6 | FolderType=Generic 7 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp00_LunchBox_Template/README.md: -------------------------------------------------------------------------------- 1 | ![E0.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E0.png) -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp02_LunchBox_HelloLED/README.md: -------------------------------------------------------------------------------- 1 | ![E2.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E2.png) -------------------------------------------------------------------------------- /blob/Exp01_LunchBox_UART_Template-INO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/Exp01_LunchBox_UART_Template-INO.png -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp03_LunchBox_HelloBlink/README.md: -------------------------------------------------------------------------------- 1 | ![E3.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E3.png) -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp04_LunchBox_HelloSwitch/README.md: -------------------------------------------------------------------------------- 1 | ![E4.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E4.png) -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp08_LunchBox_HelloClock/README.md: -------------------------------------------------------------------------------- 1 | ![E8.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E8.png) -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp14_LunchBox_HelloLPM/README.md: -------------------------------------------------------------------------------- 1 | ![E14.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E14.png) -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp17_LunchBox_HelloTimer/README.md: -------------------------------------------------------------------------------- 1 | ![E17.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E17.png) -------------------------------------------------------------------------------- /blob/Exp05_LunchBox_DebouncingTheSwitch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/Exp05_LunchBox_DebouncingTheSwitch.png -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp00_LunchBox_Template-ELF/README.md: -------------------------------------------------------------------------------- 1 | ![E0_0.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E0_0.png) -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp10_LunchBox_HelloInterrupt/README.md: -------------------------------------------------------------------------------- 1 | ![E10.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E10.png) -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp25_LunchBox_HelloLFSR_32Bit/README.md: -------------------------------------------------------------------------------- 1 | ![E25.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E25.png) -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/desktop.ini: -------------------------------------------------------------------------------- 1 | [.ShellClassInfo] 2 | IconResource=C:\WINDOWS\system32\imageres.dll,250 3 | [ViewState] 4 | Mode= 5 | Vid= 6 | FolderType=Generic 7 | -------------------------------------------------------------------------------- /blob/Exp13_LunchBox_HelloSSD-modified_P1p2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/Exp13_LunchBox_HelloSSD-modified_P1p2.jpg -------------------------------------------------------------------------------- /CCS Compiled eabi binary Files [.elf]/desktop.ini: -------------------------------------------------------------------------------- 1 | [.ShellClassInfo] 2 | IconResource=C:\WINDOWS\System32\imageres.dll,195 3 | [ViewState] 4 | Mode= 5 | Vid= 6 | FolderType=Generic 7 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp11_LunchBox_HelloInterrupt_Rising/README.md: -------------------------------------------------------------------------------- 1 | ![E11.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E11.png) -------------------------------------------------------------------------------- /Use both HEX and ELF for proteus simulation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Use both HEX and ELF for proteus simulation.pdf -------------------------------------------------------------------------------- /blob/Exp15_LunchBox_HelloLCD-P2_instead_of_P1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/Exp15_LunchBox_HelloLCD-P2_instead_of_P1.jpg -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp12_LunchBox_HelloInterrupt_Falling/README.md: -------------------------------------------------------------------------------- 1 | ![E12.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E12.png) -------------------------------------------------------------------------------- /Fritzing Sketch [.fzz]/Exp08_LunchBox_HelloClock.fzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Fritzing Sketch [.fzz]/Exp08_LunchBox_HelloClock.fzz -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp27_LunchBox_Lemon_Battery_LED_Blink/README.md: -------------------------------------------------------------------------------- 1 | ![E268P.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E268P.png) -------------------------------------------------------------------------------- /blob/Exp18_LunchBox_HelloSoftwarePWM_Large_Delay.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/Exp18_LunchBox_HelloSoftwarePWM_Large_Delay.jpg -------------------------------------------------------------------------------- /blob/Exp18_LunchBox_HelloSoftwarePWM_Small_Delay.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/Exp18_LunchBox_HelloSoftwarePWM_Small_Delay.jpg -------------------------------------------------------------------------------- /blob/Exp41_LunchBox_Introduction_to_Embedded_C-INO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/Exp41_LunchBox_Introduction_to_Embedded_C-INO.png -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp21_LunchBox_HelloADC-Not working (unknown fault)/README.md: -------------------------------------------------------------------------------- 1 | ![E21.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E21.png) -------------------------------------------------------------------------------- /blob/Exp16_LunchBox_HelloLCDWithCustomCharacter-CIR.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/Exp16_LunchBox_HelloLCDWithCustomCharacter-CIR.jpg -------------------------------------------------------------------------------- /blob/Exp16_LunchBox_HelloLCDWithCustomCharacter-RUN.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/blob/Exp16_LunchBox_HelloLCDWithCustomCharacter-RUN.jpg -------------------------------------------------------------------------------- /Energia IDE sketch [.ino] & compiled binary Files [.hex]/desktop.ini: -------------------------------------------------------------------------------- 1 | [.ShellClassInfo] 2 | IconResource=C:\WINDOWS\system32\imageres.dll,321 3 | [ViewState] 4 | Mode= 5 | Vid= 6 | FolderType=Generic 7 | -------------------------------------------------------------------------------- /Fritzing Sketch [.fzz]/Exp09_LunchBox_HelloResetSource.fzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Fritzing Sketch [.fzz]/Exp09_LunchBox_HelloResetSource.fzz -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp22_LunchBox_HelloADC_LCD-Not working (unknown fault)/README.md: -------------------------------------------------------------------------------- 1 | ![E22.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E22.png) -------------------------------------------------------------------------------- /Fritzing Sketch [.fzz]/Exp07_LunchBox_HelloSwitch_PullUp.fzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Fritzing Sketch [.fzz]/Exp07_LunchBox_HelloSwitch_PullUp.fzz -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp09_LunchBox_HelloResetSource-Not working (unknown fault)/README.md: -------------------------------------------------------------------------------- 1 | ![E9.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E9.png) -------------------------------------------------------------------------------- /Fritzing Sketch [.fzz]/Exp06_LunchBox_HelloSwitch_PullDown.fzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Fritzing Sketch [.fzz]/Exp06_LunchBox_HelloSwitch_PullDown.fzz -------------------------------------------------------------------------------- /CCS Compiled eabi binary Files [.elf]/Exp00_LunchBox_Template.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/CCS Compiled eabi binary Files [.elf]/Exp00_LunchBox_Template.elf -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp00_LunchBox_Template/Exp00_LunchBox_Template.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp00_LunchBox_Template/Exp00_LunchBox_Template.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp02_LunchBox_HelloLED/Exp02_LunchBox_HelloLED.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp02_LunchBox_HelloLED/Exp02_LunchBox_HelloLED.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp14_LunchBox_HelloLPM/Exp14_LunchBox_HelloLPM.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp14_LunchBox_HelloLPM/Exp14_LunchBox_HelloLPM.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp31_LunchBox_SerialLog/Exp31_LunchBox_SerialLog.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp31_LunchBox_SerialLog/Exp31_LunchBox_SerialLog.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp03_LunchBox_HelloBlink/Exp03_LunchBox_HelloBlink.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp03_LunchBox_HelloBlink/Exp03_LunchBox_HelloBlink.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp08_LunchBox_HelloClock/Exp08_LunchBox_HelloClock.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp08_LunchBox_HelloClock/Exp08_LunchBox_HelloClock.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp18_LunchBox_HelloSoftwarePWM_Large_Delay/README.md: -------------------------------------------------------------------------------- 1 | ![Exp18_LunchBox_HelloSoftwarePWM_Large_Delay](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/Exp18_LunchBox_HelloSoftwarePWM_Large_Delay.jpg) -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp18_LunchBox_HelloSoftwarePWM_Small_Delay/README.md: -------------------------------------------------------------------------------- 1 | ![Exp18_LunchBox_HelloSoftwarePWM_Small_Delay](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/Exp18_LunchBox_HelloSoftwarePWM_Small_Delay.jpg) -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp32_LunchBox_CharlieLog/Exp32_LunchBox_CharlieLog.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp32_LunchBox_CharlieLog/Exp32_LunchBox_CharlieLog.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp00_LunchBox_Template-ELF/Exp00_LunchBox_Template-ELF.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp00_LunchBox_Template-ELF/Exp00_LunchBox_Template-ELF.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp04_LunchBox_HelloSwitch/Exp04_LunchBox_HelloSwitch.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp04_LunchBox_HelloSwitch/Exp04_LunchBox_HelloSwitch.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp28_LunchBox_HelloSerial/Exp28_LunchBox_HelloSerial.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp28_LunchBox_HelloSerial/Exp28_LunchBox_HelloSerial.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp29_LunchBox_HelloPeriod/Exp29_LunchBox_HelloPeriod.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp29_LunchBox_HelloPeriod/Exp29_LunchBox_HelloPeriod.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp00_LunchBox_Template/Backup Of Exp00_LunchBox_Template.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp00_LunchBox_Template/Backup Of Exp00_LunchBox_Template.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp02_LunchBox_HelloLED/Backup Of Exp02_LunchBox_HelloLED.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp02_LunchBox_HelloLED/Backup Of Exp02_LunchBox_HelloLED.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp14_LunchBox_HelloLPM/Backup Of Exp14_LunchBox_HelloLPM.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp14_LunchBox_HelloLPM/Backup Of Exp14_LunchBox_HelloLPM.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp17_LunchBox_HelloTimer/Exp17_LunchBox_HelloTimer_P1p2.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp17_LunchBox_HelloTimer/Exp17_LunchBox_HelloTimer_P1p2.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp41_LunchBox_Introduction_to_Embedded_C-INO/README.md: -------------------------------------------------------------------------------- 1 | ![Exp41_LunchBox_Introduction_to_Embedded_C-INO.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/Exp41_LunchBox_Introduction_to_Embedded_C-INO.png) -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp00_LunchBox_Template/Last Loaded Exp00_LunchBox_Template.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp00_LunchBox_Template/Last Loaded Exp00_LunchBox_Template.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp02_LunchBox_HelloLED/Last Loaded Exp02_LunchBox_HelloLED.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp02_LunchBox_HelloLED/Last Loaded Exp02_LunchBox_HelloLED.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp10_LunchBox_HelloInterrupt/Exp10_LunchBox_HelloInterrupt.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp10_LunchBox_HelloInterrupt/Exp10_LunchBox_HelloInterrupt.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp14_LunchBox_HelloLPM/Last Loaded Exp14_LunchBox_HelloLPM.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp14_LunchBox_HelloLPM/Last Loaded Exp14_LunchBox_HelloLPM.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp30_LunchBox_HelloFrequency/Exp30_LunchBox_HelloFrequency.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp30_LunchBox_HelloFrequency/Exp30_LunchBox_HelloFrequency.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp31_LunchBox_SerialLog/Backup Of Exp31_LunchBox_SerialLog.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp31_LunchBox_SerialLog/Backup Of Exp31_LunchBox_SerialLog.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp01_LunchBox_UART_Template-INO/README.md: -------------------------------------------------------------------------------- 1 | ![E1.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E1.png) 2 | ![E1C.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E1C.png) -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp03_LunchBox_HelloBlink/Backup Of Exp03_LunchBox_HelloBlink.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp03_LunchBox_HelloBlink/Backup Of Exp03_LunchBox_HelloBlink.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp08_LunchBox_HelloClock/Backup Of Exp08_LunchBox_HelloClock.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp08_LunchBox_HelloClock/Backup Of Exp08_LunchBox_HelloClock.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp13_LunchBox_HelloSSD-modified P1p2/Exp13_LunchBox_HelloSSD.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp13_LunchBox_HelloSSD-modified P1p2/Exp13_LunchBox_HelloSSD.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp25_LunchBox_HelloLFSR_32Bit/Exp25_LunchBox_HelloLFSR_32Bit.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp25_LunchBox_HelloLFSR_32Bit/Exp25_LunchBox_HelloLFSR_32Bit.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp32_LunchBox_CharlieLog/Backup Of Exp32_LunchBox_CharlieLog.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp32_LunchBox_CharlieLog/Backup Of Exp32_LunchBox_CharlieLog.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp00_LunchBox_Template-ELF/Backup Of Exp00_LunchBox_Template-ELF.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp00_LunchBox_Template-ELF/Backup Of Exp00_LunchBox_Template-ELF.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp01_LunchBox_UART_Template-INO/Exp01_LunchBox_UART_Template-INO.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp01_LunchBox_UART_Template-INO/Exp01_LunchBox_UART_Template-INO.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp03_LunchBox_HelloBlink/Last Loaded Exp03_LunchBox_HelloBlink.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp03_LunchBox_HelloBlink/Last Loaded Exp03_LunchBox_HelloBlink.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp04_LunchBox_HelloSwitch/Backup Of Exp04_LunchBox_HelloSwitch.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp04_LunchBox_HelloSwitch/Backup Of Exp04_LunchBox_HelloSwitch.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp04_LunchBox_HelloSwitch/Last Loaded Exp04_LunchBox_HelloSwitch.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp04_LunchBox_HelloSwitch/Last Loaded Exp04_LunchBox_HelloSwitch.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp08_LunchBox_HelloClock/Last Loaded Exp08_LunchBox_HelloClock.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp08_LunchBox_HelloClock/Last Loaded Exp08_LunchBox_HelloClock.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp15_LunchBox_HelloLCD-P2 instead of P1/Exp15_LunchBox_HelloLCD.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp15_LunchBox_HelloLCD-P2 instead of P1/Exp15_LunchBox_HelloLCD.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp28_LunchBox_HelloSerial/Backup Of Exp28_LunchBox_HelloSerial.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp28_LunchBox_HelloSerial/Backup Of Exp28_LunchBox_HelloSerial.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp29_LunchBox_HelloPeriod/Backup Of Exp29_LunchBox_HelloPeriod.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp29_LunchBox_HelloPeriod/Backup Of Exp29_LunchBox_HelloPeriod.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp29_LunchBox_HelloPeriod/Last Loaded Exp29_LunchBox_HelloPeriod.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp29_LunchBox_HelloPeriod/Last Loaded Exp29_LunchBox_HelloPeriod.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp32_LunchBox_CharlieLog/Last Loaded Exp32_LunchBox_CharlieLog.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp32_LunchBox_CharlieLog/Last Loaded Exp32_LunchBox_CharlieLog.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp07_LunchBox_HelloSwitch_PullUp/Exp07_LunchBox_HelloSwitch_PullUp.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp07_LunchBox_HelloSwitch_PullUp/Exp07_LunchBox_HelloSwitch_PullUp.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp17_LunchBox_HelloTimer/Backup Of Exp17_LunchBox_HelloTimer_P1p2.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp17_LunchBox_HelloTimer/Backup Of Exp17_LunchBox_HelloTimer_P1p2.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp01_LunchBox_UART_Template-INO/COPY-Exp01_LunchBox_UART_Template-INO.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp01_LunchBox_UART_Template-INO/COPY-Exp01_LunchBox_UART_Template-INO.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp05_LunchBox_DebouncingTheSwitch/Exp05_LunchBox_DebouncingTheSwitch.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp05_LunchBox_DebouncingTheSwitch/Exp05_LunchBox_DebouncingTheSwitch.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp10_LunchBox_HelloInterrupt/Backup Of Exp10_LunchBox_HelloInterrupt.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp10_LunchBox_HelloInterrupt/Backup Of Exp10_LunchBox_HelloInterrupt.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp17_LunchBox_HelloTimer/Last Loaded Exp17_LunchBox_HelloTimer_P1p2.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp17_LunchBox_HelloTimer/Last Loaded Exp17_LunchBox_HelloTimer_P1p2.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp30_LunchBox_HelloFrequency/Backup Of Exp30_LunchBox_HelloFrequency.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp30_LunchBox_HelloFrequency/Backup Of Exp30_LunchBox_HelloFrequency.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp06_LunchBox_HelloSwitch_PullDown/Exp06_LunchBox_HelloSwitch_PullDown.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp06_LunchBox_HelloSwitch_PullDown/Exp06_LunchBox_HelloSwitch_PullDown.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp10_LunchBox_HelloInterrupt/Last Loaded Exp10_LunchBox_HelloInterrupt.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp10_LunchBox_HelloInterrupt/Last Loaded Exp10_LunchBox_HelloInterrupt.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp25_LunchBox_HelloLFSR_32Bit/Backup Of Exp25_LunchBox_HelloLFSR_32Bit.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp25_LunchBox_HelloLFSR_32Bit/Backup Of Exp25_LunchBox_HelloLFSR_32Bit.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp26_LunchBox_HelloDAC_4Bit-P2 instead of P1/README.md: -------------------------------------------------------------------------------- 1 | ![E26.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E26.png) 2 | ![E26O.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E26O.png) -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp26_LunchBox_HelloDAC_8Bit-P2 instead of P1/README.md: -------------------------------------------------------------------------------- 1 | ![E268.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E268.png) 2 | ![E268O.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E268O.png) -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp01_LunchBox_UART_Template-INO/Backup Of Exp01_LunchBox_UART_Template-INO.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp01_LunchBox_UART_Template-INO/Backup Of Exp01_LunchBox_UART_Template-INO.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp11_LunchBox_HelloInterrupt_Rising/Exp11_LunchBox_HelloInterrupt_Rising.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp11_LunchBox_HelloInterrupt_Rising/Exp11_LunchBox_HelloInterrupt_Rising.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp12_LunchBox_HelloInterrupt_Falling/Exp12_LunchBox_HelloInterrupt_Falling.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp12_LunchBox_HelloInterrupt_Falling/Exp12_LunchBox_HelloInterrupt_Falling.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp13_LunchBox_HelloSSD-modified P1p2/Last Loaded Exp13_LunchBox_HelloSSD.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp13_LunchBox_HelloSSD-modified P1p2/Last Loaded Exp13_LunchBox_HelloSSD.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp15_LunchBox_HelloLCD-P2 instead of P1/Backup Of Exp15_LunchBox_HelloLCD.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp15_LunchBox_HelloLCD-P2 instead of P1/Backup Of Exp15_LunchBox_HelloLCD.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp15_LunchBox_HelloLCD-P2 instead of P1/Exp15_LunchBox_HelloLCD-very_slow.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp15_LunchBox_HelloLCD-P2 instead of P1/Exp15_LunchBox_HelloLCD-very_slow.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp21_LunchBox_HelloADC-Not working (unknown fault)/Exp21_LunchBox_HelloADC.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp21_LunchBox_HelloADC-Not working (unknown fault)/Exp21_LunchBox_HelloADC.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp23_LunchBox_HelloADC_Internal_Temperature_Sensor/README.md: -------------------------------------------------------------------------------- 1 | ![E23.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E23.png) 2 | ![E23O.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E23O.png) -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp25_LunchBox_HelloLFSR_32Bit/Last Loaded Exp25_LunchBox_HelloLFSR_32Bit.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp25_LunchBox_HelloLFSR_32Bit/Last Loaded Exp25_LunchBox_HelloLFSR_32Bit.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp26_LunchBox_HelloDAC_4Bit-P2 instead of P1/Exp26_LunchBox_HelloDAC_4Bit.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp26_LunchBox_HelloDAC_4Bit-P2 instead of P1/Exp26_LunchBox_HelloDAC_4Bit.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp26_LunchBox_HelloDAC_8Bit-P2 instead of P1/Exp26_LunchBox_HelloDAC_8Bit.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp26_LunchBox_HelloDAC_8Bit-P2 instead of P1/Exp26_LunchBox_HelloDAC_8Bit.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp33_LunchBox_RefreshSSD_Sequential/Exp33_LunchBox_RefreshSSD_Sequential.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp33_LunchBox_RefreshSSD_Sequential/Exp33_LunchBox_RefreshSSD_Sequential.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp01_LunchBox_UART_Template-INO/Last Loaded Exp01_LunchBox_UART_Template-INO.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp01_LunchBox_UART_Template-INO/Last Loaded Exp01_LunchBox_UART_Template-INO.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp07_LunchBox_HelloSwitch_PullUp/Backup Of Exp07_LunchBox_HelloSwitch_PullUp.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp07_LunchBox_HelloSwitch_PullUp/Backup Of Exp07_LunchBox_HelloSwitch_PullUp.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp15_LunchBox_HelloLCD-P2 instead of P1/Last Loaded Exp15_LunchBox_HelloLCD.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp15_LunchBox_HelloLCD-P2 instead of P1/Last Loaded Exp15_LunchBox_HelloLCD.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp24_LunchBox_HelloLFSR_8Bit-P2 instead of P1/Exp24_LunchBox_HelloLFSR_8Bit.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp24_LunchBox_HelloLFSR_8Bit-P2 instead of P1/Exp24_LunchBox_HelloLFSR_8Bit.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp27_LunchBox_Lemon_Battery_LED_Blink/Exp27_LunchBox_Lemon_Battery_LED_Blink.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp27_LunchBox_Lemon_Battery_LED_Blink/Exp27_LunchBox_Lemon_Battery_LED_Blink.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp33_LunchBox_RefreshSSD_Sequential/Exp33_LunchBox_RefreshSSD_Sequential-MOD.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp33_LunchBox_RefreshSSD_Sequential/Exp33_LunchBox_RefreshSSD_Sequential-MOD.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp05_LunchBox_DebouncingTheSwitch/Backup Of Exp05_LunchBox_DebouncingTheSwitch.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp05_LunchBox_DebouncingTheSwitch/Backup Of Exp05_LunchBox_DebouncingTheSwitch.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp07_LunchBox_HelloSwitch_PullUp/Last Loaded Exp07_LunchBox_HelloSwitch_PullUp.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp07_LunchBox_HelloSwitch_PullUp/Last Loaded Exp07_LunchBox_HelloSwitch_PullUp.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp26_LunchBox_HelloDAC_4Bit-P2 instead of P1/Exp26_LunchBox_HelloDAC_4Bit_MOD.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp26_LunchBox_HelloDAC_4Bit-P2 instead of P1/Exp26_LunchBox_HelloDAC_4Bit_MOD.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp26_LunchBox_HelloDAC_8Bit-P2 instead of P1/Exp26_LunchBox_HelloDAC_8Bit_MOD.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp26_LunchBox_HelloDAC_8Bit-P2 instead of P1/Exp26_LunchBox_HelloDAC_8Bit_MOD.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp01_LunchBox_UART_Template-INO/Last Loaded COPY-Exp01_LunchBox_UART_Template-INO.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp01_LunchBox_UART_Template-INO/Last Loaded COPY-Exp01_LunchBox_UART_Template-INO.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp05_LunchBox_DebouncingTheSwitch/Last Loaded Exp05_LunchBox_DebouncingTheSwitch.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp05_LunchBox_DebouncingTheSwitch/Last Loaded Exp05_LunchBox_DebouncingTheSwitch.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp06_LunchBox_HelloSwitch_PullDown/Backup Of Exp06_LunchBox_HelloSwitch_PullDown.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp06_LunchBox_HelloSwitch_PullDown/Backup Of Exp06_LunchBox_HelloSwitch_PullDown.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp26_LunchBox_HelloDAC_8Bit-P2 instead of P1/Exp26_LunchBox_HelloDAC_8Bit_MOD255.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp26_LunchBox_HelloDAC_8Bit-P2 instead of P1/Exp26_LunchBox_HelloDAC_8Bit_MOD255.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp33_LunchBox_RefreshSSD_Sequential/1MOD/Exp33_LunchBox_RefreshSSD_Sequential-MOD.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp33_LunchBox_RefreshSSD_Sequential/1MOD/Exp33_LunchBox_RefreshSSD_Sequential-MOD.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp34_LunchBox_RefreshSSD_InterruptBased/Exp34_LunchBox_RefreshSSD_InterruptBased.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp34_LunchBox_RefreshSSD_InterruptBased/Exp34_LunchBox_RefreshSSD_InterruptBased.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp06_LunchBox_HelloSwitch_PullDown/Last Loaded Exp06_LunchBox_HelloSwitch_PullDown.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp06_LunchBox_HelloSwitch_PullDown/Last Loaded Exp06_LunchBox_HelloSwitch_PullDown.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp11_LunchBox_HelloInterrupt_Rising/Backup Of Exp11_LunchBox_HelloInterrupt_Rising.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp11_LunchBox_HelloInterrupt_Rising/Backup Of Exp11_LunchBox_HelloInterrupt_Rising.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp11_LunchBox_HelloInterrupt_Rising/Last Loaded Exp11_LunchBox_HelloInterrupt_Rising.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp11_LunchBox_HelloInterrupt_Rising/Last Loaded Exp11_LunchBox_HelloInterrupt_Rising.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp12_LunchBox_HelloInterrupt_Falling/Backup Of Exp12_LunchBox_HelloInterrupt_Falling.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp12_LunchBox_HelloInterrupt_Falling/Backup Of Exp12_LunchBox_HelloInterrupt_Falling.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp15_LunchBox_HelloLCD-P2 instead of P1/Backup Of Exp15_LunchBox_HelloLCD-very_slow.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp15_LunchBox_HelloLCD-P2 instead of P1/Backup Of Exp15_LunchBox_HelloLCD-very_slow.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp21_LunchBox_HelloADC-Not working (unknown fault)/Backup Of Exp21_LunchBox_HelloADC.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp21_LunchBox_HelloADC-Not working (unknown fault)/Backup Of Exp21_LunchBox_HelloADC.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp22_LunchBox_HelloADC_LCD-Not working (unknown fault)/Exp22_LunchBox_HelloADC_LCD.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp22_LunchBox_HelloADC_LCD-Not working (unknown fault)/Exp22_LunchBox_HelloADC_LCD.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp26_LunchBox_HelloDAC_4Bit-P2 instead of P1/Backup Of Exp26_LunchBox_HelloDAC_4Bit.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp26_LunchBox_HelloDAC_4Bit-P2 instead of P1/Backup Of Exp26_LunchBox_HelloDAC_4Bit.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp26_LunchBox_HelloDAC_8Bit-P2 instead of P1/Backup Of Exp26_LunchBox_HelloDAC_8Bit.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp26_LunchBox_HelloDAC_8Bit-P2 instead of P1/Backup Of Exp26_LunchBox_HelloDAC_8Bit.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp33_LunchBox_RefreshSSD_Sequential/Backup Of Exp33_LunchBox_RefreshSSD_Sequential.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp33_LunchBox_RefreshSSD_Sequential/Backup Of Exp33_LunchBox_RefreshSSD_Sequential.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp33_LunchBox_RefreshSSD_Sequential/Last Loaded Exp33_LunchBox_RefreshSSD_Sequential.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp33_LunchBox_RefreshSSD_Sequential/Last Loaded Exp33_LunchBox_RefreshSSD_Sequential.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp12_LunchBox_HelloInterrupt_Falling/Last Loaded Exp12_LunchBox_HelloInterrupt_Falling.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp12_LunchBox_HelloInterrupt_Falling/Last Loaded Exp12_LunchBox_HelloInterrupt_Falling.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp15_LunchBox_HelloLCD-P2 instead of P1/Last Loaded Exp15_LunchBox_HelloLCD-very_slow.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp15_LunchBox_HelloLCD-P2 instead of P1/Last Loaded Exp15_LunchBox_HelloLCD-very_slow.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp18_LunchBox_HelloSoftwarePWM_Large_Delay/Exp18_LunchBox_HelloSoftwarePWM_Large_Delay.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp18_LunchBox_HelloSoftwarePWM_Large_Delay/Exp18_LunchBox_HelloSoftwarePWM_Large_Delay.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp18_LunchBox_HelloSoftwarePWM_Small_Delay/Exp18_LunchBox_HelloSoftwarePWM_Small_Delay.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp18_LunchBox_HelloSoftwarePWM_Small_Delay/Exp18_LunchBox_HelloSoftwarePWM_Small_Delay.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp24_LunchBox_HelloLFSR_8Bit-P2 instead of P1/Backup Of Exp24_LunchBox_HelloLFSR_8Bit.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp24_LunchBox_HelloLFSR_8Bit-P2 instead of P1/Backup Of Exp24_LunchBox_HelloLFSR_8Bit.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp26_LunchBox_HelloDAC_4Bit-P2 instead of P1/Last Loaded Exp26_LunchBox_HelloDAC_4Bit.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp26_LunchBox_HelloDAC_4Bit-P2 instead of P1/Last Loaded Exp26_LunchBox_HelloDAC_4Bit.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp26_LunchBox_HelloDAC_8Bit-P2 instead of P1/Last Loaded Exp26_LunchBox_HelloDAC_8Bit.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp26_LunchBox_HelloDAC_8Bit-P2 instead of P1/Last Loaded Exp26_LunchBox_HelloDAC_8Bit.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp27_LunchBox_Lemon_Battery_LED_Blink/Backup Of Exp27_LunchBox_Lemon_Battery_LED_Blink.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp27_LunchBox_Lemon_Battery_LED_Blink/Backup Of Exp27_LunchBox_Lemon_Battery_LED_Blink.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp33_LunchBox_RefreshSSD_Sequential/Backup Of Exp33_LunchBox_RefreshSSD_Sequential-MOD.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp33_LunchBox_RefreshSSD_Sequential/Backup Of Exp33_LunchBox_RefreshSSD_Sequential-MOD.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp34_LunchBox_RefreshSSD_InterruptBased/1/Exp34_LunchBox_RefreshSSD_InterruptBased-MOD.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp34_LunchBox_RefreshSSD_InterruptBased/1/Exp34_LunchBox_RefreshSSD_InterruptBased-MOD.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp24_LunchBox_HelloLFSR_8Bit-P2 instead of P1/Exp24_LunchBox_HelloLFSR_8Bit-OSCILLOSCOPE.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp24_LunchBox_HelloLFSR_8Bit-P2 instead of P1/Exp24_LunchBox_HelloLFSR_8Bit-OSCILLOSCOPE.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp24_LunchBox_HelloLFSR_8Bit-P2 instead of P1/Last Loaded Exp24_LunchBox_HelloLFSR_8Bit.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp24_LunchBox_HelloLFSR_8Bit-P2 instead of P1/Last Loaded Exp24_LunchBox_HelloLFSR_8Bit.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp26_LunchBox_HelloDAC_4Bit-P2 instead of P1/Backup Of Exp26_LunchBox_HelloDAC_4Bit_MOD.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp26_LunchBox_HelloDAC_4Bit-P2 instead of P1/Backup Of Exp26_LunchBox_HelloDAC_4Bit_MOD.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp26_LunchBox_HelloDAC_4Bit-P2 instead of P1/Last Loaded Exp26_LunchBox_HelloDAC_4Bit_MOD.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp26_LunchBox_HelloDAC_4Bit-P2 instead of P1/Last Loaded Exp26_LunchBox_HelloDAC_4Bit_MOD.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp26_LunchBox_HelloDAC_8Bit-P2 instead of P1/Backup Of Exp26_LunchBox_HelloDAC_8Bit_MOD.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp26_LunchBox_HelloDAC_8Bit-P2 instead of P1/Backup Of Exp26_LunchBox_HelloDAC_8Bit_MOD.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp26_LunchBox_HelloDAC_8Bit-P2 instead of P1/Last Loaded Exp26_LunchBox_HelloDAC_8Bit_MOD.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp26_LunchBox_HelloDAC_8Bit-P2 instead of P1/Last Loaded Exp26_LunchBox_HelloDAC_8Bit_MOD.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp27_LunchBox_Lemon_Battery_LED_Blink/Last Loaded Exp27_LunchBox_Lemon_Battery_LED_Blink.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp27_LunchBox_Lemon_Battery_LED_Blink/Last Loaded Exp27_LunchBox_Lemon_Battery_LED_Blink.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp33_LunchBox_RefreshSSD_Sequential/Last Loaded Exp33_LunchBox_RefreshSSD_Sequential-MOD.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp33_LunchBox_RefreshSSD_Sequential/Last Loaded Exp33_LunchBox_RefreshSSD_Sequential-MOD.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp09_LunchBox_HelloResetSource-Not working (unknown fault)/Exp09_LunchBox_HelloResetSource.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp09_LunchBox_HelloResetSource-Not working (unknown fault)/Exp09_LunchBox_HelloResetSource.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp26_LunchBox_HelloDAC_8Bit-P2 instead of P1/Backup Of Exp26_LunchBox_HelloDAC_8Bit_MOD255.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp26_LunchBox_HelloDAC_8Bit-P2 instead of P1/Backup Of Exp26_LunchBox_HelloDAC_8Bit_MOD255.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp33_LunchBox_RefreshSSD_Sequential/1MOD/Backup Of Exp33_LunchBox_RefreshSSD_Sequential-MOD.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp33_LunchBox_RefreshSSD_Sequential/1MOD/Backup Of Exp33_LunchBox_RefreshSSD_Sequential-MOD.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp34_LunchBox_RefreshSSD_InterruptBased/Backup Of Exp34_LunchBox_RefreshSSD_InterruptBased.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp34_LunchBox_RefreshSSD_InterruptBased/Backup Of Exp34_LunchBox_RefreshSSD_InterruptBased.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp41_LunchBox_Introduction_to_Embedded_C-INO/Exp41_LunchBox_Introduction_to_Embedded_C-INO.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp41_LunchBox_Introduction_to_Embedded_C-INO/Exp41_LunchBox_Introduction_to_Embedded_C-INO.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp09_LunchBox_HelloResetSource-Not working (unknown fault)/Exp09_LunchBox_HelloResetSourceP1p2.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp09_LunchBox_HelloResetSource-Not working (unknown fault)/Exp09_LunchBox_HelloResetSourceP1p2.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp12_LunchBox_HelloInterrupt_Falling-Exercise/Exp12_LunchBox_HelloInterrupt_Falling-Exercise.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp12_LunchBox_HelloInterrupt_Falling-Exercise/Exp12_LunchBox_HelloInterrupt_Falling-Exercise.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp22_LunchBox_HelloADC_LCD-Not working (unknown fault)/Backup Of Exp22_LunchBox_HelloADC_LCD.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp22_LunchBox_HelloADC_LCD-Not working (unknown fault)/Backup Of Exp22_LunchBox_HelloADC_LCD.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp22_LunchBox_HelloADC_LCD-Not working (unknown fault)/Last Loaded Exp22_LunchBox_HelloADC_LCD.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp22_LunchBox_HelloADC_LCD-Not working (unknown fault)/Last Loaded Exp22_LunchBox_HelloADC_LCD.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp26_LunchBox_HelloDAC_8Bit-P2 instead of P1/Last Loaded Exp26_LunchBox_HelloDAC_8Bit_MOD255.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp26_LunchBox_HelloDAC_8Bit-P2 instead of P1/Last Loaded Exp26_LunchBox_HelloDAC_8Bit_MOD255.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp18_LunchBox_HelloSoftwarePWM_Large_Delay/Backup Of Exp18_LunchBox_HelloSoftwarePWM_Large_Delay.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp18_LunchBox_HelloSoftwarePWM_Large_Delay/Backup Of Exp18_LunchBox_HelloSoftwarePWM_Large_Delay.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp18_LunchBox_HelloSoftwarePWM_Small_Delay/Backup Of Exp18_LunchBox_HelloSoftwarePWM_Small_Delay.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp18_LunchBox_HelloSoftwarePWM_Small_Delay/Backup Of Exp18_LunchBox_HelloSoftwarePWM_Small_Delay.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp34_LunchBox_RefreshSSD_InterruptBased/1/Backup Of Exp34_LunchBox_RefreshSSD_InterruptBased-MOD.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp34_LunchBox_RefreshSSD_InterruptBased/1/Backup Of Exp34_LunchBox_RefreshSSD_InterruptBased-MOD.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp13_LunchBox_HelloSSD-modified P1p2/README.md: -------------------------------------------------------------------------------- 1 | ![E13.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E13.png) 2 | ![Exp13_LunchBox_HelloSSD-modified_P1p2.jpg](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/Exp13_LunchBox_HelloSSD-modified_P1p2.jpg) -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp18_LunchBox_HelloSoftwarePWM_Large_Delay/Last Loaded Exp18_LunchBox_HelloSoftwarePWM_Large_Delay.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp18_LunchBox_HelloSoftwarePWM_Large_Delay/Last Loaded Exp18_LunchBox_HelloSoftwarePWM_Large_Delay.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp18_LunchBox_HelloSoftwarePWM_Small_Delay/Last Loaded Exp18_LunchBox_HelloSoftwarePWM_Small_Delay.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp18_LunchBox_HelloSoftwarePWM_Small_Delay/Last Loaded Exp18_LunchBox_HelloSoftwarePWM_Small_Delay.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp24_LunchBox_HelloLFSR_8Bit-P2 instead of P1/Backup Of Exp24_LunchBox_HelloLFSR_8Bit-OSCILLOSCOPE.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp24_LunchBox_HelloLFSR_8Bit-P2 instead of P1/Backup Of Exp24_LunchBox_HelloLFSR_8Bit-OSCILLOSCOPE.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp34_LunchBox_RefreshSSD_InterruptBased/1/Last Loaded Exp34_LunchBox_RefreshSSD_InterruptBased-MOD.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp34_LunchBox_RefreshSSD_InterruptBased/1/Last Loaded Exp34_LunchBox_RefreshSSD_InterruptBased-MOD.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp09_LunchBox_HelloResetSource-Not working (unknown fault)/Backup Of Exp09_LunchBox_HelloResetSource.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp09_LunchBox_HelloResetSource-Not working (unknown fault)/Backup Of Exp09_LunchBox_HelloResetSource.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp16_LunchBox_HelloLCDWithCustomCharacter-P2 instead of P1/Exp16_LunchBox_HelloLCDWithCustomCharacter.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp16_LunchBox_HelloLCDWithCustomCharacter-P2 instead of P1/Exp16_LunchBox_HelloLCDWithCustomCharacter.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp19_LunchBox_HelloHardwarePWM_8Bit-Not working (unknown fault)/Exp19_LunchBox_HelloHardwarePWM_8Bit.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp19_LunchBox_HelloHardwarePWM_8Bit-Not working (unknown fault)/Exp19_LunchBox_HelloHardwarePWM_8Bit.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp24_LunchBox_HelloLFSR_8Bit-P2 instead of P1/Last Loaded Exp24_LunchBox_HelloLFSR_8Bit-OSCILLOSCOPE.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp24_LunchBox_HelloLFSR_8Bit-P2 instead of P1/Last Loaded Exp24_LunchBox_HelloLFSR_8Bit-OSCILLOSCOPE.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp41_LunchBox_Introduction_to_Embedded_C-INO/Backup Of Exp41_LunchBox_Introduction_to_Embedded_C-INO.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp41_LunchBox_Introduction_to_Embedded_C-INO/Backup Of Exp41_LunchBox_Introduction_to_Embedded_C-INO.pdsbak -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/proteus-simulation-issue.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Proteus Simulation issue 3 | about: Use this template to create an issue that is specific to Proteus Simulation 4 | title: help 5 | labels: help wanted, question 6 | assignees: Subhankar2000 7 | 8 | --- 9 | 10 | I am getting Proteus Simulation error/warning message before/after simulation : 11 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp09_LunchBox_HelloResetSource-Not working (unknown fault)/Backup Of Exp09_LunchBox_HelloResetSourceP1p2.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp09_LunchBox_HelloResetSource-Not working (unknown fault)/Backup Of Exp09_LunchBox_HelloResetSourceP1p2.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp09_LunchBox_HelloResetSource-Not working (unknown fault)/Last Loaded Exp09_LunchBox_HelloResetSource.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp09_LunchBox_HelloResetSource-Not working (unknown fault)/Last Loaded Exp09_LunchBox_HelloResetSource.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp12_LunchBox_HelloInterrupt_Falling-Exercise/Backup Of Exp12_LunchBox_HelloInterrupt_Falling-Exercise.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp12_LunchBox_HelloInterrupt_Falling-Exercise/Backup Of Exp12_LunchBox_HelloInterrupt_Falling-Exercise.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp12_LunchBox_HelloInterrupt_Falling-Exercise/Last Loaded Exp12_LunchBox_HelloInterrupt_Falling-Exercise.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp12_LunchBox_HelloInterrupt_Falling-Exercise/Last Loaded Exp12_LunchBox_HelloInterrupt_Falling-Exercise.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp15_LunchBox_HelloLCD-P2 instead of P1/README.md: -------------------------------------------------------------------------------- 1 | ![E15.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E15.png) 2 | ![Exp15_LunchBox_HelloLCD-P2_instead_of_P1.jpg](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/Exp15_LunchBox_HelloLCD-P2_instead_of_P1.jpg) -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp20_LunchBox_HelloHardwarePWM_16Bit-Not working (unknown fault)/Exp20_LunchBox_HelloHardwarePWM_16Bit.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp20_LunchBox_HelloHardwarePWM_16Bit-Not working (unknown fault)/Exp20_LunchBox_HelloHardwarePWM_16Bit.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp23_LunchBox_HelloADC_Internal_Temperature_Sensor/Exp23_LunchBox_HelloADC_Internal_Temperature_Sensor.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp23_LunchBox_HelloADC_Internal_Temperature_Sensor/Exp23_LunchBox_HelloADC_Internal_Temperature_Sensor.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp41_LunchBox_Introduction_to_Embedded_C-INO/Last Loaded Exp41_LunchBox_Introduction_to_Embedded_C-INO.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp41_LunchBox_Introduction_to_Embedded_C-INO/Last Loaded Exp41_LunchBox_Introduction_to_Embedded_C-INO.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp09_LunchBox_HelloResetSource-Not working (unknown fault)/Last Loaded Exp09_LunchBox_HelloResetSourceP1p2.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp09_LunchBox_HelloResetSource-Not working (unknown fault)/Last Loaded Exp09_LunchBox_HelloResetSourceP1p2.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp12_LunchBox_HelloInterrupt-Rising_Falling-Exercise/Exp12_LunchBox_HelloInterrupt-Rising_Falling-Exercise.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp12_LunchBox_HelloInterrupt-Rising_Falling-Exercise/Exp12_LunchBox_HelloInterrupt-Rising_Falling-Exercise.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp16_LunchBox_HelloLCDWithCustomCharacter-P2 instead of P1/Backup Of Exp16_LunchBox_HelloLCDWithCustomCharacter.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp16_LunchBox_HelloLCDWithCustomCharacter-P2 instead of P1/Backup Of Exp16_LunchBox_HelloLCDWithCustomCharacter.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp16_LunchBox_HelloLCDWithCustomCharacter-P2 instead of P1/Exp16_LunchBox_HelloLCDWithCustomCharacter-very_slow.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp16_LunchBox_HelloLCDWithCustomCharacter-P2 instead of P1/Exp16_LunchBox_HelloLCDWithCustomCharacter-very_slow.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp19_LunchBox_HelloHardwarePWM_8Bit-Not working (unknown fault)/Backup Of Exp19_LunchBox_HelloHardwarePWM_8Bit.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp19_LunchBox_HelloHardwarePWM_8Bit-Not working (unknown fault)/Backup Of Exp19_LunchBox_HelloHardwarePWM_8Bit.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp19_LunchBox_HelloHardwarePWM_8Bit-Not working (unknown fault)/Last Loaded Exp19_LunchBox_HelloHardwarePWM_8Bit.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp19_LunchBox_HelloHardwarePWM_8Bit-Not working (unknown fault)/Last Loaded Exp19_LunchBox_HelloHardwarePWM_8Bit.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp20_LunchBox_HelloHardwarePWM_16Bit-Not working (unknown fault)/Backup Of Exp20_LunchBox_HelloHardwarePWM_16Bit.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp20_LunchBox_HelloHardwarePWM_16Bit-Not working (unknown fault)/Backup Of Exp20_LunchBox_HelloHardwarePWM_16Bit.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp20_LunchBox_HelloHardwarePWM_16Bit-Not working (unknown fault)/Last Loaded Exp20_LunchBox_HelloHardwarePWM_16Bit.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp20_LunchBox_HelloHardwarePWM_16Bit-Not working (unknown fault)/Last Loaded Exp20_LunchBox_HelloHardwarePWM_16Bit.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp23_LunchBox_HelloADC_Internal_Temperature_Sensor/Backup Of Exp23_LunchBox_HelloADC_Internal_Temperature_Sensor.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp23_LunchBox_HelloADC_Internal_Temperature_Sensor/Backup Of Exp23_LunchBox_HelloADC_Internal_Temperature_Sensor.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp23_LunchBox_HelloADC_Internal_Temperature_Sensor/Exp23_LunchBox_HelloADC_Internal_Temperature_Sensor-very_slow.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp23_LunchBox_HelloADC_Internal_Temperature_Sensor/Exp23_LunchBox_HelloADC_Internal_Temperature_Sensor-very_slow.pdsprj -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp23_LunchBox_HelloADC_Internal_Temperature_Sensor/Last Loaded Exp23_LunchBox_HelloADC_Internal_Temperature_Sensor.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp23_LunchBox_HelloADC_Internal_Temperature_Sensor/Last Loaded Exp23_LunchBox_HelloADC_Internal_Temperature_Sensor.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp12_LunchBox_HelloInterrupt-Rising_Falling-Exercise/Backup Of Exp12_LunchBox_HelloInterrupt-Rising_Falling-Exercise.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp12_LunchBox_HelloInterrupt-Rising_Falling-Exercise/Backup Of Exp12_LunchBox_HelloInterrupt-Rising_Falling-Exercise.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp12_LunchBox_HelloInterrupt-Rising_Falling-Exercise/Last Loaded Exp12_LunchBox_HelloInterrupt-Rising_Falling-Exercise.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp12_LunchBox_HelloInterrupt-Rising_Falling-Exercise/Last Loaded Exp12_LunchBox_HelloInterrupt-Rising_Falling-Exercise.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp16_LunchBox_HelloLCDWithCustomCharacter-P2 instead of P1/Backup Of Exp16_LunchBox_HelloLCDWithCustomCharacter-very_slow.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp16_LunchBox_HelloLCDWithCustomCharacter-P2 instead of P1/Backup Of Exp16_LunchBox_HelloLCDWithCustomCharacter-very_slow.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp16_LunchBox_HelloLCDWithCustomCharacter-P2 instead of P1/Last Loaded Exp16_LunchBox_HelloLCDWithCustomCharacter-very_slow.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp16_LunchBox_HelloLCDWithCustomCharacter-P2 instead of P1/Last Loaded Exp16_LunchBox_HelloLCDWithCustomCharacter-very_slow.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp23_LunchBox_HelloADC_Internal_Temperature_Sensor/Backup Of Exp23_LunchBox_HelloADC_Internal_Temperature_Sensor-very_slow.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp23_LunchBox_HelloADC_Internal_Temperature_Sensor/Backup Of Exp23_LunchBox_HelloADC_Internal_Temperature_Sensor-very_slow.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp23_LunchBox_HelloADC_Internal_Temperature_Sensor/Last Loaded Exp23_LunchBox_HelloADC_Internal_Temperature_Sensor-very_slow.pdsbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/HEAD/Proteus Project Files [.pdsprj]/Exp23_LunchBox_HelloADC_Internal_Temperature_Sensor/Last Loaded Exp23_LunchBox_HelloADC_Internal_Temperature_Sensor-very_slow.pdsbak -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp24_LunchBox_HelloLFSR_8Bit-P2 instead of P1/README.md: -------------------------------------------------------------------------------- 1 | ![E24.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E24.png) 2 | ![E24_1.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E24_1.png) 3 | ![E24O.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E24O.png) -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp16_LunchBox_HelloLCDWithCustomCharacter-P2 instead of P1/README.md: -------------------------------------------------------------------------------- 1 | ![Exp16_LunchBox_HelloLCDWithCustomCharacter-RUN](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/Exp16_LunchBox_HelloLCDWithCustomCharacter-RUN.jpg) 2 | ![Exp16_LunchBox_HelloLCDWithCustomCharacter-CIR](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/Exp16_LunchBox_HelloLCDWithCustomCharacter-CIR.jpg) -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp00_LunchBox_Template/MSP430G2553.hex: -------------------------------------------------------------------------------- 1 | :20C0000031400004B0122AC00C43B0121CC01C43B01224C032D01000FD3F0343B240805AAD 2 | :0EC020002001FF3F0343FF3F03431C43304119 3 | :02FFDE00FFFF23 4 | :02FFE00014C04B 5 | :02FFE40014C047 6 | :02FFE60014C045 7 | :02FFEA0014C041 8 | :02FFEC0014C03F 9 | :02FFEE0014C03D 10 | :02FFF00014C03B 11 | :02FFF20014C039 12 | :02FFF40014C037 13 | :02FFF60014C035 14 | :02FFF80014C033 15 | :02FFFA0014C031 16 | :02FFFC0014C02F 17 | :02FFFE0000C041 18 | :00000001FF 19 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp02_LunchBox_HelloLED/MSP430G2553.hex: -------------------------------------------------------------------------------- 1 | :20C00000B240805A2001F2D080002200F2D0800021000C43304131400004B01238C00C432E 2 | :1CC02000B01200C01C43B01232C032D01000FD3F03430343FF3F03431C43304141 3 | :02FFDE00FFFF23 4 | :02FFE0002AC035 5 | :02FFE4002AC031 6 | :02FFE6002AC02F 7 | :02FFEA002AC02B 8 | :02FFEC002AC029 9 | :02FFEE002AC027 10 | :02FFF0002AC025 11 | :02FFF2002AC023 12 | :02FFF4002AC021 13 | :02FFF6002AC01F 14 | :02FFF8002AC01D 15 | :02FFFA002AC01B 16 | :02FFFC002AC019 17 | :02FFFE0016C02B 18 | :00000001FF 19 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | Anyone want to contribute in the Proteus design files, or want to resolve issues are free to do, make sure you improve it. 2 | Also If you want to contribute to make documentation for this, or addind screenshots(previews) of the designs and make them display through README.md in individual directory, 3 | you are free to contribute. 4 | Make sure you Create a new branch for your commit and start a pull request with proper comments and explaination. 5 | I am still learning how to use GIT, if I say or do something wrong, feel free to point it out. 6 | 7 | # Thank You 8 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp04_LunchBox_HelloSwitch/MSP430G2553.hex: -------------------------------------------------------------------------------- 1 | :20C00000B240805A2001F2D080002200F2C22200F2B22000FD23F2B22000FD270F433F900C 2 | :20C02000640004341F533F906400FC3BF2E080002100EE3F31400004B01256C00C43B0128A 3 | :1AC0400000C01C43B01250C032D01000FD3F03430343FF3F03431C433041C7 4 | :02FFDE00FFFF23 5 | :02FFE00048C017 6 | :02FFE40048C013 7 | :02FFE60048C011 8 | :02FFEA0048C00D 9 | :02FFEC0048C00B 10 | :02FFEE0048C009 11 | :02FFF00048C007 12 | :02FFF20048C005 13 | :02FFF40048C003 14 | :02FFF60048C001 15 | :02FFF80048C0FF 16 | :02FFFA0048C0FD 17 | :02FFFC0048C0FB 18 | :02FFFE0034C00D 19 | :00000001FF 20 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp05_LunchBox_DebouncingTheSwitch/MSP430G2553.hex: -------------------------------------------------------------------------------- 1 | :20C00000B240805A2001F2D080002200F2C22200F2B22000FD230D123D40081A1D83FE2396 2 | :20C020003D410343F2B22000FD270D123D40081A1D83FE233D410343F2E080002100E83F77 3 | :20C0400031400004B01262C00C43B01200C01C43B0125CC032D01000FD3F03430343FF3F61 4 | :06C0600003431C433041C4 5 | :02FFDE00FFFF23 6 | :02FFE00054C00B 7 | :02FFE40054C007 8 | :02FFE60054C005 9 | :02FFEA0054C001 10 | :02FFEC0054C0FF 11 | :02FFEE0054C0FD 12 | :02FFF00054C0FB 13 | :02FFF20054C0F9 14 | :02FFF40054C0F7 15 | :02FFF60054C0F5 16 | :02FFF80054C0F3 17 | :02FFFA0054C0F1 18 | :02FFFC0054C0EF 19 | :02FFFE0040C001 20 | :00000001FF 21 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp14_LunchBox_HelloLPM/MSP430G2553.hex: -------------------------------------------------------------------------------- 1 | :20C00000B240805A2001F2D080002200F2C22200F2D22700F2D22100F2F07F002100F2C2F3 2 | :20C020002400F2D2250032D0F800F2E0800021000F433F90204EF72F1F533F90204EF32F00 3 | :20C04000FB3F31400004B01270C00C43B01200C01C43B0126AC0B1C0F8000000F2C22300E3 4 | :14C06000001332D01000FD3F03430343FF3F03431C4330418B 5 | :02FFDE00FFFF23 6 | :02FFE00062C0FD 7 | :02FFE40056C005 8 | :02FFE60062C0F7 9 | :02FFEA0062C0F3 10 | :02FFEC0062C0F1 11 | :02FFEE0062C0EF 12 | :02FFF00062C0ED 13 | :02FFF20062C0EB 14 | :02FFF40062C0E9 15 | :02FFF60062C0E7 16 | :02FFF80062C0E5 17 | :02FFFA0062C0E3 18 | :02FFFC0062C0E1 19 | :02FFFE0042C0FF 20 | :00000001FF 21 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp28_LunchBox_HelloSerial/MSP430G2553.hex: -------------------------------------------------------------------------------- 1 | :20C00000F24006002600F24006004100F2D040006100F24003006200C2436300F2400600AF 2 | :20C020006400D2C36100D2D3010030410F12E2B30300FD271F435F526600C24F67003F4141 3 | :20C04000001331400004B01274C00C43B01256C01C43B0126EC0B240805A2001B01200C07D 4 | :18C0600032D01800304132D01000FD3F03430343FF3F03431C4330410F 5 | :02FFDE00FFFF23 6 | :02FFE00066C0F9 7 | :02FFE40066C0F5 8 | :02FFE60066C0F3 9 | :02FFEA0066C0EF 10 | :02FFEC0066C0ED 11 | :02FFEE002CC025 12 | :02FFF00066C0E9 13 | :02FFF20066C0E7 14 | :02FFF40066C0E5 15 | :02FFF60066C0E3 16 | :02FFF80066C0E1 17 | :02FFFA0066C0DF 18 | :02FFFC0066C0DD 19 | :02FFFE0042C0FF 20 | :00000001FF 21 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp07_LunchBox_HelloSwitch_PullUp/MSP430G2553.hex: -------------------------------------------------------------------------------- 1 | :20C00000B240805A2001F2D080002200F2F0EF002200F2D010002700F2D010002100F2B04E 2 | :20C0200010002000FC230D123D40081A1D83FE233D410343F2B010002000FC270D123D40DD 3 | :20C04000081A1D83FE233D410343F2E080002100E63F31400004B01274C00C43B01200C065 4 | :18C060001C43B0126EC032D01000FD3F03430343FF3F03431C4330414B 5 | :02FFDE00FFFF23 6 | :02FFE00066C0F9 7 | :02FFE40066C0F5 8 | :02FFE60066C0F3 9 | :02FFEA0066C0EF 10 | :02FFEC0066C0ED 11 | :02FFEE0066C0EB 12 | :02FFF00066C0E9 13 | :02FFF20066C0E7 14 | :02FFF40066C0E5 15 | :02FFF60066C0E3 16 | :02FFF80066C0E1 17 | :02FFFA0066C0DF 18 | :02FFFC0066C0DD 19 | :02FFFE0052C0EF 20 | :00000001FF 21 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp06_LunchBox_HelloSwitch_PullDown/MSP430G2553.hex: -------------------------------------------------------------------------------- 1 | :20C00000B240805A2001F2D080002200F2F0EF002200F2D010002700F2F0EF002100F2B04F 2 | :20C0200010002000FC270D123D40081A1D83FE233D410343F2B010002000FC230D123D40DD 3 | :20C04000081A1D83FE233D410343F2E080002100E63F31400004B01274C00C43B01200C065 4 | :18C060001C43B0126EC032D01000FD3F03430343FF3F03431C4330414B 5 | :02FFDE00FFFF23 6 | :02FFE00066C0F9 7 | :02FFE40066C0F5 8 | :02FFE60066C0F3 9 | :02FFEA0066C0EF 10 | :02FFEC0066C0ED 11 | :02FFEE0066C0EB 12 | :02FFF00066C0E9 13 | :02FFF20066C0E7 14 | :02FFF40066C0E5 15 | :02FFF60066C0E3 16 | :02FFF80066C0E1 17 | :02FFFA0066C0DF 18 | :02FFFC0066C0DD 19 | :02FFFE0052C0EF 20 | :00000001FF 21 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp19_LunchBox_HelloHardwarePWM_8Bit-Not working (unknown fault)/MSP430G2553.hex: -------------------------------------------------------------------------------- 1 | :20C00000F2D040002200F2D040002600B240FF007201B240E000640182437401B2401000FD 2 | :20C020006201B24010016001304131400004B0126CC00C43B01250C01C43B01266C0925318 3 | :20C040007401B290000174010220824374010013B240805A2001B01200C032D2FF3F32D091 4 | :10C060001000FD3F03430343FF3F03431C433041A4 5 | :02FFDE00FFFF23 6 | :02FFE0005EC001 7 | :02FFE4005EC0FD 8 | :02FFE6005EC0FB 9 | :02FFEA005EC0F7 10 | :02FFEC005EC0F5 11 | :02FFEE005EC0F3 12 | :02FFF0005EC0F1 13 | :02FFF2003EC00F 14 | :02FFF4005EC0ED 15 | :02FFF6005EC0EB 16 | :02FFF8005EC0E9 17 | :02FFFA005EC0E7 18 | :02FFFC005EC0E5 19 | :02FFFE002AC017 20 | :00000001FF 21 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp20_LunchBox_HelloHardwarePWM_16Bit-Not working (unknown fault)/MSP430G2553.hex: -------------------------------------------------------------------------------- 1 | :20C00000F2D020001A00F2D020001B00B2437201B240E000640182437401B24010006201E9 2 | :20C02000B240100160013041B240805A2001D2D32600D2C34100D2D32200F2D00F005700AE 3 | :20C04000F2D070005600B01200C032D2FF3F31400004B01276C00C43B01228C01C43B0120D 4 | :1AC0600070C032D01000FD3F03439253740100130343FF3F03431C433041FB 5 | :02FFDE00FFFF23 6 | :02FFE00062C0FD 7 | :02FFE40062C0F9 8 | :02FFE60062C0F7 9 | :02FFEA0062C0F3 10 | :02FFEC0062C0F1 11 | :02FFEE0062C0EF 12 | :02FFF00062C0ED 13 | :02FFF2006AC0E3 14 | :02FFF40062C0E9 15 | :02FFF60062C0E7 16 | :02FFF80062C0E5 17 | :02FFFA0062C0E3 18 | :02FFFC0062C0E1 19 | :02FFFE004EC0F3 20 | :00000001FF 21 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Feature request 3 | about: Suggest an idea for this project 4 | title: '' 5 | labels: enhancement, help wanted 6 | assignees: Subhankar2000 7 | 8 | --- 9 | 10 | **Is your feature request related to a problem? Please describe.** 11 | A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 12 | 13 | **Describe the solution you'd like** 14 | A clear and concise description of what you want to happen. 15 | 16 | **Describe alternatives you've considered** 17 | A clear and concise description of any alternative solutions or features you've considered. 18 | 19 | **Additional context** 20 | Add any other context or screenshots about the feature request here. 21 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp10_LunchBox_HelloInterrupt/MSP430G2553.hex: -------------------------------------------------------------------------------- 1 | :20C000002182F2B223001B24F2E0800021008143000081430200819302000F20B190640090 2 | :20C0200000000B2C9153000081630200819302000420B19064000000F52BF2C223002152B6 3 | :20C040000013B240805A2001F2D080002200F2C22200F2D22700F2D22100F2C22400F2D23A 4 | :20C06000250032D2FF3F31400004B01288C00C43B01242C01C43B01282C032D01000FD3F16 5 | :0CC0800003430343FF3F03431C433041D4 6 | :02FFDE00FFFF23 7 | :02FFE0007AC0E5 8 | :02FFE40000C05B 9 | :02FFE6007AC0DF 10 | :02FFEA007AC0DB 11 | :02FFEC007AC0D9 12 | :02FFEE007AC0D7 13 | :02FFF0007AC0D5 14 | :02FFF2007AC0D3 15 | :02FFF4007AC0D1 16 | :02FFF6007AC0CF 17 | :02FFF8007AC0CD 18 | :02FFFA007AC0CB 19 | :02FFFC007AC0C9 20 | :02FFFE0066C0DB 21 | :00000001FF 22 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp03_LunchBox_HelloBlink/MSP430G2553.hex: -------------------------------------------------------------------------------- 1 | :20C000002182B240805A2001F2D080002200F2D08000210081430000814302008193020029 2 | :20C020000F20B190102700000B2C9153000081630200819302000420B19010270000F52B86 3 | :20C04000F2F07F002100814300008143020081930200DD23B19010270000D92F915300005A 4 | :20C060008163020081930200D223B19010270000CE2FF43F31400004B01296C00C43B01289 5 | :1AC0800000C01C43B01290C032D01000FD3F03430343FF3F03431C43304147 6 | :02FFDE00FFFF23 7 | :02FFE00088C0D7 8 | :02FFE40088C0D3 9 | :02FFE60088C0D1 10 | :02FFEA0088C0CD 11 | :02FFEC0088C0CB 12 | :02FFEE0088C0C9 13 | :02FFF00088C0C7 14 | :02FFF20088C0C5 15 | :02FFF40088C0C3 16 | :02FFF60088C0C1 17 | :02FFF80088C0BF 18 | :02FFFA0088C0BD 19 | :02FFFC0088C0BB 20 | :02FFFE0074C0CD 21 | :00000001FF 22 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp27_LunchBox_Lemon_Battery_LED_Blink/MSP430G2553.hex: -------------------------------------------------------------------------------- 1 | :20C00000F2D0800021000D120E123D401CFC3E40BD001D830E73FD230D93FB233E413D41B2 2 | :20C02000003CF2F07F0021000013B240805A2001E2C302003F4050C30F930024E2B30200AC 3 | :20C04000F723B01264C0B01278C032D0D800304131400004B01294C00C43B0122AC01C43B6 4 | :20C06000B0128EC0B24010006201B24010016001B240008072013041F2D080002200F2F04B 5 | :18C080007F002100304132D01000FD3F03430343FF3F03431C43304169 6 | :02FFDE00FFFF23 7 | :02FFE00086C0D9 8 | :02FFE40086C0D5 9 | :02FFE60086C0D3 10 | :02FFEA0086C0CF 11 | :02FFEC0086C0CD 12 | :02FFEE0086C0CB 13 | :02FFF00086C0C9 14 | :02FFF20000C04D 15 | :02FFF40086C0C5 16 | :02FFF60086C0C3 17 | :02FFF80086C0C1 18 | :02FFFA0086C0BF 19 | :02FFFC0086C0BD 20 | :02FFFE0050C0F1 21 | :00000001FF 22 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp11_LunchBox_HelloInterrupt_Rising/MSP430G2553.hex: -------------------------------------------------------------------------------- 1 | :20C000002182F2B0100023001C24F2E0800021008143000081430200819302000F20B190E5 2 | :20C02000640000000B2C9153000081630200819302000420B19064000000F52BF2F0EF00CB 3 | :20C04000230021520013B240805A2001F2D080002200F2F0EF002200F2D010002700F2D038 4 | :20C0600010002100F2F0EF002400F2D01000250032D2FF3F31400004B01296C00C43B012C3 5 | :1AC0800046C01C43B01290C032D01000FD3F03430343FF3F03431C43304101 6 | :02FFDE00FFFF23 7 | :02FFE00088C0D7 8 | :02FFE40000C05B 9 | :02FFE60088C0D1 10 | :02FFEA0088C0CD 11 | :02FFEC0088C0CB 12 | :02FFEE0088C0C9 13 | :02FFF00088C0C7 14 | :02FFF20088C0C5 15 | :02FFF40088C0C3 16 | :02FFF60088C0C1 17 | :02FFF80088C0BF 18 | :02FFFA0088C0BD 19 | :02FFFC0088C0BB 20 | :02FFFE0074C0CD 21 | :00000001FF 22 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp12_LunchBox_HelloInterrupt_Falling/MSP430G2553.hex: -------------------------------------------------------------------------------- 1 | :20C000002182F2B0100023001C24F2E0800021008143000081430200819302000F20B190E5 2 | :20C02000640000000B2C9153000081630200819302000420B19064000000F52BF2F0EF00CB 3 | :20C04000230021520013B240805A2001F2D080002200F2F0EF002200F2D010002700F2D038 4 | :20C0600010002100F2D010002400F2D01000250032D2FF3F31400004B01296C00C43B012C2 5 | :1AC0800046C01C43B01290C032D01000FD3F03430343FF3F03431C43304101 6 | :02FFDE00FFFF23 7 | :02FFE00088C0D7 8 | :02FFE40000C05B 9 | :02FFE60088C0D1 10 | :02FFEA0088C0CD 11 | :02FFEC0088C0CB 12 | :02FFEE0088C0C9 13 | :02FFF00088C0C7 14 | :02FFF20088C0C5 15 | :02FFF40088C0C3 16 | :02FFF60088C0C1 17 | :02FFF80088C0BF 18 | :02FFFA0088C0BD 19 | :02FFFC0088C0BB 20 | :02FFFE0074C0CD 21 | :00000001FF 22 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp18_LunchBox_HelloSoftwarePWM_Small_Delay/MSP430G2553.hex: -------------------------------------------------------------------------------- 1 | :20C00000B240805A2001F2D0800022000F433F900001172CF2D0800021000F9303240C4FE3 2 | :20C02000B0128AC0F2F07F0021003F90FF0005243C40FF000C8FB0128AC01F533F90000117 3 | :20C04000E92B3F40FF000F93E127F2D0800021000F9303240C4FB0128AC0F2F07F0021008F 4 | :20C060003F90FF0005243C40FF000C8FB0128AC01F83CC27EA3F31400004B012A4C00C43FF 5 | :20C08000B01200C01C43B0129EC00C93032403431C83FD23304132D01000FD3F0343034389 6 | :08C0A000FF3F03431C43304144 7 | :02FFDE00FFFF23 8 | :02FFE00096C0C9 9 | :02FFE40096C0C5 10 | :02FFE60096C0C3 11 | :02FFEA0096C0BF 12 | :02FFEC0096C0BD 13 | :02FFEE0096C0BB 14 | :02FFF00096C0B9 15 | :02FFF20096C0B7 16 | :02FFF40096C0B5 17 | :02FFF60096C0B3 18 | :02FFF80096C0B1 19 | :02FFFA0096C0AF 20 | :02FFFC0096C0AD 21 | :02FFFE0076C0CB 22 | :00000001FF 23 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Bug report 3 | about: Create a report to help this repository improve 4 | title: '' 5 | labels: bug 6 | assignees: Subhankar2000 7 | 8 | --- 9 | 10 | **Describe the bug** 11 | A clear and concise description of what the bug is. 12 | 13 | **To Reproduce** 14 | Steps to reproduce the behavior: 15 | 1. Go to '...' 16 | 2. Click on '....' 17 | 3. Scroll down to '....' 18 | 4. See error 19 | 20 | **Expected behavior** 21 | A clear and concise description of what you expected to happen. 22 | 23 | **Screenshots** 24 | If applicable, add screenshots to help explain your problem. 25 | 26 | **Desktop (please complete the following information):** 27 | - OS: [e.g. iOS] 28 | - Browser [e.g. chrome, safari] 29 | - Version [e.g. 22] 30 | 31 | **Additional context** 32 | Add any other context about the problem here. 33 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp18_LunchBox_HelloSoftwarePWM_Large_Delay/MSP430G2553.hex: -------------------------------------------------------------------------------- 1 | :20C00000B240805A2001F2D0800022000F433F900001172CF2D0800021000F9303240C4FE3 2 | :20C02000B01276C0F2F07F0021003F90FF0005243C40FF000C8FB01276C01F533F9000013F 3 | :20C04000E92B3F40FF000F93E127F2D0800021000F9303240C4FB01276C0F2F07F002100A3 4 | :20C060003F90FF0005243C40FF000C8FB01276C01F83CC27EA3F0C9309240D123D400E0087 5 | :20C080001D83FE233D4103431C83F723304131400004B012B0C00C43B01200C01C43B01258 6 | :14C0A000AAC032D01000FD3F03430343FF3F03431C433041F4 7 | :02FFDE00FFFF23 8 | :02FFE000A2C0BD 9 | :02FFE400A2C0B9 10 | :02FFE600A2C0B7 11 | :02FFEA00A2C0B3 12 | :02FFEC00A2C0B1 13 | :02FFEE00A2C0AF 14 | :02FFF000A2C0AD 15 | :02FFF200A2C0AB 16 | :02FFF400A2C0A9 17 | :02FFF600A2C0A7 18 | :02FFF800A2C0A5 19 | :02FFFA00A2C0A3 20 | :02FFFC00A2C0A1 21 | :02FFFE008EC0B3 22 | :00000001FF 23 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp12_LunchBox_HelloInterrupt_Falling-Exercise/MSP430G2553.hex: -------------------------------------------------------------------------------- 1 | :20C000003182D2B323001F20E2B323003624F2E020002100814304008143060081930600B5 2 | :20C020000F20B190640004000B2C9153040081630600819306000420B19064000400F52B18 3 | :20C04000E2C323001A3CF2E221008143000081430200819302000F20B190640000000B2C22 4 | :20C060009153000081630200819302000420B19064000000F52BD2C3230031520013B240B7 5 | :20C08000805A2001F2D22200F2D020002200D2C32200E2C32200F2D003002700F2D003008C 6 | :20C0A0002100F2D003002400F2D00300250032D2FF3F31400004B012D4C00C43B0127EC030 7 | :18C0C0001C43B012CEC032D01000FD3F03430343FF3F03431C4330418B 8 | :02FFDE00FFFF23 9 | :02FFE000C6C099 10 | :02FFE40000C05B 11 | :02FFE600C6C093 12 | :02FFEA00C6C08F 13 | :02FFEC00C6C08D 14 | :02FFEE00C6C08B 15 | :02FFF000C6C089 16 | :02FFF200C6C087 17 | :02FFF400C6C085 18 | :02FFF600C6C083 19 | :02FFF800C6C081 20 | :02FFFA00C6C07F 21 | :02FFFC00C6C07D 22 | :02FFFE00B2C08F 23 | :00000001FF 24 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp12_LunchBox_HelloInterrupt-Rising_Falling-Exercise/MSP430G2553.hex: -------------------------------------------------------------------------------- 1 | :20C000003182D2B323001F20E2B323003624F2E020002100814304008143060081930600B5 2 | :20C020000F20B190640004000B2C9153040081630600819306000420B19064000400F52B18 3 | :20C04000E2C323001A3CF2E221008143000081430200819302000F20B190640000000B2C22 4 | :20C060009153000081630200819302000420B19064000000F52BD2C3230031520013B240B7 5 | :20C08000805A2001F2D028002200D2C32200E2C32200F2D003002700F2D003002100D2C3B4 6 | :20C0A0002400E2D32400F2D00300250032D2FF3F31400004B012D2C00C43B0127EC01C43E0 7 | :16C0C000B012CCC032D01000FD3F03430343FF3F03431C433041EE 8 | :02FFDE00FFFF23 9 | :02FFE000C4C09B 10 | :02FFE40000C05B 11 | :02FFE600C4C095 12 | :02FFEA00C4C091 13 | :02FFEC00C4C08F 14 | :02FFEE00C4C08D 15 | :02FFF000C4C08B 16 | :02FFF200C4C089 17 | :02FFF400C4C087 18 | :02FFF600C4C085 19 | :02FFF800C4C083 20 | :02FFFA00C4C081 21 | :02FFFC00C4C07F 22 | :02FFFE00B0C091 23 | :00000001FF 24 | -------------------------------------------------------------------------------- /Energia IDE sketch [.ino] & compiled binary Files [.hex]/Exp01_LunchBox_UART_Template/Exp01_LunchBox_UART_Template.ino: -------------------------------------------------------------------------------- 1 | /* 2 | Software serial multple serial test 3 | 4 | Receives from the hardware serial, sends to software serial. 5 | Receives from software serial, sends to hardware serial. 6 | 7 | The circuit: 8 | RX is digital pin P1.4 (connect to TX of other device) 9 | TX is digital pin P1.3 (connect to RX of other device) 10 | */ 11 | #include 12 | SoftwareSerial mySerial(P1_4, P1_3); // RX, TX 13 | 14 | void setup() 15 | { 16 | WDTCTL = WDTPW | WDTHOLD; 17 | // set the data rate for the SoftwareSerial port 18 | mySerial.begin(9600); 19 | mySerial.println("Software Serial Begin\n"); 20 | int x = 0; 21 | while (1) 22 | { 23 | x++; 24 | mySerial.print("Hello world "); 25 | mySerial.print(x); 26 | mySerial.print(" \r\n"); 27 | 28 | int i; 29 | for (i = 0; i < 20000; i++); 30 | } 31 | } 32 | 33 | void loop() 34 | { 35 | } 36 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp09_LunchBox_HelloResetSource-Not working (unknown fault)/MSP430G2553.hex: -------------------------------------------------------------------------------- 1 | :20C00000E2B202001F20F2B202000F20D2B302002524F2D22100E2C22100F2F0EF0021000A 2 | :20C02000E2C20200F2C20200193CF2D010002100E2C22100F2C22100B240095A2001F2C298 3 | :20C0400002000C3CE2D22100F2C22100F2F0EF002100B2400D5A2001E2C2020030412183C5 4 | :20C06000B240805A2001F2D030005700B012C6C0B1401027000081930000052491830000C9 5 | :20C0800081930000FB23E2B30200F223E2E321000D120E123D408C103E4003001D830E73E2 6 | :20C0A000FD230D93FB233E413D41003CB01200C0ED3F31400004B012E6C00C43B0125EC0AF 7 | :20C0C0001C43B012E0C0F2D01F002200D2D32100F2F0E1002100304132D01000FD3F0343ED 8 | :0AC0E0000343FF3F03431C433041BC 9 | :02FFDE00FFFF23 10 | :02FFE000D8C087 11 | :02FFE400D8C083 12 | :02FFE600D8C081 13 | :02FFEA00D8C07D 14 | :02FFEC00D8C07B 15 | :02FFEE00D8C079 16 | :02FFF000D8C077 17 | :02FFF200D8C075 18 | :02FFF400D8C073 19 | :02FFF600D8C071 20 | :02FFF800D8C06F 21 | :02FFFA00D8C06D 22 | :02FFFC00D8C06B 23 | :02FFFE00B2C08F 24 | :00000001FF 25 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp33_LunchBox_RefreshSSD_Sequential/Exp33_LunchBox_RefreshSSD_Sequential.pdsprj.IDEAPAD.Subhankar.workspace: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 2c0000000200000003000000ffffffffffffffffffffffffffffffff6900000000000000540300007c020000 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2020 Subhankar Karmakar 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of these design files and associated documentation files (the "Software"), to deal 7 | in the design files without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the design files, and to permit persons to whom the design files is 10 | furnished to do so, subject to the following conditions: 11 | 12 | # The above copyright notice and this permission notice shall be included in all 13 | # copies or substantial portions of the design files. 14 | 15 | THE DESIGN FILES IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp25_LunchBox_HelloLFSR_32Bit/MSP430G2553.hex: -------------------------------------------------------------------------------- 1 | :20C000000A1209120812B240805A2001F2D080002200B01240C1B2D00300B00192B3B2018D 2 | :20C02000FD231F42B4010E4309430A433A9302203993F1270C4F0D4E12C30D100C100CEF4E 3 | :20C040000DEEB012D0C00B4F084E0BEC08ED12C308100B1012C308100B100BEF0C4BB012D4 4 | :20C06000F6C012C30E100F100FD30EDC1C430CFFB01206C1C24C21003C409600B01216C15F 5 | :20C0800019530A633A93D6233993C527D33F12C30D100C1012C30D100C1012C30D100C100D 6 | :20C0A00012C30D100C1012C30D100C1012C30D100C1012C30D100C1012C30D100C1012C365 7 | :20C0C0000D100C1012C30D100C1012C30D100C1012C30D100C1012C30D100C1012C30D10FD 8 | :20C0E0000C1012C30D100C1030413DF00F003DE00F000D5D005D0C5C0C5C0C5C0C5C0C5C6E 9 | :20C100000C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C30410C9308240D123D401F0018 10 | :20C120001D83FE233D411C83F823304131400004B0125EC10C43B01200C01C43B01258C134 11 | :20C14000D2D34A008243B201B2401018B001304132D01000FD3F03430343FF3F03431C437F 12 | :02C1600030416C 13 | :02FFDE00FFFF23 14 | :02FFE00050C10E 15 | :02FFE40050C10A 16 | :02FFE60050C108 17 | :02FFEA0050C104 18 | :02FFEC0050C102 19 | :02FFEE0050C100 20 | :02FFF00050C1FE 21 | :02FFF20050C1FC 22 | :02FFF40050C1FA 23 | :02FFF60050C1F8 24 | :02FFF80050C1F6 25 | :02FFFA0050C1F4 26 | :02FFFC0050C1F2 27 | :02FFFE002CC114 28 | :00000001FF 29 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp08_LunchBox_HelloClock/MSP430G2553.hex: -------------------------------------------------------------------------------- 1 | :20C00000F2B2200017200D123D4098021D83FE233D410343F2B22000FD270D123D4098024C 2 | :20C020001D83FE233D410343F2F0CF005800F2D030005800F2B01000200018200D123D4082 3 | :20C0400098021D83FE233D410343F2B010002000FC270D123D4098021D83FE233D41034311 4 | :20C06000F2F0CF005800F2D010005800F2B02000200015200D123D4098021D83FE233D4101 5 | :20C080000343F2B020002000FC270D123D4098021D83FE233D410343F2F0CF005800304120 6 | :20C0A0000A1209123F40A6C13F90A8C116243F40A8C13F90ACC111243A40ACC13A80A8C18E 7 | :20C0C0000A110A113940A8C13C497F4C0F5F1F4FA6C13D498F121A83F723B012A0C1304044 8 | :20C0E0007AC1B240805A2001B01212C1B01280C1B01200C0F2E080002100B2406400000233 9 | :20C1000082930002F5279283000282930002F027FA3FF2D020005300E2C30200B24050C38D 10 | :20C1200000028293000205249283000282930002FB23E2B30200F023F2D0C000580030417C 11 | :20C1400031400004B0129CC10C930224B012A0C00C43B012E2C01C43B01296C11F4C0100CD 12 | :20C160000F9305241D53CD43FFFF1F83FB2330413441354136413741384139413A4130418C 13 | :20C18000F2D080002200F2F0C7002200304132D01000FD3F03430343FF3F03431C433041D1 14 | :02C1A00030412C 15 | :0AC1A200000002005CC1A2C100020F 16 | :02FFDE00FFFF23 17 | :02FFE0008EC1D0 18 | :02FFE4008EC1CC 19 | :02FFE6008EC1CA 20 | :02FFEA008EC1C6 21 | :02FFEC008EC1C4 22 | :02FFEE008EC1C2 23 | :02FFF0008EC1C0 24 | :02FFF2008EC1BE 25 | :02FFF4008EC1BC 26 | :02FFF6008EC1BA 27 | :02FFF8008EC1B8 28 | :02FFFA008EC1B6 29 | :02FFFC008EC1B4 30 | :02FFFE0040C100 31 | :00000001FF 32 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp21_LunchBox_HelloADC-Not working (unknown fault)/MSP430G2553.hex: -------------------------------------------------------------------------------- 1 | :20C000000A12091209430A431B430F930424094D0D4C0C430D3C0C5C0D6D0969098E0428CA 2 | :20C020001CD30B5BF82B033C095E0B5BF42B1B430C5C0D6D09690A6A098E0A7F04281CD3FC 3 | :20C040000B5BF62B043C095E0A6F0B5BF12B0E490F4A39413A41304131800C00B240805A18 4 | :20C060002001B0128CC1B01254C1B2D00300B00192B3B201FD23B1400004000081430200B0 5 | :20C080009143040081430600B140FF00080081430A001C42B4010D430E430F43B012A6C00A 6 | :20C0A000824C7401E23F0A1209120812071206120512054E064F1E4116001F411800174196 7 | :20C0C00012001841140019410E001A4110000C850D760E870F78B0122EC109850A760E49C8 8 | :20C0E0000F4AB012EEC00C570D6830409EC10A120A430F9305343EE33FE31E530F631AD379 9 | :20C100000D9305343CE33DE31C530D633AE3B01200C01AB304243CE33DE31C530D632AB399 10 | :20C1200004243EE33FE31E530F633A4130410A120A430B4312C30D100C1002280A5E0B6FF4 11 | :20C140000E5E0F6F0D93F6230C93F4230C4A0D4B3A413041F2D040002200F2D040002600A0 12 | :20C16000B240FF007201B240E000640192437401B24010026001304131400004B012BAC152 13 | :20C180000C43B01258C01C43B012B4C1D2D34A008243B201B2401018B00130413441354152 14 | :1EC1A00036413741384139413A41304132D01000FD3F03430343FF3F03431C43304185 15 | :02FFDE00FFFF23 16 | :02FFE000ACC1B2 17 | :02FFE400ACC1AE 18 | :02FFE600ACC1AC 19 | :02FFEA00ACC1A8 20 | :02FFEC00ACC1A6 21 | :02FFEE00ACC1A4 22 | :02FFF000ACC1A2 23 | :02FFF200ACC1A0 24 | :02FFF400ACC19E 25 | :02FFF600ACC19C 26 | :02FFF800ACC19A 27 | :02FFFA00ACC198 28 | :02FFFC00ACC196 29 | :02FFFE0078C1C8 30 | :00000001FF 31 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp15_LunchBox_HelloLCD-P2 instead of P1/MSP430G2553.hex: -------------------------------------------------------------------------------- 1 | :20C00000F2D0FC002A00F2F0030029003C409600B01260C17C4033004D43B01274C03C4044 2 | :20C020003200B01260C17C403200B01274C01C43B01260C17C402800B01274C01C43B012CA 3 | :20C0400060C17C400F00B01274C01C43B01260C15C43B01274C03C401400B01260C17C40F8 4 | :20C060000600B01274C01C43B01260C14C43B01220C130410B4C4D930320E2C22900023C7A 5 | :20C08000E2D229003F400F005FF229000E4B7EF0F0004EDFC24E2900B01276C11C43B01284 6 | :20C0A00060C14C4B3CF00F00B01216C13F400F005FF229004CDFC24C2900B01276C11C4332 7 | :20C0C000B01260C13041B240805A2001B01200C04C435D43B01220C13C40B2C1B01246C113 8 | :20C0E0005C437D400500B01220C13C40C2C1B01246C1FF3F3DF00F003DE00F000D5D005D07 9 | :20C100000C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C304196 10 | :20C1200021839142CCC100004C4C0F410F5C0C4D6C5F7CD080004D43B01274C01C43B01211 11 | :20C1400060C1215330410A120A4C053C6C4A5D43B01274C01A53CA930000F8233A41304109 12 | :20C160000C9308240D123D401F001D83FE233D411C83F8233041F2D229001C43B01260C1A0 13 | :20C18000F2C229001C43B01260C1304131400004B012AEC10C43B012C6C01C43B012A8C148 14 | :12C1A00032D01000FD3F03430343FF3F03431C4330415F 15 | :1CC1B20048656C6C6F20456D626564646564000053797374656D732100000040FA 16 | :02FFDE00FFFF23 17 | :02FFE000A0C1BE 18 | :02FFE400A0C1BA 19 | :02FFE600A0C1B8 20 | :02FFEA00A0C1B4 21 | :02FFEC00A0C1B2 22 | :02FFEE00A0C1B0 23 | :02FFF000A0C1AE 24 | :02FFF200A0C1AC 25 | :02FFF400A0C1AA 26 | :02FFF600A0C1A8 27 | :02FFF800A0C1A6 28 | :02FFFA00A0C1A4 29 | :02FFFC00A0C1A2 30 | :02FFFE008CC1B4 31 | :00000001FF 32 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp26_LunchBox_HelloDAC_4Bit-P2 instead of P1/MSP430G2553.hex: -------------------------------------------------------------------------------- 1 | :20C000000A12091208120A4C784A0943113C0E4D0E8B1E831D53FD4EFFFF1F83FB23033CD1 2 | :20C020001D53FD4AFFFF12C3081019533992EC3718B3F6237B4A7F4A0C4BB0125AC10B4C07 3 | :20C040000C4FB012B6C03CF00F000BDC3FF00F003F5003003F9012000C207E4A3EB0800018 4 | :20C0600007247C4A4C4CB01254C13EF07F000EDC0F5E3B90FF0FCB233040C0C13DF00F0068 5 | :20C080003DE00F000D5D0D5D005D12C30C1012C30C1012C30C1012C30C1012C30C1012C3B9 6 | :20C0A0000C1012C30C1012C30C1012C30C1012C30C1012C30C1012C30C1012C30C1012C3F8 7 | :20C0C0000C1012C30C1030410A1209123F40EAC13F90F0C116243F40FAC13F9002C21124C5 8 | :20C0E0003A4002C23A80FAC10A110A113940FAC13C497F4C0F5F1F4FEAC13D498F121A8388 9 | :20C10000F723B012E8C13040C2C1B240805A2001B012C8C1D2420202290082430002B29025 10 | :20C12000BC020002062C92530002B290BC020002FA2BD2530202EE3F3DF00F003DE00F0041 11 | :20C140000D5D005D0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C68 12 | :20C160000C5C304131400004B012E4C10C930224B012C8C00C43B0120AC11C43B012DEC15F 13 | :20C180001F4C01000F9305241D53CD43FFFF1F83FB2330410F4C0C4D3D4003000D5F1E4FAC 14 | :20C1A00001003040A6C10E9306240F4C1F53FF4DFFFF1E83FB2330413441354136413741BB 15 | :20C1C000384139413A413041F2D32A005F422900C2432900304132D01000FD3F034303434E 16 | :0AC1E000FF3F03431C433041304190 17 | :18C1EA0080C100C094C102000200000000000200F0C10202F6C1000273 18 | :02FFDE00FFFF23 19 | :02FFE000D6C188 20 | :02FFE400D6C184 21 | :02FFE600D6C182 22 | :02FFEA00D6C17E 23 | :02FFEC00D6C17C 24 | :02FFEE00D6C17A 25 | :02FFF000D6C178 26 | :02FFF200D6C176 27 | :02FFF400D6C174 28 | :02FFF600D6C172 29 | :02FFF800D6C170 30 | :02FFFA00D6C16E 31 | :02FFFC00D6C16C 32 | :02FFFE0064C1DC 33 | :00000001FF 34 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp26_LunchBox_HelloDAC_8Bit-P2 instead of P1/MSP430G2553.hex: -------------------------------------------------------------------------------- 1 | :20C000000A12091208120A4C784A0943113C0E4D0E8B1E831D53FD4EFFFF1F83FB23033CD1 2 | :20C020001D53FD4AFFFF12C3081019533992EC3718B3F6237B4A7F4A0C4BB0125AC10B4C07 3 | :20C040000C4FB012B6C03CF00F000BDC3FF00F003F5003003F9012000C207E4A3EB0800018 4 | :20C0600007247C4A4C4CB01254C13EF07F000EDC0F5E3B90FF0FCB233040C0C13DF00F0068 5 | :20C080003DE00F000D5D0D5D005D12C30C1012C30C1012C30C1012C30C1012C30C1012C3B9 6 | :20C0A0000C1012C30C1012C30C1012C30C1012C30C1012C30C1012C30C1012C30C1012C3F8 7 | :20C0C0000C1012C30C1030410A1209123F40EAC13F90F0C116243F40FAC13F9002C21124C5 8 | :20C0E0003A4002C23A80FAC10A110A113940FAC13C497F4C0F5F1F4FEAC13D498F121A8388 9 | :20C10000F723B012E8C13040C2C1B240805A2001B012C8C1D2420202290082430002B29025 10 | :20C1200005000002062C92530002B29005000002FA2BD2530202EE3F3DF00F003DE00F00B3 11 | :20C140000D5D005D0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C68 12 | :20C160000C5C304131400004B012E4C10C930224B012C8C00C43B0120AC11C43B012DEC15F 13 | :20C180001F4C01000F9305241D53CD43FFFF1F83FB2330410F4C0C4D3D4003000D5F1E4FAC 14 | :20C1A00001003040A6C10E9306240F4C1F53FF4DFFFF1E83FB2330413441354136413741BB 15 | :20C1C000384139413A413041F2D32A005F422900C2432900304132D01000FD3F034303434E 16 | :0AC1E000FF3F03431C433041304190 17 | :18C1EA0080C100C094C102000200000000000200F0C10202F6C1000273 18 | :02FFDE00FFFF23 19 | :02FFE000D6C188 20 | :02FFE400D6C184 21 | :02FFE600D6C182 22 | :02FFEA00D6C17E 23 | :02FFEC00D6C17C 24 | :02FFEE00D6C17A 25 | :02FFF000D6C178 26 | :02FFF200D6C176 27 | :02FFF400D6C174 28 | :02FFF600D6C172 29 | :02FFF800D6C170 30 | :02FFFA00D6C16E 31 | :02FFFC00D6C16C 32 | :02FFFE0064C1DC 33 | :00000001FF 34 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp17_LunchBox_HelloTimer/MSP430G2553.hex: -------------------------------------------------------------------------------- 1 | :20C000000A12091208120A4C784A0943113C0E4D0E8B1E831D53FD4EFFFF1F83FB23033CD1 2 | :20C020001D53FD4AFFFF12C3081019533992EC3718B3F6237B4A7F4A0C4BB01260C10B4C01 3 | :20C040000C4FB012B6C03CF00F000BDC3FF00F003F5003003F9012000C207E4A3EB0800018 4 | :20C0600007247C4A4C4CB0125AC13EF07F000EDC0F5E3B90FF0FCB233040DAC13DF00F0048 5 | :20C080003DE00F000D5D0D5D005D12C30C1012C30C1012C30C1012C30C1012C30C1012C3B9 6 | :20C0A0000C1012C30C1012C30C1012C30C1012C30C1012C30C1012C30C1012C30C1012C3F8 7 | :20C0C0000C1012C30C1030410A1209123F400EC23F9014C216243F401EC23F9026C2112432 8 | :20C0E0003A4026C23A801EC20A110A1139401EC23C497F4C0F5F1F4F0EC23D498F121A83F5 9 | :20C10000F723B0120CC23040DCC1B240805A2001E2C30200B24050C300028293000205248D 10 | :20C120009283000282930002FB23E2B30200F023B0129AC1B012EEC132D0D80030413DF003 11 | :20C140000F003DE00F000D5D005D0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C65 12 | :20C160000C5C0C5C0C5C0C5C304131400004B01208C20C930224B012C8C00C43B0120AC1C2 13 | :20C180001C43B01202C21F4C01000F9305241D53CD43FFFF1F83FB233041B240100062016F 14 | :20C1A000B24010016001B2400080720130410F4C0C4D3D4003000D5F1E4F01003040C0C1C6 15 | :20C1C0000E9306240F4C1F53FF4DFFFF1E83FB2330413441354136413741384139413A4105 16 | :20C1E0003041D2530202D242020229000013F2D32A00D24229002900304132D01000FD3F3D 17 | :0EC2000003430343FF3F03431C4330413041DF 18 | :18C20E0086C100C0AEC10200020000000000020014C202021AC20002E4 19 | :02FFDE00FFFF23 20 | :02FFE000FAC164 21 | :02FFE400FAC160 22 | :02FFE600FAC15E 23 | :02FFEA00FAC15A 24 | :02FFEC00FAC158 25 | :02FFEE00FAC156 26 | :02FFF000FAC154 27 | :02FFF200E2C16A 28 | :02FFF400FAC150 29 | :02FFF600FAC14E 30 | :02FFF800FAC14C 31 | :02FFFA00FAC14A 32 | :02FFFC00FAC148 33 | :02FFFE006AC1D6 34 | :00000001FF 35 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp13_LunchBox_HelloSSD-modified P1p2/MSP430G2553.hex: -------------------------------------------------------------------------------- 1 | :20C000000A12091208120A4C784A0943113C0E4D0E8B1E831D53FD4EFFFF1F83FB23033CD1 2 | :20C020001D53FD4AFFFF12C3081019533992EC3718B3F6237B4A7F4A0C4BB0129AC10B4CC7 3 | :20C040000C4FB01224C13CF00F000BDC3FF00F003F5003003F9012000C207E4A3EB08000A9 4 | :20C0600007247C4A4C4CB01294C13EF07F000EDC0F5E3B90FF0FCB233040ECC1B240805A6C 5 | :20C080002001F2D0CF002200F2D030002A00F2C22A00F2B2280012200D123D40081A1D8376 6 | :20C0A000FE233D410343F2B22800FD2792530002B290100000020228824300021E4200021D 7 | :20C0C0000E5E3F4080005FF221005F5E08C2C24F21001E4200020E5E3F4080005FF221008B 8 | :20C0E0005F5E08C2C24F2900D43F3DF00F003DE00F000D5D0D5D005D12C30C1012C30C10F1 9 | :20C1000012C30C1012C30C1012C30C1012C30C1012C30C1012C30C1012C30C1012C30C1097 10 | :20C1200012C30C1012C30C1012C30C1012C30C1012C30C1030410A1209123F402EC23F9064 11 | :20C1400032C216243F4032C23F9036C211243A4036C23A8032C20A110A11394032C23C49FA 12 | :20C160007F4C0F5F1F4F2EC23D498F121A83F723B01206C23040EEC13DF00F003DE00F0039 13 | :20C180000D5D005D0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C28 14 | :20C1A0000C5C304131400004B01202C20C930224B01236C10C43B0127CC01C43B012FCC102 15 | :20C1C0000F4C0C4D3D4003000D5F1E4F01003040D2C10E9306240F4C1F53FF4DFFFF1E83CB 16 | :20C1E000FB2330413441354136413741384139413A41304132D01000FD3F03430343FF3FDF 17 | :08C2000003431C4330413041AF 18 | :20C208003F0006005B004F0066006D007D0007007F006F0077007C0039005E00790071006E 19 | :0EC2280001000200000000C0C0C128C20002D8 20 | :02FFDE00FFFF23 21 | :02FFE000F4C16A 22 | :02FFE400F4C166 23 | :02FFE600F4C164 24 | :02FFEA00F4C160 25 | :02FFEC00F4C15E 26 | :02FFEE00F4C15C 27 | :02FFF000F4C15A 28 | :02FFF200F4C158 29 | :02FFF400F4C156 30 | :02FFF600F4C154 31 | :02FFF800F4C152 32 | :02FFFA00F4C150 33 | :02FFFC00F4C14E 34 | :02FFFE00A4C19C 35 | :00000001FF 36 | -------------------------------------------------------------------------------- /Energia IDE sketch [.ino] & compiled binary Files [.hex]/Exp41_LunchBox_Introduction_to_Embedded_C/Exp41_LunchBox_Introduction_to_Embedded_C.ino: -------------------------------------------------------------------------------- 1 | /* 2 | Software serial multple serial test 3 | 4 | Receives from the hardware serial, sends to software serial. 5 | Receives from software serial, sends to hardware serial. 6 | 7 | The circuit: 8 | * RX is digital pin P1.4 (connect to TX of other device) 9 | * TX is digital pin P1.3 (connect to RX of other device) 10 | */ 11 | #include 12 | SoftwareSerial mySerial(P1_4, P1_3); // RX, TX 13 | 14 | void decToBinary(int n) 15 | { 16 | // array to store binary number 17 | int binaryNum[32]; 18 | 19 | // counter for binary array 20 | int i = 0; 21 | int j ; 22 | while (n > 0) { 23 | 24 | // storing remainder in binary array 25 | binaryNum[i] = n % 2; 26 | n = n / 2; 27 | i++; 28 | } 29 | 30 | // printing binary array in reverse order 31 | for (j = i - 1; j >= 0; j--) 32 | mySerial.print(binaryNum[j]); 33 | } 34 | 35 | void setup() 36 | { 37 | WDTCTL = WDTPW | WDTHOLD; 38 | // set the data rate for the SoftwareSerial port 39 | mySerial.begin(9600); 40 | mySerial.println("Software Serial Begin\n"); 41 | 42 | uint8_t x = 2; 43 | uint8_t y = 4; 44 | uint8_t z = 8; 45 | mySerial.println("\r\n x value \t"); 46 | decToBinary(x); 47 | mySerial.println("\r\n y value \t"); 48 | decToBinary(y); 49 | mySerial.println("\r\n z value \t"); 50 | decToBinary(z); 51 | mySerial.println("\r\n\r\n\r\n"); 52 | mySerial.println("\r\n Bitwise operators in C \r\n"); 53 | uint8_t a = 0b01000100; //68 or 0x44 54 | uint8_t b = 0b00100100; //36 or 0x24 55 | mySerial.println("\r\n value of a & b \t"); 56 | decToBinary(a & b); 57 | mySerial.println("\r\n value of a | b \t"); 58 | decToBinary(a | b); 59 | mySerial.println("\r\n value of a<<1 \t"); 60 | decToBinary(a << 1); 61 | mySerial.println("\r\n value of a^b \t"); 62 | decToBinary(a ^ b); 63 | mySerial.println("\r\n value of 1<<3 \t"); 64 | decToBinary(1 << 3); 65 | mySerial.println("\r\n value of a|(1<<4) \t"); 66 | decToBinary(a | (1 << 4)); 67 | mySerial.println("\r\n\r\n\r\n"); 68 | } 69 | 70 | void loop() 71 | { 72 | } 73 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp24_LunchBox_HelloLFSR_8Bit-P2 instead of P1/MSP430G2553.hex: -------------------------------------------------------------------------------- 1 | :20C000000A120912B240805A2001F2C22200B012F4C0B012FEC2B2D00300B00192B3B20100 2 | :20C02000FD231942B40149490A495C434D43B01268C13C401400B01294C24C435D43B01238 3 | :20C0400054C23C4020C3B0127AC24C49B012BAC15C436D43B01254C23C402EC3B0127AC209 4 | :20C06000F2B22000FD230D123D40081A1D83FE233D410343F2B22000FD270D123D40081AF3 5 | :20C080001D83FE233D4103434C4AB0121EC24E4A0E110E114F4A0F110F110F114EEF4CEE9D 6 | :20C0A0004CEA4C4CB01244C24A4A0A114ADC5C434D43B01268C13C401400B01294C24C43C4 7 | :20C0C0005D43B01254C23C4020C3B0127AC24C49B012BAC15C435D43B01254C23C403CC327 8 | :20C0E000B0127AC24C4AB012BAC13C40B80BB01294C2B63FF2D0FC002A00F2F0030029002D 9 | :20C100003C409600B01294C27C4033004D43B01268C13C403200B01294C27C403200B01215 10 | :20C1200068C11C43B01294C27C402800B01268C11C43B01294C27C400F00B01268C11C4304 11 | :20C14000B01294C25C43B01268C13C401400B01294C27C400600B01268C11C43B01294C271 12 | :20C160004C43B01254C230410B4C4D930320E2C22900023CE2D229003F400F005FF229009D 13 | :20C180000E4B7EF0F0004EDFC24E2900B012AAC21C43B01294C24C4B3CF00F00B0124AC23D 14 | :20C1A0003F400F005FF229004CDFC24C2900B012AAC21C43B01294C230410A1221820F4CE5 15 | :20C1C0000A413A500300CA4300000B4F0C4F3D400A00B012C0C20F4C3D400A00B012EAC2AA 16 | :20C1E0004B8C7B5030001A83CA4B00000F93ED230C4AB0127AC221523A4130413DF00F001A 17 | :20C200003DE00F000D5D005D0C110C110C110C110C110C110C110C110C110C110C110C11CF 18 | :20C220000C110C110C1130413DF00F003DE00F000D5D005D0C5C0C5C0C5C0C5C0C5C0C5C97 19 | :20C240000C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C3041218391424AC300004C4C0F4159 20 | :20C260000F5C0C4D6C5F7CD080004D43B01268C11C43B01294C2215330410A120A4C053CD9 21 | :20C280006C4A5D43B01268C11A53CA930000F8233A4130410C9308240D123D401F001D8366 22 | :20C2A000FE233D411C83F8233041F2D229001C43B01294C2F2C229001C43B01294C230418B 23 | :20C2C0000E430F4C1C430F5F0E6E0E9D01280E8D0C6CF92B304131400004B0121CC30C4388 24 | :20C2E000B01200C01C43B01216C30E4312C30C1001280E5D0D5D0C93F9230C4E3041D2D357 25 | :20C300004A008243B201B2401018B001304132D01000FD3F03430343FF3F03431C433041F1 26 | :20C32000536565642056616C7565203A000050726573732053776974636800004C4653522F 27 | :0CC340002056616C7565203A000000403A 28 | :02FFDE00FFFF23 29 | :02FFE0000EC34E 30 | :02FFE4000EC34A 31 | :02FFE6000EC348 32 | :02FFEA000EC344 33 | :02FFEC000EC342 34 | :02FFEE000EC340 35 | :02FFF0000EC33E 36 | :02FFF2000EC33C 37 | :02FFF4000EC33A 38 | :02FFF6000EC338 39 | :02FFF8000EC336 40 | :02FFFA000EC334 41 | :02FFFC000EC332 42 | :02FFFE00D6C269 43 | :00000001FF 44 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp16_LunchBox_HelloLCDWithCustomCharacter-P2 instead of P1/MSP430G2553.hex: -------------------------------------------------------------------------------- 1 | :20C000000A12B240805A20014A43F2C22200B01240C14C433D400002B01294C24C435D439C 2 | :20C02000B012F6C23C40C6C3B01238C35C436D42B012F6C23C40D6C3B01238C3153C5C433A 3 | :20C040007D400300B012F6C27C4020005D43B012B4C15C437D400B00B012F6C27C40200036 4 | :20C060005D43B012B4C14A43F2B22000FD230D123D40081A1D83FE233D410343F2B2200071 5 | :20C08000FD270D123D40081A1D83FE233D4103434F4A0F9303241F83D227E63F5C437D40BB 6 | :20C0A0000300B012F6C24C435D43B012B4C15C437D400B00B012F6C24C435D43B012B4C156 7 | :20C0C0005A43D23F0A12091208120A4C784A0943113C0E4D0E8B1E831D53FD4EFFFF1F83C0 8 | :20C0E000FB23033C1D53FD4AFFFF12C3081019533992EC3718B3F6237B4A7F4A0C4BB0125C 9 | :20C10000ECC20B4C0C4FB01240C23CF00F000BDC3FF00F003F5003003F9012000C207E4A34 10 | :20C120003EB0800007247C4A4C4CB012E6C23EF07F000EDC0F5E3B90FF0FCB233040AAC3F6 11 | :20C14000F2D0FC002A00F2F0030029003C409600B01252C37C4033004D43B012B4C13C40CE 12 | :20C160003200B01252C37C403200B012B4C11C43B01252C37C402800B012B4C11C43B0121F 13 | :20C1800052C37C400F00B012B4C11C43B01252C37C400600B012B4C11C43B01252C35C4384 14 | :20C1A000B012B4C13C401400B01252C34C43B012F6C230410B4C4D930320E2C22900023C02 15 | :20C1C000E2D229003F400F005FF229000E4B7EF0F0004EDFC24E2900B01268C31C43B0124F 16 | :20C1E00052C34C4B3CF00F00B012ECC23F400F005FF229004CDFC24C2900B01268C31C4332 17 | :20C20000B01252C330413DF00F003DE00F000D5D0D5D005D12C30C1012C30C1012C30C106A 18 | :20C2200012C30C1012C30C1012C30C1012C30C1012C30C1012C30C1012C30C1012C30C1076 19 | :20C2400012C30C1012C30C1012C30C1012C30C1030410A1209123F40ECC33F90F0C3162488 20 | :20C260003F40F0C33F90F4C311243A40F4C33A80F0C30A110A113940F0C33C497F4C0F5F13 21 | :20C280001F4FECC33D498F121A83F723B012C4C33040ACC30A120912094D7CF007004C5CD3 22 | :20C2A0004C5C4C5C7CD040004D43B012B4C10A433A9209340F490F5A6C4F5D43B012B4C132 23 | :20C2C0001A533A92F73B3040ACC33DF00F003DE00F000D5D005D0C5C0C5C0C5C0C5C0C5CDD 24 | :20C2E0000C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C304121839142DEC300004C4C0D 25 | :20C300000F410F5C0C4D6C5F7CD080004D43B012B4C11C43B01252C321533041314000041B 26 | :20C32000B012C0C30C930224B01252C20C43B01200C01C43B012BAC30A120A4C053C6C4A45 27 | :20C340005D43B012B4C11A53CA930000F8233A4130410C9308240D123D401F001D83FE23EE 28 | :20C360003D411C83F8233041F2D229001C43B01252C3F2C229001C43B01252C330410F4C12 29 | :20C380000C4D3D4003000D5F1E4F0100304090C30E9306240F4C1F53FF4DFFFF1E83FB2386 30 | :20C3A00030413441354136413741384139413A41304132D01000FD3F03430343FF3F0343F5 31 | :06C3C0001C433041304136 32 | :1AC3C60048656C6C6F20456D626564646564000053797374656D7300004007 33 | :14C3E00001000800000A1F1F1F0E0400C4C07EC3E0C300025D 34 | :02FFDE00FFFF23 35 | :02FFE000B2C3AA 36 | :02FFE400B2C3A6 37 | :02FFE600B2C3A4 38 | :02FFEA00B2C3A0 39 | :02FFEC00B2C39E 40 | :02FFEE00B2C39C 41 | :02FFF000B2C39A 42 | :02FFF200B2C398 43 | :02FFF400B2C396 44 | :02FFF600B2C394 45 | :02FFF800B2C392 46 | :02FFFA00B2C390 47 | :02FFFC00B2C38E 48 | :02FFFE001CC322 49 | :00000001FF 50 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp30_LunchBox_HelloFrequency/MSP430G2553.hex: -------------------------------------------------------------------------------- 1 | :20C000000A12091208120A4C784A0943113C0E4D0E8B1E831D53FD4EFFFF1F83FB23033CD1 2 | :20C020001D53FD4AFFFF12C3081019533992EC3718B3F6237B4A7F4A0C4BB012DEC20B4C82 3 | :20C040000C4FB0127CC13CF00F000BDC3FF00F003F5003003F9012000C207E4A3EB0800051 4 | :20C0600007247C4A4C4CB012D8C23EF07F000EDC0F5E3B90FF0FCB233040EEC3F2D0FC0031 5 | :20C080002A00F2F0030029003C409600B01244C37C4033004D43B012F0C03C403200B0122C 6 | :20C0A00044C37C403200B012F0C01C43B01244C37C402800B012F0C01C43B01244C37C40B7 7 | :20C0C0000F00B012F0C01C43B01244C35C43B012F0C03C401400B01244C37C400600B012C9 8 | :20C0E000F0C01C43B01244C34C43B012E8C230410B4C4D930320E2C22900023CE2D22900BA 9 | :20C100003F400F005FF229000E4B7EF0F0004EDFC24E2900B0125AC31C43B01244C34C4B5C 10 | :20C120003CF00F00B012DEC23F400F005FF229004CDFC24C2900B0125AC31C43B01244C3F1 11 | :20C1400030413DF00F003DE00F000D5D0D5D005D12C30C1012C30C1012C30C1012C30C1011 12 | :20C1600012C30C1012C30C1012C30C1012C30C1012C30C1012C30C1012C30C1012C30C1037 13 | :20C1800012C30C1012C30C1012C30C1030410A12318006000F4C0A413A500500CA43000046 14 | :20C1A0000B4F0C4F3D400A00B01270C30F4C3D400A00B012AEC34B8C7B5030001A83CA4BB5 15 | :20C1C00000000F93ED230C4AB0122AC3315006003A4130410A1209123F401AC43F9020C4EE 16 | :20C1E00016243F402AC43F9032C411243A4032C43A802AC40A110A1139402AC43C497F4C99 17 | :20C200000F5F1F4F1AC43D498F121A83F723B01208C43040F0C35C434D43B012F0C04C43A5 18 | :20C22000B012E8C23C400AC4B0122AC35C437D400900B012E8C21C420002B0128EC13C40DB 19 | :20C2400014C4B0122AC33C406400B01244C330410F12C29302020620D2530202B2D02400CE 20 | :20C2600060010F3C824360019242700100024F43C293020201205F43C24F0202B1C0180059 21 | :20C2800002003F410013B240805A2001E2C302003F4050C30F930024E2B30200F723D2C3D7 22 | :20C2A0002200D2D32600B0127CC0B0129AC3A2D2800132D01800B01216C2F93F3DF00F0057 23 | :20C2C0003DE00F000D5D005D0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C8B 24 | :20C2E0000C5C0C5C0C5C30412183914218C400004C4C0F410F5C0C4D6C5F7CD080004D436F 25 | :20C30000B012F0C01C43B01244C32153304131400004B01204C40C930224B012D4C10C4334 26 | :20C32000B01286C21C43B012FEC30A120A4C053C6C4A5D43B012F0C01A53CA930000F823B1 27 | :20C340003A4130410C9308240D123D401F001D83FE233D411C83F8233041F2D229001C43B5 28 | :20C36000B01244C3F2C229001C43B01244C330410E430F4C1C430F5F0E6E0E9D01280E8D1A 29 | :20C380000C6CF92B30411F4C01000F9305241D53CD43FFFF1F83FB233041B2401000820125 30 | :20C3A000B24000809201B2401401800130410E4312C30C1001280E5D0D5D0C93F9230C4E2A 31 | :20C3C00030410F4C0C4D3D4003000D5F1E4F01003040D4C30E9306240F4C1F53FF4DFFFFF5 32 | :20C3E0001E83FB2330413441354136413741384139413A41304132D01000FD3F034303437A 33 | :0AC40000FF3F03431C43304130416D 34 | :10C40A004672657175656E637900487A000000406E 35 | :18C41A0086C300C0C2C30200020000000000020020C4020226C40002A2 36 | :02FFDE00FFFF23 37 | :02FFE000F6C366 38 | :02FFE400F6C362 39 | :02FFE600F6C360 40 | :02FFEA00F6C35C 41 | :02FFEC00F6C35A 42 | :02FFEE00F6C358 43 | :02FFF000F6C356 44 | :02FFF200F6C354 45 | :02FFF400F6C352 46 | :02FFF600F6C350 47 | :02FFF800F6C34E 48 | :02FFFA0050C2F3 49 | :02FFFC00F6C34A 50 | :02FFFE000EC330 51 | :00000001FF 52 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp33_LunchBox_RefreshSSD_Sequential/MSP430G2553.hex: -------------------------------------------------------------------------------- 1 | :20C000000A1231820A4C3D40E803B01264C3814C00000C4A3D40E803B01264C30A4E0C4A88 2 | :20C020003D406400B01264C3814C02000C4A3D406400B01264C30A4E0C4A3D400A00B01250 3 | :20C0400064C3814C04000C4A3D400A00B01264C3814E0600F2F091002100F2F0CF002900DF 4 | :20C06000F2F0F00029002C41B012F0C0F2D229003C400A00B012D8C3F2F091002100F2F0A0 5 | :20C08000CF002900F2F0F00029001C410200B012F0C0E2D229003C400A00B012D8C3F2F03A 6 | :20C0A00091002100F2F0CF002900F2F0F00029001C410400B012F0C0E2D329003C400A00C2 7 | :20C0C000B012D8C3F2F091002100F2F0CF002900F2F0F00029001C410600B012F0C0D2D320 8 | :20C0E00029003C400A00B012D8C331523A4130413C900A004C2C0C5C104CFCC082C17AC179 9 | :20C100006CC15EC156C148C13AC12CC11EC110C1F2D030002900F2D066002100383CF2D081 10 | :20C1200030002900F2D06E002100313CF2D020002900F2D0060021002A3CF2D03000290073 11 | :20C14000F2D06C002100233CF2D030002900F2D0640021001C3CF2D066002100183CF2D018 12 | :20C1600030002900F2D046002100113CF2D030002900F2D04A0021000A3CF2D00600210079 13 | :20C18000063CF2D030002900F2D02E0021003041B240805A2001F2D00F005700F2D0700079 14 | :20C1A0005600B01238C3D2D32600D2C34100D2D32200B0122AC4B2D00300B00192B3B20126 15 | :20C1C000FD231F42B401B2D00300B00192B3B201FD231F42B401B24000300202B2409245D6 16 | :20C1E0000402F2B080FF20001A200D123D4040001D83FE233D410343F2B080FF2000FC27F9 17 | :20C200000D123D4040001D83FE233D41034392530002B290102700020228824300021C420C 18 | :20C220000002B01200C0F2F0F0002900C43F0A12091208120A4C784A0943113C0E4D0E8B86 19 | :20C240001E831D53FD4EFFFF1F83FB23033C1D53FD4AFFFF12C3081019533992EC3718B3BE 20 | :20C26000F6237B4A7F4A0C4BB012B2C30B4C0C4FB012E4C23CF00F000BDC3FF00F003F5080 21 | :20C2800003003F9012000C207E4A3EB0800007247C4A4C4CB012ACC33EF07F000EDC0F5E9A 22 | :20C2A0003B90FF0FCB23304044C43DF00F003DE00F000D5D0D5D005D12C30C1012C30C10C4 23 | :20C2C00012C30C1012C30C1012C30C1012C30C1012C30C1012C30C1012C30C1012C30C10D6 24 | :20C2E00012C30C1012C30C1012C30C1012C30C1012C30C1030410A1209123F4068C43F9067 25 | :20C300006CC416243F406CC43F9070C411243A4070C43A806CC40A110A1139406CC43C49D0 26 | :20C320007F4C0F5F1F4F68C43D498F121A83F723B0125EC4304046C4F2D06E002200F2D0DA 27 | :20C3400030002A00F2D00F002A00F2F081002100F2F0CF002900F2F0F0002900F2F07F00CE 28 | :20C36000220030410B430D9303343DE31D531BD30C9303343CE31C533BE3B012F0C31BB3C2 29 | :20C3800002243CE31C532BB302243EE31E5330413DF00F003DE00F000D5D005D0C5C0C5CE3 30 | :20C3A0000C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C3041314000044F 31 | :20C3C000B0125AC40C930224B012F6C20C43B01290C11C43B01254C40C9309240D123D403B 32 | :20C3E000F1011D83FE233D41003C1C83F72330410E430F4C1C430F5F0E6E0E9D01280E8D42 33 | :20C400000C6CF92B30410F4C0C4D3D4003000D5F1E4F0100304018C40E9306240F4C1F531D 34 | :20C42000FF4DFFFF1E83FB233041F2D010004A008243B201B2401018B001304134413541C7 35 | :20C4400036413741384139413A41304132D01000FD3F03430343FF3F03431C43304130416F 36 | :10C460000001000002FFF0002EC206C460C40002FA 37 | :02FFDE00FFFF23 38 | :02FFE0004CC40F 39 | :02FFE4004CC40B 40 | :02FFE6004CC409 41 | :02FFEA004CC405 42 | :02FFEC004CC403 43 | :02FFEE004CC401 44 | :02FFF0004CC4FF 45 | :02FFF2004CC4FD 46 | :02FFF4004CC4FB 47 | :02FFF6004CC4F9 48 | :02FFF8004CC4F7 49 | :02FFFA004CC4F5 50 | :02FFFC004CC4F3 51 | :02FFFE00BCC382 52 | :00000001FF 53 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp33_LunchBox_RefreshSSD_Sequential/1MOD/MSP430G2553.hex: -------------------------------------------------------------------------------- 1 | :20C000000A1231820A4C3D40E803B01264C3814C00000C4A3D40E803B01264C30A4E0C4A88 2 | :20C020003D406400B01264C3814C02000C4A3D406400B01264C30A4E0C4A3D400A00B01250 3 | :20C0400064C3814C04000C4A3D400A00B01264C3814E0600F2F091002100F2F0CF002900DF 4 | :20C06000F2F0F00029002C41B012F0C0F2D229003C400A00B012D8C3F2F091002100F2F0A0 5 | :20C08000CF002900F2F0F00029001C410200B012F0C0E2D229003C400A00B012D8C3F2F03A 6 | :20C0A00091002100F2F0CF002900F2F0F00029001C410400B012F0C0E2D329003C400A00C2 7 | :20C0C000B012D8C3F2F091002100F2F0CF002900F2F0F00029001C410600B012F0C0D2D320 8 | :20C0E00029003C400A00B012D8C331523A4130413C900A004C2C0C5C104CFCC082C17AC179 9 | :20C100006CC15EC156C148C13AC12CC11EC110C1F2D030002900F2D066002100383CF2D081 10 | :20C1200030002900F2D06E002100313CF2D020002900F2D0060021002A3CF2D03000290073 11 | :20C14000F2D06C002100233CF2D030002900F2D0640021001C3CF2D066002100183CF2D018 12 | :20C1600030002900F2D046002100113CF2D030002900F2D04A0021000A3CF2D00600210079 13 | :20C18000063CF2D030002900F2D02E0021003041B240805A2001F2D00F005700F2D0700079 14 | :20C1A0005600B01238C3D2D32600D2C34100D2D32200B0122AC4B2D00300B00192B3B20126 15 | :20C1C000FD231F42B401B2D00300B00192B3B201FD231F42B401B24000300202B2409245D6 16 | :20C1E0000402F2B080FF20001A200D123D4040001D83FE233D410343F2B080FF2000FC27F9 17 | :20C200000D123D4040001D83FE233D41034392530002B290102700020228824300021C420C 18 | :20C220000002B01200C0F2F0F0002900C43F0A12091208120A4C784A0943113C0E4D0E8B86 19 | :20C240001E831D53FD4EFFFF1F83FB23033C1D53FD4AFFFF12C3081019533992EC3718B3BE 20 | :20C26000F6237B4A7F4A0C4BB012B2C30B4C0C4FB012E4C23CF00F000BDC3FF00F003F5080 21 | :20C2800003003F9012000C207E4A3EB0800007247C4A4C4CB012ACC33EF07F000EDC0F5E9A 22 | :20C2A0003B90FF0FCB23304044C43DF00F003DE00F000D5D0D5D005D12C30C1012C30C10C4 23 | :20C2C00012C30C1012C30C1012C30C1012C30C1012C30C1012C30C1012C30C1012C30C10D6 24 | :20C2E00012C30C1012C30C1012C30C1012C30C1012C30C1030410A1209123F4068C43F9067 25 | :20C300006CC416243F406CC43F9070C411243A4070C43A806CC40A110A1139406CC43C49D0 26 | :20C320007F4C0F5F1F4F68C43D498F121A83F723B0125EC4304046C4F2D06E002200F2D0DA 27 | :20C3400030002A00F2D00F002A00F2F081002100F2F0CF002900F2F0F0002900F2F07F00CE 28 | :20C36000220030410B430D9303343DE31D531BD30C9303343CE31C533BE3B012F0C31BB3C2 29 | :20C3800002243CE31C532BB302243EE31E5330413DF00F003DE00F000D5D005D0C5C0C5CE3 30 | :20C3A0000C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C3041314000044F 31 | :20C3C000B0125AC40C930224B012F6C20C43B01290C11C43B01254C40C9309240D123D403B 32 | :20C3E000F1011D83FE233D41003C1C83F72330410E430F4C1C430F5F0E6E0E9D01280E8D42 33 | :20C400000C6CF92B30410F4C0C4D3D4003000D5F1E4F0100304018C40E9306240F4C1F531D 34 | :20C42000FF4DFFFF1E83FB233041F2D010004A008243B201B2401018B001304134413541C7 35 | :20C4400036413741384139413A41304132D01000FD3F03430343FF3F03431C43304130416F 36 | :10C460000001000002FFF0002EC206C460C40002FA 37 | :02FFDE00FFFF23 38 | :02FFE0004CC40F 39 | :02FFE4004CC40B 40 | :02FFE6004CC409 41 | :02FFEA004CC405 42 | :02FFEC004CC403 43 | :02FFEE004CC401 44 | :02FFF0004CC4FF 45 | :02FFF2004CC4FD 46 | :02FFF4004CC4FB 47 | :02FFF6004CC4F9 48 | :02FFF8004CC4F7 49 | :02FFFA004CC4F5 50 | :02FFFC004CC4F3 51 | :02FFFE00BCC382 52 | :00000001FF 53 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp00_LunchBox_Template-ELF/Exp00_LunchBox_Template-ELF.pdsprj.IDEAPAD.Subhankar.workspace: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 2c0000000200000003000000ffffffffffffffffffffffffffffffff6900000000000000540300007c020000 5 | 6 | 7 | 8 | 9 | 10 | 11 | 661 12 | No 13 | 100 14 | 100 15 | 16 | 17 | 18 | 19 | 82 20 | No 21 | Yes 22 | 82 23 | Yes 24 | No 25 | No 26 | Yes 27 | 0 28 | 82 29 | 100 30 | 82 31 | 0 32 | 33 | 34 | 35 | 36 | No 37 | Yes 38 | No 39 | No 40 | Yes 41 | No 42 | 0 43 | 44 | 45 | 46 | 47 | 93 48 | No 49 | Yes 50 | 93 51 | Yes 52 | Yes 53 | No 54 | No 55 | No 56 | 0 57 | 93 58 | 100 59 | 0 60 | 61 | 62 | 63 | 64 | 2 65 | Yes 66 | 2 67 | Yes 68 | Yes 69 | 00000000 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- 1 | # Contributor Covenant Code of Conduct 2 | 3 | ## Our Pledge 4 | 5 | In the interest of fostering an open and welcoming environment, we as 6 | contributors and maintainers pledge to making participation in our project and 7 | our community a harassment-free experience for everyone, regardless of age, body 8 | size, disability, ethnicity, sex characteristics, gender identity and expression, 9 | level of experience, education, socio-economic status, nationality, personal 10 | appearance, race, religion, or sexual identity and orientation. 11 | 12 | ## Our Standards 13 | 14 | Examples of behavior that contributes to creating a positive environment 15 | include: 16 | 17 | * Using welcoming and inclusive language 18 | * Being respectful of differing viewpoints and experiences 19 | * Gracefully accepting constructive criticism 20 | * Focusing on what is best for the community 21 | * Showing empathy towards other community members 22 | 23 | Examples of unacceptable behavior by participants include: 24 | 25 | * The use of sexualized language or imagery and unwelcome sexual attention or 26 | advances 27 | * Trolling, insulting/derogatory comments, and personal or political attacks 28 | * Public or private harassment 29 | * Publishing others' private information, such as a physical or electronic 30 | address, without explicit permission 31 | * Other conduct which could reasonably be considered inappropriate in a 32 | professional setting 33 | 34 | ## Our Responsibilities 35 | 36 | Project maintainers are responsible for clarifying the standards of acceptable 37 | behavior and are expected to take appropriate and fair corrective action in 38 | response to any instances of unacceptable behavior. 39 | 40 | Project maintainers have the right and responsibility to remove, edit, or 41 | reject comments, commits, code, wiki edits, issues, and other contributions 42 | that are not aligned to this Code of Conduct, or to ban temporarily or 43 | permanently any contributor for other behaviors that they deem inappropriate, 44 | threatening, offensive, or harmful. 45 | 46 | ## Scope 47 | 48 | This Code of Conduct applies both within project spaces and in public spaces 49 | when an individual is representing the project or its community. Examples of 50 | representing a project or community include using an official project e-mail 51 | address, posting via an official social media account, or acting as an appointed 52 | representative at an online or offline event. Representation of a project may be 53 | further defined and clarified by project maintainers. 54 | 55 | ## Enforcement 56 | 57 | Instances of abusive, harassing, or otherwise unacceptable behavior may be 58 | reported by contacting the project team at subhu990@gmail.com. All 59 | complaints will be reviewed and investigated and will result in a response that 60 | is deemed necessary and appropriate to the circumstances. The project team is 61 | obligated to maintain confidentiality with regard to the reporter of an incident. 62 | Further details of specific enforcement policies may be posted separately. 63 | 64 | Project maintainers who do not follow or enforce the Code of Conduct in good 65 | faith may face temporary or permanent repercussions as determined by other 66 | members of the project's leadership. 67 | 68 | ## Attribution 69 | 70 | This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, 71 | available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html 72 | 73 | [homepage]: https://www.contributor-covenant.org 74 | 75 | For answers to common questions about this code of conduct, see 76 | https://www.contributor-covenant.org/faq 77 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp01_LunchBox_UART_Template-INO/Exp01_LunchBox_UART_Template-INO.pdsprj.IDEAPAD.Subhankar.workspace: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 2c0000000200000003000000ffffffffffffffffffffffffffffffff6900000000000000540300007c020000 5 | 6 | 7 | 8 | 9 | 10 | 11 | 661 12 | No 13 | 100 14 | 120 15 | 100 16 | 17 | 18 | 19 | 20 | 82 21 | No 22 | Yes 23 | 82 24 | Yes 25 | No 26 | No 27 | Yes 28 | 0 29 | 82 30 | 100 31 | 82 32 | 0 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 0 41 | 0 42 | 43 | 44 | 45 | 46 | No 47 | Yes 48 | No 49 | No 50 | Yes 51 | No 52 | 0 53 | 54 | 55 | 56 | 57 | 93 58 | No 59 | Yes 60 | 93 61 | Yes 62 | Yes 63 | No 64 | No 65 | No 66 | 0 67 | 93 68 | 100 69 | 0 70 | 71 | 72 | 73 | 74 | 2 75 | Yes 76 | 2 77 | Yes 78 | Yes 79 | 00000000 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp01_LunchBox_UART_Template-INO/COPY-Exp01_LunchBox_UART_Template-INO.pdsprj.IDEAPAD.Subhankar.workspace: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 2c0000000200000003000000ffffffffffffffffffffffffffffffff6900000000000000540300007c020000 5 | 6 | 7 | 8 | 9 | 10 | 11 | 540 12 | No 13 | 100 14 | 120 15 | 100 16 | 17 | 18 | 19 | 20 | 82 21 | No 22 | Yes 23 | 82 24 | Yes 25 | No 26 | No 27 | Yes 28 | 0 29 | 82 30 | 100 31 | 82 32 | 0 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 0 41 | 0 42 | 43 | 44 | 45 | 46 | No 47 | Yes 48 | No 49 | No 50 | Yes 51 | No 52 | 0 53 | 54 | 55 | 56 | 57 | 93 58 | No 59 | Yes 60 | 93 61 | Yes 62 | Yes 63 | No 64 | No 65 | No 66 | 0 67 | 93 68 | 100 69 | 0 70 | 71 | 72 | 73 | 74 | 2 75 | Yes 76 | 2 77 | Yes 78 | Yes 79 | 00000000 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp41_LunchBox_Introduction_to_Embedded_C-INO/Exp41_LunchBox_Introduction_to_Embedded_C-INO.pdsprj.IDEAPAD.Subhankar.workspace: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 2c0000000200000003000000ffffffffffffffffffffffffffffffff6900000000000000540300007c020000 5 | 6 | 7 | 8 | 9 | 10 | 11 | 661 12 | No 13 | 100 14 | 120 15 | 100 16 | 17 | 18 | 19 | 20 | 82 21 | No 22 | Yes 23 | 82 24 | Yes 25 | No 26 | No 27 | Yes 28 | 0 29 | 82 30 | 100 31 | 82 32 | 0 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 0 41 | 0 42 | 43 | 44 | 45 | 46 | No 47 | Yes 48 | No 49 | No 50 | Yes 51 | No 52 | 0 53 | 54 | 55 | 56 | 57 | 93 58 | No 59 | Yes 60 | 93 61 | Yes 62 | Yes 63 | No 64 | No 65 | No 66 | 0 67 | 93 68 | 100 69 | 0 70 | 71 | 72 | 73 | 74 | 2 75 | Yes 76 | 2 77 | Yes 78 | Yes 79 | 00000000 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp23_LunchBox_HelloADC_Internal_Temperature_Sensor/MSP430G2553.hex: -------------------------------------------------------------------------------- 1 | :20C000003B408000013C0B430A1209120812071221833FB0807F7B243DB0807F05200C4E94 2 | :20C020000D4F8B100DEB733C0D5D084D4D1038F000FF0DD80F5F084F4F1038F000FF0FD808 3 | :20C04000094C0A4D3DF08000C14D00000BEA0BEF3BC07FFF3AD080003FD080000A9F02202D 4 | :20C06000099E0A240B2C0D4F0F4A0A4D0C4E0E49094C81EB0000023C0B934F200C43084A4A 5 | :20C08000881047488F10488F8F100E2438901900342C12C34F100E100C103CB00010022461 6 | :20C0A0003CD000201883F5230B930C24088C097E4A7F0C484A9312300C5C09694A6A178354 7 | :20C0C0002C24F83F095E4A6F09284A1009100C103CB0001002243CD0002017533CB00080D5 8 | :20C0E000072409634A6307633CB00060012019C3179313383790FF0013347AC080008710F6 9 | :20C10000D1510000000007100AD70C490D4A21533741384139413A4130410D430C43F73FB9 10 | :20C120003D40FFFED161000000000D103C43EF3F03430A1209120812B240805A2001B01243 11 | :20C1400058C3B012F6C5B2D00300B00192B3B201FD231C42B401B0124EC53E4000403F40D4 12 | :20C160002844B01200C03E4000803F40D343B012F8C13E4000C03F407F44B012BCC2094CAE 13 | :20C180000A4DB012CCC3084CB012C6C40E4C0F4D0C490D4AB01200C00E433F402041B01280 14 | :20C1A000F8C1B012CCC30A4C5C434D43B01234C43C401400B0128CC54C435D43B01228C5B5 15 | :20C1C0003C4016C6B01272C55C437D400300B01228C50C48B01286C43C4024C6B01272C541 16 | :20C1E0000C4AB01286C43C4026C6B01272C53C407017B0128CC5A73F0A1209120812071216 17 | :20C20000074F07ED0A4F0A5A8A104A4A0A934C247FD080000B4D0B5B8B104B4B0B933F241D 18 | :20C220007DD080000B5A3B807F00084309430E9309241A430E100228085C096D091008107D 19 | :20C240000A5AF82B0E431A430F100228085C096D091008100E103EB0001002243ED00020E5 20 | :20C260004A5AF223499302341B53033C0E6E086849693EB000800724086349630B633EB09C 21 | :20C280000060012018C31B930F383B90FF000F3449598B1009DB075709100D490C48374186 22 | :20C2A000384139413A4130410C430D43F83F3D40FFFE3C4307570D10F23F03430A120912A7 23 | :20C2C00008120712074F07ED0A4F0A5A8A104A4A0A933B247FD080000B4D0B5B8B104B4B3C 24 | :20C2E0000B932B247DD080000B8A3B507F003A401800084309430C8E0D7F032C0C5E0D6F81 25 | :20C3000012C3086809690C5C0D6D1A83F423499303301A531B83EF3F0C7E0D7F086349635B 26 | :20C320000B631B930F383B90FF000F3449598B1009DB075709100D490C48374138413941E0 27 | :20C340003A4130410C430D43F83F3C40FFFE3D4307570D10F23F0343F2D0FC002A00F2F066 28 | :20C36000030029003C409600B0128CC57C4033004D43B01234C43C403200B0128CC57C40B6 29 | :20C380003200B01234C41C43B0128CC57C402800B01234C41C43B0128CC57C400F00B012A2 30 | :20C3A00034C41C43B0128CC55C43B01234C43C401400B0128CC57C400600B01234C41C433C 31 | :20C3C000B0128CC54C43B01228C530410B4D0E4B3BF0807F2D240B5B8B107ED080003B80E5 32 | :20C3E0007F0026303B900F0011241D340E110C101E930124FB3F1B8303300C5C0E6EFB3FCE 33 | :20C400000D9302343EE31E530C4E30418E108C104C4C0CDE3C9000800124053C0D930334A4 34 | :20C420003C40008030410D93FB333C40FF7F30410C4330410B4C4D930320E2C22900023C31 35 | :20C44000E2D229003F400F005FF229000E4B7EF0F0004EDFC24E2900B012A2C51C43B01290 36 | :20C460008CC54C4B3CF00F00B0121EC53F400F005FF229004CDFC24C2900B012A2C51C4302 37 | :20C48000B0128CC530410A1221820F4C0A412A53CA4300000B4F0C4F3D400A00B012B8C5AE 38 | :20C4A0000F4C3D400A00B012E2C54B8C7B5030001A83CA4B00000F93ED230C4AB01272C5AC 39 | :20C4C00021523A4130410E4C0D4C0D93162403343DE31D530F303B408F001B830D5DFD2B30 40 | :20C4E0004C4D8C108D104D4D8B100DDB0E5E0D100C1030413D4000C70C4330413DF00F00F7 41 | :20C500003DE00F000D5D005D0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C0C5C48 42 | :20C520000C5C0C5C0C5C3041218391422EC600004C4C0F410F5C0C4D6C5F7CD080004D4314 43 | :20C54000B01234C41C43B0128CC5215330410D4C0D930E243B408F001B830D5DFD2B4C4DCC 44 | :20C560008C108D104D4D8B100DDB12C30D100C1030410A120A4C053C6C4A5D43B01234C423 45 | :20C580001A53CA930000F8233A4130410C9308240D123D401F001D83FE233D411C83F8234B 46 | :20C5A0003041F2D229001C43B0128CC5F2C229001C43B0128CC530410E430F4C1C430F5F72 47 | :20C5C0000E6E0E9D01280E8D0C6CF92B304131400004B01212C60C43B01232C11C43B0122F 48 | :20C5E0000CC60E4312C30C1001280E5D0D5D0C93F9230C4E3041B24018A0B201B2403038EC 49 | :16C60000B001304132D01000FD3F03430343FF3F03431C433041D4 50 | :1AC61600496E7465726E616C2054656D70002E0020646567204300000040F6 51 | :02FFDE00FFFF23 52 | :02FFE00004C655 53 | :02FFE40004C651 54 | :02FFE60004C64F 55 | :02FFEA0004C64B 56 | :02FFEC0004C649 57 | :02FFEE0004C647 58 | :02FFF00004C645 59 | :02FFF20004C643 60 | :02FFF40004C641 61 | :02FFF60004C63F 62 | :02FFF80004C63D 63 | :02FFFA0004C63B 64 | :02FFFC0004C639 65 | :02FFFE00CEC56E 66 | :00000001FF 67 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/README.md: -------------------------------------------------------------------------------- 1 | # How to set up CCS compiler for Proteus ? 2 | ## You can run simulations either by using CCS compiler in Proteus (firmware project) or you have to run ELF file by taking them from CCS( also modifying CCS compiler in the process) - (non-firmware project) 3 | 4 | I don't have enough time to give all instructions step by step, but you can set up CCS compiler and then clone my repository and after figuring out by yourself more can run simulations in proteus. Also for running Hardware UART programs, you have to modify the program to Software UART and compile and run them through HEX files. because the Hardware UART does not give out any signal. Also the bounce debounce such things don't apply here, So getting a lunchbox in hand is the best way. 5 | 6 | ### This is a software UART (modified program from original ): 7 | ![Exp41_LunchBox_Introduction_to_Embedded_C-INO.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/Exp41_LunchBox_Introduction_to_Embedded_C-INO.png) 8 | 9 | ### Another Hello world ( software UART - (modified program from original ) ) : 10 | ![Exp01_LunchBox_UART_Template-INO.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/Exp01_LunchBox_UART_Template-INO.png) 11 | 12 | ### This is as per lecture video and using Embedded C code : 13 | ![Exp05_LunchBox_DebouncingTheSwitch.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/Exp05_LunchBox_DebouncingTheSwitch.png) 14 | 15 | #### For using the Repository and my project files, you need to have CCS installed and integrated into Proteus, then you can use my files, but the UART ones need more guide to run( currently I am not able to write that much documentation ) 16 | 17 | ## A way to integrate CCS compiler with Proteus : 18 | (a not so detailed way of explanation) 19 | 20 | + Step 1 : find the CCS installation directory , go to it : 21 | 22 | ![1.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/1.png) 23 | 24 | + Step 2 : open proteus and select new project, do next next and come to this window : 25 | 26 | ![2.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/2.png) 27 | 28 | + Step 3 : then select compilers and then search for Code Composer for MSP430 : and enter like this with your proper path and drive letter : 29 | 30 | ![3.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/3.png) 31 | 32 | if you have installed typically in c drive and version as per NPTEL lecture, then your path may be like this : C:\ti\ccs930\ccs\tools\compiler\ti-cgt-msp430_18.12.4.LTS 33 | 34 | Then clone my repository and open the Proteus project files and work with them, for UART, I will have to give detail explanation, but other than that any program having non-serial functionality should work, and exceptions will always be there for not working, you will have to figure it out. 35 | 36 | Hope this all helps and any one else trying out on proteus due to lack of hardware do contribute. 37 | 38 | Thank You 39 | 40 | ## Week wise distribution of Simulations 41 | + Week 7 42 | * Exp00_LunchBox_Template 43 | * Exp00_LunchBox_Template-ELF 44 | * Exp01_LunchBox_UART_Template-INO 45 | * Exp02_LunchBox_HelloLED 46 | * Exp03_LunchBox_HelloBlink 47 | * Exp04_LunchBox_HelloSwitch 48 | * Exp05_LunchBox_DebouncingTheSwitch 49 | * Exp06_LunchBox_HelloSwitch_PullDown 50 | * Exp07_LunchBox_HelloSwitch_PullUp 51 | * Exp41_LunchBox_Introduction_to_Embedded_C-INO 52 | + Week 8 53 | * Exp08_LunchBox_HelloClock 54 | * Exp09_LunchBox_HelloResetSource-Not working (unknown fault) 55 | * Exp10_LunchBox_HelloInterrupt 56 | * Exp11_LunchBox_HelloInterrupt_Rising 57 | * Exp12_LunchBox_HelloInterrupt_Falling 58 | * Exp12_LunchBox_HelloInterrupt_Falling-Exercise 59 | * Exp12_LunchBox_HelloInterrupt-Rising_Falling-Exercise 60 | + Week 9 61 | * Exp13_LunchBox_HelloSSD-modified P1p2 62 | * Exp14_LunchBox_HelloLPM 63 | * Exp15_LunchBox_HelloLCD-P2 instead of P1 64 | * Exp16_LunchBox_HelloLCDWithCustomCharacter-P2 instead of P1 65 | * Exp17_LunchBox_HelloTimer 66 | + Week 10 67 | * Exp18_LunchBox_HelloSoftwarePWM_Large_Delay 68 | * Exp18_LunchBox_HelloSoftwarePWM_Small_Delay 69 | * Exp19_LunchBox_HelloHardwarePWM_8Bit-Not working (unknown fault) 70 | * Exp20_LunchBox_HelloHardwarePWM_16Bit-Not working (unknown fault) 71 | * Exp21_LunchBox_HelloADC-Not working (unknown fault) 72 | * Exp22_LunchBox_HelloADC_LCD-Not working (unknown fault) 73 | * Exp23_LunchBox_HelloADC_Internal_Temperature_Sensor 74 | * Exp24_LunchBox_HelloLFSR_8Bit-P2 instead of P1 75 | * Exp25_LunchBox_HelloLFSR_32Bit 76 | * Exp26_LunchBox_HelloDAC_4Bit-P2 instead of P1 77 | * Exp26_LunchBox_HelloDAC_8Bit-P2 instead of P1 78 | * Exp27_LunchBox_Lemon_Battery_LED_Blink 79 | + Week 11 80 | * Exp28_LunchBox_HelloSerial 81 | * Exp29_LunchBox_HelloPeriod 82 | * Exp30_LunchBox_HelloFrequency 83 | * Exp31_LunchBox_SerialLog 84 | * Exp32_LunchBox_CharlieLog 85 | * Exp33_LunchBox_RefreshSSD_Sequential 86 | * Exp34_LunchBox_RefreshSSD_InterruptBased -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp00_LunchBox_Template/Exp00_LunchBox_Template.pdsprj.IDEAPAD.Subhankar.workspace: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 2c0000000200000003000000ffffffffffffffffffffffffffffffff6900000000000000540300007c020000 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 279 20 | No 21 | 100 22 | 100 23 | 24 | 25 | 26 | 27 | 87 28 | No 29 | Yes 30 | 87 31 | Yes 32 | No 33 | No 34 | Yes 35 | 0 36 | 87 37 | 100 38 | 87 39 | 0 40 | 41 | 42 | 43 | 44 | No 45 | Yes 46 | No 47 | No 48 | Yes 49 | No 50 | 0 51 | 52 | 53 | 54 | 55 | 99 56 | No 57 | Yes 58 | 99 59 | Yes 60 | Yes 61 | No 62 | No 63 | No 64 | 0 65 | 99 66 | 100 67 | 0 68 | 69 | 70 | 71 | 72 | 2 73 | Yes 74 | 2 75 | Yes 76 | Yes 77 | 00000000 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp34_LunchBox_RefreshSSD_InterruptBased/Exp34_LunchBox_RefreshSSD_InterruptBased.pdsprj.IDEAPAD.Subhankar.workspace: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 2c0000000200000003000000ffffffffffffffffffffffffffffffff6900000000000000540300007c020000 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 279 20 | No 21 | 100 22 | 100 23 | 24 | 25 | 26 | 27 | 87 28 | No 29 | Yes 30 | 87 31 | Yes 32 | No 33 | No 34 | Yes 35 | 0 36 | 87 37 | 100 38 | 87 39 | 0 40 | 41 | 42 | 43 | 44 | No 45 | Yes 46 | No 47 | No 48 | Yes 49 | No 50 | 0 51 | 52 | 53 | 54 | 55 | 636 56 | No 57 | Yes 58 | 636 59 | Yes 60 | Yes 61 | No 62 | No 63 | No 64 | 0 65 | 636 66 | 100 67 | 0 68 | 69 | 70 | 71 | 72 | 2 73 | Yes 74 | 2 75 | Yes 76 | Yes 77 | 00000000 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp13_LunchBox_HelloSSD-modified P1p2/Exp13_LunchBox_HelloSSD.pdsprj.IDEAPAD.Subhankar.workspace: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 2c0000000200000003000000ffffffffffffffffffffffffffffffff6900000000000000540300007c020000 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 279 20 | No 21 | 100 22 | 100 23 | 24 | 25 | 26 | 27 | 87 28 | No 29 | Yes 30 | 87 31 | Yes 32 | No 33 | No 34 | Yes 35 | 0 36 | 87 37 | 100 38 | 87 39 | 0 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | No 48 | Yes 49 | No 50 | No 51 | Yes 52 | No 53 | 0 54 | 55 | 56 | 57 | 58 | 511 59 | No 60 | Yes 61 | 511 62 | Yes 63 | Yes 64 | No 65 | No 66 | No 67 | 0 68 | 511 69 | 100 70 | 0 71 | 72 | 73 | 74 | 75 | 2 76 | Yes 77 | 2 78 | Yes 79 | Yes 80 | 00000000 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp17_LunchBox_HelloTimer/Exp17_LunchBox_HelloTimer_P1p2.pdsprj.IDEAPAD.Subhankar.workspace: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 2c0000000200000003000000ffffffffffffffffffffffffffffffff6900000000000000540300007c020000 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 279 20 | No 21 | 100 22 | 120 23 | 100 24 | 25 | 26 | 27 | 28 | 87 29 | No 30 | Yes 31 | 87 32 | Yes 33 | No 34 | No 35 | Yes 36 | 0 37 | 87 38 | 100 39 | 87 40 | 0 41 | 42 | 43 | 44 | 45 | No 46 | Yes 47 | No 48 | No 49 | Yes 50 | No 51 | 0 52 | 53 | 54 | 55 | 56 | 636 57 | No 58 | Yes 59 | 636 60 | Yes 61 | Yes 62 | No 63 | No 64 | No 65 | 0 66 | 636 67 | 100 68 | 0 69 | 70 | 71 | 72 | 73 | 2 74 | Yes 75 | 2 76 | Yes 77 | Yes 78 | 00000000 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | -------------------------------------------------------------------------------- /blob/README.md: -------------------------------------------------------------------------------- 1 | ## Week wise distribution of Simulations 2 | + Week 7 3 | * Exp00_LunchBox_Template 4 | ![E0.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E0.png) 5 | * Exp00_LunchBox_Template-ELF 6 | ![E0_0.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E0_0.png) 7 | * Exp01_LunchBox_UART_Template-INO 8 | ![E1.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E1.png) 9 | ![E1C.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E1C.png) 10 | * Exp02_LunchBox_HelloLED 11 | ![E2.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E2.png) 12 | * Exp03_LunchBox_HelloBlink 13 | ![E3.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E3.png) 14 | * Exp04_LunchBox_HelloSwitch 15 | ![E4.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E4.png) 16 | * Exp05_LunchBox_DebouncingTheSwitch 17 | * Exp06_LunchBox_HelloSwitch_PullDown 18 | * Exp07_LunchBox_HelloSwitch_PullUp 19 | * Exp41_LunchBox_Introduction_to_Embedded_C-INO 20 | ![Exp41_LunchBox_Introduction_to_Embedded_C-INO.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/Exp41_LunchBox_Introduction_to_Embedded_C-INO.png) 21 | 22 | + Week 8 23 | * Exp08_LunchBox_HelloClock 24 | ![E8.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E8.png) 25 | * Exp09_LunchBox_HelloResetSource-Not working (unknown fault) 26 | ![E9.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E9.png) 27 | * Exp10_LunchBox_HelloInterrupt 28 | ![E10.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E10.png) 29 | * Exp11_LunchBox_HelloInterrupt_Rising 30 | ![E11.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E11.png) 31 | * Exp12_LunchBox_HelloInterrupt_Falling 32 | ![E12.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E12.png) 33 | * Exp12_LunchBox_HelloInterrupt_Falling-Exercise. 34 | * Exp12_LunchBox_HelloInterrupt-Rising_Falling-Exercise 35 | + Week 9 36 | * Exp13_LunchBox_HelloSSD-modified P1p2 37 | ![E13.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E13.png) 38 | ![Exp13_LunchBox_HelloSSD-modified_P1p2.jpg](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/Exp13_LunchBox_HelloSSD-modified_P1p2.jpg) 39 | * Exp14_LunchBox_HelloLPM 40 | ![E14.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E14.png) 41 | * Exp15_LunchBox_HelloLCD-P2 instead of P1 42 | ![E15.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E15.png) 43 | ![Exp15_LunchBox_HelloLCD-P2_instead_of_P1.jpg](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/Exp15_LunchBox_HelloLCD-P2_instead_of_P1.jpg) 44 | * Exp16_LunchBox_HelloLCDWithCustomCharacter-P2 instead of P1 45 | ![Exp16_LunchBox_HelloLCDWithCustomCharacter-RUN](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/Exp16_LunchBox_HelloLCDWithCustomCharacter-RUN.jpg) 46 | ![Exp16_LunchBox_HelloLCDWithCustomCharacter-CIR](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/Exp16_LunchBox_HelloLCDWithCustomCharacter-CIR.jpg) 47 | * Exp17_LunchBox_HelloTimer 48 | ![E17.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E17.png) 49 | + Week 10 50 | * Exp18_LunchBox_HelloSoftwarePWM_Large_Delay 51 | ![Exp18_LunchBox_HelloSoftwarePWM_Large_Delay](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/Exp18_LunchBox_HelloSoftwarePWM_Large_Delay.jpg) 52 | * Exp18_LunchBox_HelloSoftwarePWM_Small_Delay 53 | ![Exp18_LunchBox_HelloSoftwarePWM_Small_Delay](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/Exp18_LunchBox_HelloSoftwarePWM_Small_Delay.jpg) 54 | * Exp19_LunchBox_HelloHardwarePWM_8Bit-Not working (unknown fault) 55 | * Exp20_LunchBox_HelloHardwarePWM_16Bit-Not working (unknown fault) 56 | * Exp21_LunchBox_HelloADC-Not working (unknown fault) 57 | ![E21.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E21.png) 58 | * Exp22_LunchBox_HelloADC_LCD-Not working (unknown fault) 59 | ![E22.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E22.png) 60 | * Exp23_LunchBox_HelloADC_Internal_Temperature_Sensor 61 | ![E23.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E23.png) 62 | ![E23O.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E23O.png) 63 | * Exp24_LunchBox_HelloLFSR_8Bit-P2 instead of P1 64 | ![E24.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E24.png) 65 | ![E24_1.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E24_1.png) 66 | ![E24O.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E24O.png) 67 | * Exp25_LunchBox_HelloLFSR_32Bit 68 | ![E25.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E25.png) 69 | * Exp26_LunchBox_HelloDAC_4Bit-P2 instead of P1 70 | ![E26.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E26.png) 71 | ![E26O.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E26O.png) 72 | * Exp26_LunchBox_HelloDAC_8Bit-P2 instead of P1 73 | ![E268.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E268.png) 74 | ![E268O.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E268O.png) 75 | * Exp27_LunchBox_Lemon_Battery_LED_Blink 76 | ![E268P.png](https://github.com/Subhankar2000/MSP430G2553-Proteus-v8.9-Simulation/blob/master/blob/E268P.png) 77 | + Week 11 78 | * Exp28_LunchBox_HelloSerial 79 | * Exp29_LunchBox_HelloPeriod 80 | * Exp30_LunchBox_HelloFrequency 81 | * Exp31_LunchBox_SerialLog 82 | * Exp32_LunchBox_CharlieLog 83 | * Exp33_LunchBox_RefreshSSD_Sequential 84 | * Exp34_LunchBox_RefreshSSD_InterruptBased -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp11_LunchBox_HelloInterrupt_Rising/Exp11_LunchBox_HelloInterrupt_Rising.pdsprj.IDEAPAD.Subhankar.workspace: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 2c0000000200000003000000ffffffffffffffffffffffffffffffff6900000000000000540300007c020000 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 279 20 | No 21 | 100 22 | 100 23 | 24 | 25 | 26 | 27 | 87 28 | No 29 | Yes 30 | 87 31 | Yes 32 | No 33 | No 34 | Yes 35 | 0 36 | 87 37 | 100 38 | 87 39 | 0 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | No 48 | Yes 49 | No 50 | No 51 | Yes 52 | No 53 | 0 54 | 55 | 56 | 57 | 58 | 511 59 | No 60 | Yes 61 | 511 62 | Yes 63 | Yes 64 | No 65 | No 66 | No 67 | 0 68 | 511 69 | 100 70 | 0 71 | 72 | 73 | 74 | 75 | 2 76 | Yes 77 | 2 78 | Yes 79 | Yes 80 | 00000000 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp10_LunchBox_HelloInterrupt/Exp10_LunchBox_HelloInterrupt.pdsprj.IDEAPAD.Subhankar.workspace: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 2c0000000200000003000000ffffffffffffffffffffffffffffffff6900000000000000540300007c020000 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 279 20 | No 21 | 100 22 | 100 23 | 24 | 25 | 26 | 27 | 87 28 | No 29 | Yes 30 | 87 31 | Yes 32 | No 33 | No 34 | Yes 35 | 0 36 | 87 37 | 100 38 | 87 39 | 0 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | No 48 | Yes 49 | No 50 | No 51 | Yes 52 | No 53 | 0 54 | 55 | 56 | 57 | 58 | 636 59 | No 60 | Yes 61 | 636 62 | Yes 63 | Yes 64 | No 65 | No 66 | No 67 | 0 68 | 636 69 | 100 70 | 0 71 | 72 | 73 | 74 | 75 | 2 76 | Yes 77 | 2 78 | Yes 79 | Yes 80 | 00000000 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | -------------------------------------------------------------------------------- /Proteus Project Files [.pdsprj]/Exp33_LunchBox_RefreshSSD_Sequential/Exp33_LunchBox_RefreshSSD_Sequential-MOD.pdsprj.IDEAPAD.Subhankar.workspace: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 2c0000000200000003000000ffffffffffffffffffffffffffffffff6900000000000000540300007c020000 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 279 20 | No 21 | 100 22 | 120 23 | 100 24 | 25 | 26 | 27 | 28 | 87 29 | No 30 | Yes 31 | 87 32 | Yes 33 | No 34 | No 35 | Yes 36 | 0 37 | 87 38 | 100 39 | 87 40 | 0 41 | 42 | 43 | 44 | 45 | No 46 | Yes 47 | No 48 | No 49 | Yes 50 | No 51 | 0 52 | 53 | 54 | 55 | 56 | 511 57 | No 58 | Yes 59 | 511 60 | Yes 61 | Yes 62 | No 63 | No 64 | No 65 | 0 66 | 511 67 | 100 68 | 0 69 | 70 | 71 | 72 | 73 | 2 74 | Yes 75 | 2 76 | Yes 77 | Yes 78 | 00000000 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | --------------------------------------------------------------------------------