From c49b9dfb1de29ca94054b4d5895687fcfe04c4c2 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Fri, 24 Jan 2025 18:21:49 -0500 Subject: Initial HW 2 --- cmpen472hw2McDonnell/ASM_layout.hwl | 26 ++++ cmpen472hw2McDonnell/Default.mem | Bin 0 -> 285 bytes cmpen472hw2McDonnell/Full_Chip_Simulation.hwc | 1 + cmpen472hw2McDonnell/Full_Chip_Simulation.ini | 42 ++++++ cmpen472hw2McDonnell/Sources/derivative.inc | 10 ++ cmpen472hw2McDonnell/Sources/main.asm | 151 ++++++++++++++++++++ cmpen472hw2McDonnell/bin/Project.abs | Bin 0 -> 3162 bytes cmpen472hw2McDonnell/bin/Project.abs.phy | 2 + cmpen472hw2McDonnell/bin/Project.abs.s19 | 5 + cmpen472hw2McDonnell/bin/main.dbg | 150 ++++++++++++++++++++ .../cmd/Full_Chip_Simulation_Postload.cmd | 1 + .../cmd/Full_Chip_Simulation_Preload.cmd | 1 + .../cmd/Full_Chip_Simulation_Reset.cmd | 1 + .../cmd/Full_Chip_Simulation_SetCPU.cmd | 1 + .../cmd/Full_Chip_Simulation_Startup.cmd | 1 + cmpen472hw2McDonnell/cmpen472hw2McDonnell.mcp | Bin 0 -> 57065 bytes .../CWSettingsWindows.stg | Bin 0 -> 4263 bytes .../Standard/ObjectCode/main.asm.o | Bin 0 -> 3162 bytes .../Standard/ObjectCode/main.asm.sx | 5 + .../Standard/TargetDataWindows.tdt | Bin 0 -> 62658 bytes cmpen472hw2McDonnell/debuggerlayout.hwl | 26 ++++ cmpen472hw2McDonnell/debuggerlayout.ini | 42 ++++++ cmpen472hw2McDonnell/prm/burner.bbl | 157 +++++++++++++++++++++ 23 files changed, 622 insertions(+) create mode 100644 cmpen472hw2McDonnell/ASM_layout.hwl create mode 100644 cmpen472hw2McDonnell/Default.mem create mode 100644 cmpen472hw2McDonnell/Full_Chip_Simulation.hwc create mode 100644 cmpen472hw2McDonnell/Full_Chip_Simulation.ini create mode 100644 cmpen472hw2McDonnell/Sources/derivative.inc create mode 100644 cmpen472hw2McDonnell/Sources/main.asm create mode 100644 cmpen472hw2McDonnell/bin/Project.abs create mode 100644 cmpen472hw2McDonnell/bin/Project.abs.phy create mode 100644 cmpen472hw2McDonnell/bin/Project.abs.s19 create mode 100644 cmpen472hw2McDonnell/bin/main.dbg create mode 100644 cmpen472hw2McDonnell/cmd/Full_Chip_Simulation_Postload.cmd create mode 100644 cmpen472hw2McDonnell/cmd/Full_Chip_Simulation_Preload.cmd create mode 100644 cmpen472hw2McDonnell/cmd/Full_Chip_Simulation_Reset.cmd create mode 100644 cmpen472hw2McDonnell/cmd/Full_Chip_Simulation_SetCPU.cmd create mode 100644 cmpen472hw2McDonnell/cmd/Full_Chip_Simulation_Startup.cmd create mode 100644 cmpen472hw2McDonnell/cmpen472hw2McDonnell.mcp create mode 100644 cmpen472hw2McDonnell/cmpen472hw2McDonnell_Data/CWSettingsWindows.stg create mode 100644 cmpen472hw2McDonnell/cmpen472hw2McDonnell_Data/Standard/ObjectCode/main.asm.o create mode 100644 cmpen472hw2McDonnell/cmpen472hw2McDonnell_Data/Standard/ObjectCode/main.asm.sx create mode 100644 cmpen472hw2McDonnell/cmpen472hw2McDonnell_Data/Standard/TargetDataWindows.tdt create mode 100644 cmpen472hw2McDonnell/debuggerlayout.hwl create mode 100644 cmpen472hw2McDonnell/debuggerlayout.ini create mode 100644 cmpen472hw2McDonnell/prm/burner.bbl diff --git a/cmpen472hw2McDonnell/ASM_layout.hwl b/cmpen472hw2McDonnell/ASM_layout.hwl new file mode 100644 index 0000000..861b255 --- /dev/null +++ b/cmpen472hw2McDonnell/ASM_layout.hwl @@ -0,0 +1,26 @@ +OPEN source 0 0 60 42 +Source < attributes TOOLTIP on,TOOLTIP_FORMAT signed,TOOLTIP_MODE details,FREEZE off,MARKS off +OPEN assembly 60 0 40 30 +Assembly < attributes ADR on,CODE off,ABSADR on,SYMB off,FORMAT Auto,FREEZE off,TOPPC 0x3138 +OPEN procedure 60 60 40 17 +Procedure < attributes VALUES on,TYPES off +OPEN register 60 30 40 30 +Register < attributes FORMAT AUTO,COMPLEMENT None +OPEN memory 60 77 40 23 +Memory < attributes FORMAT hex,COMPLEMENT None,WORD 1,ASC on,ADR on,MODE automatic,UPDATERATE 10,ADDRESS 0x80 +OPEN data 0 42 60 28 +Data < attributes SCOPE global,COMPLEMENT None,FORMAT Symb,MODE automatic,SORT NotSort,UPDATERATE 10,NAMEWIDTH 16 +OPEN command 0 70 60 30 +Command < attributes CACHESIZE 1000 +OPEN Visualizationtool 63 50 26 29 +VisualizationTool< Attributes [stEditM="0",swGridMode="1",swRefresh="3",refCycles="1"] +VisualizationTool< LoadInstrument LED[BoundX="102",BoundY="40",Port="0x0001",Port_PortEndian="1",swBIT="7"] +VisualizationTool< LoadInstrument LED[BoundX="133",BoundY="41",Port="0x0001",Port_PortEndian="1",swBIT="6"] +VisualizationTool< LoadInstrument LED[BoundX="166",BoundY="37",Port="0x0001",Port_PortEndian="1",swBIT="5"] +VisualizationTool< LoadInstrument LED[BoundX="202",BoundY="42",Port="0x0001",Port_PortEndian="1",swBIT="4"] +VisualizationTool< LoadInstrument DILSwitch[BoundX="83",BoundY="106",Port="0x0001"] +VisualizationTool< ResetVT Undo +bckcolor 50331647 +font 'Courier New' 9 BLACK +AUTOSIZE on +ACTIVATE "Assembly" "Memory" "Register" "Command" "Data" "Procedure" "Source" "VisualizationTool" diff --git a/cmpen472hw2McDonnell/Default.mem b/cmpen472hw2McDonnell/Default.mem new file mode 100644 index 0000000..bf49148 Binary files /dev/null and b/cmpen472hw2McDonnell/Default.mem differ diff --git a/cmpen472hw2McDonnell/Full_Chip_Simulation.hwc b/cmpen472hw2McDonnell/Full_Chip_Simulation.hwc new file mode 100644 index 0000000..ae80da7 --- /dev/null +++ b/cmpen472hw2McDonnell/Full_Chip_Simulation.hwc @@ -0,0 +1 @@ +LOADMEM default.mem diff --git a/cmpen472hw2McDonnell/Full_Chip_Simulation.ini b/cmpen472hw2McDonnell/Full_Chip_Simulation.ini new file mode 100644 index 0000000..1e7ccc4 --- /dev/null +++ b/cmpen472hw2McDonnell/Full_Chip_Simulation.ini @@ -0,0 +1,42 @@ +[Environment Variables] +GENPATH={Project}Sources;{Compiler}lib\hc12c\src;{Compiler}lib\hc12c\include;{Compiler}lib\hc12c\lib;{Compiler}lib\xgatec\src;{Compiler}lib\xgatec\include;{Compiler}lib\xgatec\lib +LIBPATH={Compiler}lib\hc12c\include;{Compiler}lib\xgatec\include +OBJPATH={Project}bin +TEXTPATH={Project}bin +ABSPATH={Project}bin + +[HI-WAVE] +Target=sim +Layout=ASM_layout.hwl +LoadDialogOptions=AUTOERASEANDFLASH NORUNAFTERLOAD +CPU=HC12 +MainFrame=0,1,-1,-1,-1,-1,1311,212,2526,1235 +Configuration=Full_Chip_Simulation.hwc +Statusbar=1 +ShowToolbar=1 +Smallborder=0 +Hideheadline=0 +Hidetitle=0 +TOOLBAR=57600 57601 32795 0 57635 57634 57637 0 57671 57669 0 32777 32776 32782 32780 32781 32778 0 32806 + + + + + + + + + +[Simulator] +CMDFILE0=CMDFILE STARTUP ON ".\cmd\Full_Chip_Simulation_startup.cmd" + +[Simulator HC12] +CMDFILE0=CMDFILE RESET ON ".\cmd\Full_Chip_Simulation_reset.cmd" +CMDFILE1=CMDFILE PRELOAD ON ".\cmd\Full_Chip_Simulation_preload.cmd" +CMDFILE2=CMDFILE POSTLOAD ON ".\cmd\Full_Chip_Simulation_postload.cmd" +CMDFILE3=CMDFILE SETCPU ON ".\cmd\Full_Chip_Simulation_setcpu.cmd" +HCS12_SUPPORT=1 +FCS=MC9S12C32 +ZEROTIMEATRESET=1 +OSCFREQUENCY=48000000 +DISPLAYTIME=0 diff --git a/cmpen472hw2McDonnell/Sources/derivative.inc b/cmpen472hw2McDonnell/Sources/derivative.inc new file mode 100644 index 0000000..9320da5 --- /dev/null +++ b/cmpen472hw2McDonnell/Sources/derivative.inc @@ -0,0 +1,10 @@ + + ; Note: This file is recreated by the project wizard whenever the MCU is + ; changed and should not be edited by hand + ; + + ; include derivative specific macros + INCLUDE 'mc9s12c32.inc' + + + diff --git a/cmpen472hw2McDonnell/Sources/main.asm b/cmpen472hw2McDonnell/Sources/main.asm new file mode 100644 index 0000000..fb9bb1f --- /dev/null +++ b/cmpen472hw2McDonnell/Sources/main.asm @@ -0,0 +1,151 @@ +************************************************************************** +* +* Title: LED Light Blinking +* +* Objective: CMPEN 472 Homework 2 in-class-room demonstration +* program +* +* Revision: V1.0 +* +* Date: Jan. 29, 2025 +* +* Programmer: Jacob McDonnell +* +* Company: The Pennsylvania State University +* Department of Computer Science and Engineering +* +* Algorithm: Simple Parallel I/O use and time delay-loop demo +* +* Register Use: A: LED Light on/off state and Switch 1 on/off state +* X,Y: Delay and loop counters +* +* Memory Use: RAM Locations from $3000 for data, +* RAM Locations from $3100 for program +* +* Input: Parameters hard-coded in the program - PORTB +* Switch 1 at PORTB bit 0 +* Switch 2 at PORTB bit 1 +* Switch 3 at PORTB bit 2 +* Switch 4 at PORTB bit 3 +* +* Output: LED 1 at PORTB bit 4 +* LED 2 at PORTB bit 5 +* LED 3 at PORTB bit 6 +* LED 4 at PORTB bit 7 +* +* Observation: This program that blinks LEDs and blinking period can +* be changed with the delay loop counter value. +* +* Note: All Homework programs MUST have comments similar +* to this Homework 2 program. So, please use those +* comment format for all your subsequent CMPEN472 +* Homework programs. +* +* Adding more explanations and comments help you and +* others to understnad your program later. +* +* Comments: This program is developed and simulated using CodeWarrior +* development software and targeted for Axion +* Manufacturing's CSM-12C128 board running at 24MHz. +* +************************************************************************** +* Parameter Declearation Section +* +* Export Symbols + xdef pgstart ; export 'pgstart' symbol + absentry pgstart ; for assembly entry point + +* Symbols and Macros +PORTA equ $0000 ; i/o port A addresses +DDRA equ $0002 ; data direction register for PORTA +PORTB equ $0001 ; i/o port B addresses +DDRB equ $0003 ; data direction register for PORTB + +************************************************************************** +* Data Section: address used [ $3000 to $30FF ] RAM Memory +* + org $3000 ; Reserved RAM memory starting address + ; for Data for CMPEN 472 class +Counter1 dc.w $0100 ; X register count number for time Delay + ; inner loop for msec +Counter2 dc.w $00BF ; Y register count number for time delay + ; output loop for sec +* +************************************************************************** +* Program Section: address used [ $3100 to $3FFF ] RAM Memory +* + org $3100 ; Program start address, in RAM +pgstart lds #$3100 ; initialize the stack pointer + + ldaa #%11111111 ; LED 1, 2, 3, 4 at PORTB bit 4, 5, 6, 7 FOR CSM-12C128 board + staa DDRB ; set PORTB bit 4, 5, 6, 7 as Output + + ldaa #%00000000 + staa PORTB ; Turn off LED 1, 2, 3, 4 (all bits in PORTB, for simulation + +mainLoop + bset PORTB,%10000000 ; Turn ON LED 4 at PORTB bit 7 + jsr delay1sec ; Wait for 1 second + + bclr PORTB,%10000000 ; Turn off LED 4 at PORTB bit 7 + jsr delay1sec ; Wait for 1 second + + ldaa PORTB + anda #%00000001 ; Read switch 1 at PORTB bit 0 + bne sw1pushed ; check to see if it is pushed + +sw1notpsh bclr PORTB,%00010000 ; turn off LED 1 at PORTB bit 4 + bra mainLoop + +sw1pushed bset PORTB,%00010000 ; turn on LED 1 at PORTB bit 4 + bra mainLoop + +************************************************************************** +* Subroutine Section: address used [ $3100 to $3FFF ] RAM Memory +* + +;************************************************************************* +; delay1sec subroutine +; +; Please be sure to include your comments here! +; + +delay1sec + pshy ; save Y to the stack + ldy Counter2 ; long delay by the value of Counter2 + +dly1Loop jsr delayMS ; total time delay = Y * delayMS + dey + bne dly1Loop + + puly ; restore y from the stack + rts ; return + +;************************************************************************* +; delayMS subroutine +; +; This subroutine causes a few msec. Delay +; +; Input: a 16bit count number in 'Counter1' +; Output: time delay, cpu cycle wasted +; Registers in use: X register, as counter +; Memory locations in use: a 16bit input number at 'Counter1' +; +; Comments: one can add more NOP instructions to lengthen the delay time. +; + +delayMS + pshx ; save X to the stack + ldx Counter1 ; short Delay + +dlyMSLoop nop ; total time delay = X * NOP + dex + bne dlyMSLoop + + pulx ; restore X + rts ; return + +* +* Add any subroutines here +* + end ; last line of the file \ No newline at end of file diff --git a/cmpen472hw2McDonnell/bin/Project.abs b/cmpen472hw2McDonnell/bin/Project.abs new file mode 100644 index 0000000..ae31370 Binary files /dev/null and b/cmpen472hw2McDonnell/bin/Project.abs differ diff --git a/cmpen472hw2McDonnell/bin/Project.abs.phy b/cmpen472hw2McDonnell/bin/Project.abs.phy new file mode 100644 index 0000000..20072a5 --- /dev/null +++ b/cmpen472hw2McDonnell/bin/Project.abs.phy @@ -0,0 +1,2 @@ +S0570000433A5C55736572735C4A61636F62204D63446F6E6E656C6C5C446F63756D656E74735C434D50454E2D3437322D48575C636D70656E3437326877324D63446F6E6E656C6C5C62696E5C50726F6A6563742E616273AE +S9030000FC diff --git a/cmpen472hw2McDonnell/bin/Project.abs.s19 b/cmpen472hw2McDonnell/bin/Project.abs.s19 new file mode 100644 index 0000000..37c2444 --- /dev/null +++ b/cmpen472hw2McDonnell/bin/Project.abs.s19 @@ -0,0 +1,5 @@ +S0570000433A5C55736572735C4A61636F62204D63446F6E6E656C6C5C446F63756D656E74735C434D50454E2D3437322D48575C636D70656E3437326877324D63446F6E6E656C6C5C62696E5C50726F6A6563742E616273AE +S1073000010000BF08 +S1233100CF310086FF5A0386005A014C01801631274D01801631279601840126054D0110CC +S120312020E94C011020E435FD30021631330326FA313D34FE3000A70926FC303D14 +S9030000FC diff --git a/cmpen472hw2McDonnell/bin/main.dbg b/cmpen472hw2McDonnell/bin/main.dbg new file mode 100644 index 0000000..63144fb --- /dev/null +++ b/cmpen472hw2McDonnell/bin/main.dbg @@ -0,0 +1,150 @@ +************************************************************************** +* +* Title: LED Light Blinking +* +* Objective: CMPEN 472 Homework 2 in-class-room demonstration +* program +* +* Revision: V1.0 +* +* Date: Jan. 29, 2025 +* +* Programmer: Jacob McDonnell +* +* Company: The Pennsylvania State University +* Department of Computer Science and Engineering +* +* Algorithm: Simple Parallel I/O use and time delay-loop demo +* +* Register Use: A: LED Light on/off state and Switch 1 on/off state +* X,Y: Delay and loop counters +* +* Memory Use: RAM Locations from $3000 for data, +* RAM Locations from $3100 for program +* +* Input: Parameters hard-coded in the program - PORTB +* Switch 1 at PORTB bit 0 +* Switch 2 at PORTB bit 1 +* Switch 3 at PORTB bit 2 +* Switch 4 at PORTB bit 3 +* +* Output: LED 1 at PORTB bit 4 +* LED 2 at PORTB bit 5 +* LED 3 at PORTB bit 6 +* LED 4 at PORTB bit 7 +* +* Observation: This program that blinks LEDs and blinking period can +* be changed with the delay loop counter value. +* +* Note: All Homework programs MUST have comments similar +* to this Homework 2 program. So, please use those +* comment format for all your subsequent CMPEN472 +* Homework programs. +* +* Adding more explanations and comments help you and +* others to understnad your program later. +* +* Comments: This program is developed and simulated using CodeWarrior +* development software and targeted for Axion +* Manufacturing's CSM-12C128 board running at 24MHz. +* +************************************************************************** +* Parameter Declearation Section +* +* Export Symbols + xdef pgstart ; export 'pgstart' symbol + absentry pgstart ; for assembly entry point + +* Symbols and Macros +PORTA equ $0000 ; i/o port A addresses +DDRA equ $0002 ; data direction register for PORTA +PORTB equ $0001 ; i/o port B addresses +DDRB equ $0003 ; data direction register for PORTB + +************************************************************************** +* Data Section: address used [ $3000 to $30FF ] RAM Memory +* + org $3000 ; Reserved RAM memory starting address + ; for Data for CMPEN 472 class +Counter1 dc.w $0100 ; X register count number for time Delay + ; inner loop for msec +Counter2 dc.w $00BF ; Y register count number for time delay + ; output loop for sec +* +************************************************************************** +* Program Section: address used [ $3100 to $3FFF ] RAM Memory +* + org $3100 ; Program start address, in RAM +pgstart lds #$3100 ; initialize the stack pointer + + ldaa #%11111111 ; LED 1, 2, 3, 4 at PORTB bit 4, 5, 6, 7 FOR CSM-12C128 board + staa DDRB ; set PORTB bit 4, 5, 6, 7 as Output + + ldaa #%00000000 + staa PORTB ; Turn off LED 1, 2, 3, 4 (all bits in PORTB, for simulation + +mainLoop + bset PORTB,%10000000 ; Turn ON LED 4 at PORTB bit 7 + jsr delay1sec ; Wait for 1 second + + bclr PORTB,%10000000 ; Turn off LED 4 at PORTB bit 7 + jsr delay1sec ; Wait for 1 second + + ldaa PORTB + anda #%00000001 ; Read switch 1 at PORTB bit 0 + bne sw1pushed ; check to see if it is pushed + +sw1notpsh bclr PORTB,%00010000 ; turn off LED 1 at PORTB bit 4 + bra mainLoop + +sw1pushed bset PORTB,%00010000 ; turn on LED 1 at PORTB bit 4 + bra mainLoop + +************************************************************************** +* Subroutine Section: address used [ $3100 to $3FFF ] RAM Memory +* + +;************************************************************************* +; delay1sec subroutine +; +; Please be sure to include your comments here! +; + +delay1sec + pshy ; save Y to the stack + ldy Counter2 ; long delay by the value of Counter2 + +dly1Loop jsr delayMS ; total time delay = Y * delayMS + dey + bne dly1Loop + + puly ; restore y from the stack + rts ; return + +;************************************************************************* +; delayMS subroutine +; +; This subroutine causes a few msec. Delay +; +; Input: a 16bit count number in 'Counter1' +; Output: time delay, cpu cycle wasted +; Registers in use: X register, as counter +; Memory locations in use: a 16bit input number at 'Counter1' +; +; Comments: one can add more NOP instructions to lengthen the delay time. +; + +delayMS + pshx ; save X to the stack + ldx Counter1 ; short Delay + +dlyMSLoop nop ; total time delay = X * NOP + dex + bne dlyMSLoop + + pulx ; restore X + rts ; return + +* +* Add any subroutines here +* diff --git a/cmpen472hw2McDonnell/cmd/Full_Chip_Simulation_Postload.cmd b/cmpen472hw2McDonnell/cmd/Full_Chip_Simulation_Postload.cmd new file mode 100644 index 0000000..eb00f37 --- /dev/null +++ b/cmpen472hw2McDonnell/cmd/Full_Chip_Simulation_Postload.cmd @@ -0,0 +1 @@ +// After load the commands written below will be executed diff --git a/cmpen472hw2McDonnell/cmd/Full_Chip_Simulation_Preload.cmd b/cmpen472hw2McDonnell/cmd/Full_Chip_Simulation_Preload.cmd new file mode 100644 index 0000000..691c5ee --- /dev/null +++ b/cmpen472hw2McDonnell/cmd/Full_Chip_Simulation_Preload.cmd @@ -0,0 +1 @@ +// Before load the commands written below will be executed diff --git a/cmpen472hw2McDonnell/cmd/Full_Chip_Simulation_Reset.cmd b/cmpen472hw2McDonnell/cmd/Full_Chip_Simulation_Reset.cmd new file mode 100644 index 0000000..f0fc874 --- /dev/null +++ b/cmpen472hw2McDonnell/cmd/Full_Chip_Simulation_Reset.cmd @@ -0,0 +1 @@ +// After reset the commands written below will be executed diff --git a/cmpen472hw2McDonnell/cmd/Full_Chip_Simulation_SetCPU.cmd b/cmpen472hw2McDonnell/cmd/Full_Chip_Simulation_SetCPU.cmd new file mode 100644 index 0000000..5f2b5a5 --- /dev/null +++ b/cmpen472hw2McDonnell/cmd/Full_Chip_Simulation_SetCPU.cmd @@ -0,0 +1 @@ +// At startup the commands written below will be executed diff --git a/cmpen472hw2McDonnell/cmd/Full_Chip_Simulation_Startup.cmd b/cmpen472hw2McDonnell/cmd/Full_Chip_Simulation_Startup.cmd new file mode 100644 index 0000000..5f2b5a5 --- /dev/null +++ b/cmpen472hw2McDonnell/cmd/Full_Chip_Simulation_Startup.cmd @@ -0,0 +1 @@ +// At startup the commands written below will be executed diff --git a/cmpen472hw2McDonnell/cmpen472hw2McDonnell.mcp b/cmpen472hw2McDonnell/cmpen472hw2McDonnell.mcp new file mode 100644 index 0000000..9746eb7 Binary files /dev/null and b/cmpen472hw2McDonnell/cmpen472hw2McDonnell.mcp differ diff --git a/cmpen472hw2McDonnell/cmpen472hw2McDonnell_Data/CWSettingsWindows.stg b/cmpen472hw2McDonnell/cmpen472hw2McDonnell_Data/CWSettingsWindows.stg new file mode 100644 index 0000000..c4b07f4 Binary files /dev/null and b/cmpen472hw2McDonnell/cmpen472hw2McDonnell_Data/CWSettingsWindows.stg differ diff --git a/cmpen472hw2McDonnell/cmpen472hw2McDonnell_Data/Standard/ObjectCode/main.asm.o b/cmpen472hw2McDonnell/cmpen472hw2McDonnell_Data/Standard/ObjectCode/main.asm.o new file mode 100644 index 0000000..ae31370 Binary files /dev/null and b/cmpen472hw2McDonnell/cmpen472hw2McDonnell_Data/Standard/ObjectCode/main.asm.o differ diff --git a/cmpen472hw2McDonnell/cmpen472hw2McDonnell_Data/Standard/ObjectCode/main.asm.sx b/cmpen472hw2McDonnell/cmpen472hw2McDonnell_Data/Standard/ObjectCode/main.asm.sx new file mode 100644 index 0000000..77e84ca --- /dev/null +++ b/cmpen472hw2McDonnell/cmpen472hw2McDonnell_Data/Standard/ObjectCode/main.asm.sx @@ -0,0 +1,5 @@ +S0820000433A5C55736572735C4A61636F62204D63446F6E6E656C6C5C446F63756D656E74735C434D50454E2D3437322D48575C636D70656E3437326877324D63446F6E6E656C6C5C636D70656E3437326877324D63446F6E6E656C6C5F446174615C5374616E646172645C4F626A656374436F64655C6D61696E2E61736D2E70726D95 +S1073000010000BF08 +S1233100CF310086FF5A0386005A014C01801631274D01801631279601840126054D0110CC +S120312020E94C011020E435FD30021631330326FA313D34FE3000A70926FC303D14 +S9033100CB diff --git a/cmpen472hw2McDonnell/cmpen472hw2McDonnell_Data/Standard/TargetDataWindows.tdt b/cmpen472hw2McDonnell/cmpen472hw2McDonnell_Data/Standard/TargetDataWindows.tdt new file mode 100644 index 0000000..e30d96d Binary files /dev/null and b/cmpen472hw2McDonnell/cmpen472hw2McDonnell_Data/Standard/TargetDataWindows.tdt differ diff --git a/cmpen472hw2McDonnell/debuggerlayout.hwl b/cmpen472hw2McDonnell/debuggerlayout.hwl new file mode 100644 index 0000000..861b255 --- /dev/null +++ b/cmpen472hw2McDonnell/debuggerlayout.hwl @@ -0,0 +1,26 @@ +OPEN source 0 0 60 42 +Source < attributes TOOLTIP on,TOOLTIP_FORMAT signed,TOOLTIP_MODE details,FREEZE off,MARKS off +OPEN assembly 60 0 40 30 +Assembly < attributes ADR on,CODE off,ABSADR on,SYMB off,FORMAT Auto,FREEZE off,TOPPC 0x3138 +OPEN procedure 60 60 40 17 +Procedure < attributes VALUES on,TYPES off +OPEN register 60 30 40 30 +Register < attributes FORMAT AUTO,COMPLEMENT None +OPEN memory 60 77 40 23 +Memory < attributes FORMAT hex,COMPLEMENT None,WORD 1,ASC on,ADR on,MODE automatic,UPDATERATE 10,ADDRESS 0x80 +OPEN data 0 42 60 28 +Data < attributes SCOPE global,COMPLEMENT None,FORMAT Symb,MODE automatic,SORT NotSort,UPDATERATE 10,NAMEWIDTH 16 +OPEN command 0 70 60 30 +Command < attributes CACHESIZE 1000 +OPEN Visualizationtool 63 50 26 29 +VisualizationTool< Attributes [stEditM="0",swGridMode="1",swRefresh="3",refCycles="1"] +VisualizationTool< LoadInstrument LED[BoundX="102",BoundY="40",Port="0x0001",Port_PortEndian="1",swBIT="7"] +VisualizationTool< LoadInstrument LED[BoundX="133",BoundY="41",Port="0x0001",Port_PortEndian="1",swBIT="6"] +VisualizationTool< LoadInstrument LED[BoundX="166",BoundY="37",Port="0x0001",Port_PortEndian="1",swBIT="5"] +VisualizationTool< LoadInstrument LED[BoundX="202",BoundY="42",Port="0x0001",Port_PortEndian="1",swBIT="4"] +VisualizationTool< LoadInstrument DILSwitch[BoundX="83",BoundY="106",Port="0x0001"] +VisualizationTool< ResetVT Undo +bckcolor 50331647 +font 'Courier New' 9 BLACK +AUTOSIZE on +ACTIVATE "Assembly" "Memory" "Register" "Command" "Data" "Procedure" "Source" "VisualizationTool" diff --git a/cmpen472hw2McDonnell/debuggerlayout.ini b/cmpen472hw2McDonnell/debuggerlayout.ini new file mode 100644 index 0000000..5f6d141 --- /dev/null +++ b/cmpen472hw2McDonnell/debuggerlayout.ini @@ -0,0 +1,42 @@ +[Environment Variables] +GENPATH={Project}Sources;{Compiler}lib\hc12c\src;{Compiler}lib\hc12c\include;{Compiler}lib\hc12c\lib;{Compiler}lib\xgatec\src;{Compiler}lib\xgatec\include;{Compiler}lib\xgatec\lib +LIBPATH={Compiler}lib\hc12c\include;{Compiler}lib\xgatec\include +OBJPATH={Project}bin +TEXTPATH={Project}bin +ABSPATH={Project}bin + +[HI-WAVE] +Target=sim +Layout=debuggerlayout.hwl +LoadDialogOptions=AUTOERASEANDFLASH NORUNAFTERLOAD +CPU=HC12 +MainFrame=0,1,-1,-1,-1,-1,1302,254,2517,1277 +Configuration=Full_Chip_Simulation.hwc +Statusbar=1 +ShowToolbar=1 +Smallborder=0 +Hideheadline=0 +Hidetitle=0 +TOOLBAR=57600 57601 32795 0 57635 57634 57637 0 57671 57669 0 32777 32776 32782 32780 32781 32778 0 32806 + + + + + + + + + +[Simulator] +CMDFILE0=CMDFILE STARTUP ON ".\cmd\Full_Chip_Simulation_startup.cmd" + +[Simulator HC12] +CMDFILE0=CMDFILE RESET ON ".\cmd\Full_Chip_Simulation_reset.cmd" +CMDFILE1=CMDFILE PRELOAD ON ".\cmd\Full_Chip_Simulation_preload.cmd" +CMDFILE2=CMDFILE POSTLOAD ON ".\cmd\Full_Chip_Simulation_postload.cmd" +CMDFILE3=CMDFILE SETCPU ON ".\cmd\Full_Chip_Simulation_setcpu.cmd" +HCS12_SUPPORT=1 +FCS=MC9S12C32 +ZEROTIMEATRESET=1 +OSCFREQUENCY=48000000 +DISPLAYTIME=0 diff --git a/cmpen472hw2McDonnell/prm/burner.bbl b/cmpen472hw2McDonnell/prm/burner.bbl new file mode 100644 index 0000000..42c21ed --- /dev/null +++ b/cmpen472hw2McDonnell/prm/burner.bbl @@ -0,0 +1,157 @@ +/* logical s-record file */ +OPENFILE "%ABS_FILE%.s19" +format=motorola +busWidth=1 +origin=0 +len=0x1000000 +destination=0 +SRECORD=Sx +SENDBYTE 1 "%ABS_FILE%" +CLOSE + + +/* physical s-record file */ +OPENFILE "%ABS_FILE%.phy" +format = motorola +busWidth = 1 +len = 0x4000 + +/* logical non banked flash at $4000 and $C000 to physical */ +origin = 0x004000 +destination = 0x0F8000 +SENDBYTE 1 "%ABS_FILE%" + +origin = 0x00C000 +destination = 0x0FC000 +SENDBYTE 1 "%ABS_FILE%" + +/* physical FTS512K flash window to physical +origin = 0x008000 +destination = 0x080000 +SENDBYTE 1 "%ABS_FILE%" +*/ + +/* physical FTS256K parts flash window to physical +origin = 0x008000 +destination = 0x0C0000 +SENDBYTE 1 "%ABS_FILE%" +*/ + +/* physical FTS128K parts flash window to physical +origin = 0x008000 +destination = 0x0E0000 +SENDBYTE 1 "%ABS_FILE%" +*/ + +/* physical FTS64K parts flash window to physical +origin = 0x008000 +destination = 0x0F0000 +SENDBYTE 1 "%ABS_FILE%" +*/ + +/* physical FTS32K parts flash window to physical +origin = 0x008000 +destination = 0x0F8000 +SENDBYTE 1 "%ABS_FILE%" +*/ + +/* logical 512 kB banked flash to physical */ +origin = 0x208000 +destination = 0x080000 +SENDBYTE 1 "%ABS_FILE%" +origin = 0x218000 +destination = 0x084000 +SENDBYTE 1 "%ABS_FILE%" +origin = 0x228000 +destination = 0x088000 +SENDBYTE 1 "%ABS_FILE%" +origin = 0x238000 +destination = 0x08C000 +SENDBYTE 1 "%ABS_FILE%" +origin = 0x248000 +destination = 0x090000 +SENDBYTE 1 "%ABS_FILE%" +origin = 0x258000 +destination = 0x094000 +SENDBYTE 1 "%ABS_FILE%" +origin = 0x268000 +destination = 0x098000 +SENDBYTE 1 "%ABS_FILE%" +origin = 0x278000 +destination = 0x09C000 +SENDBYTE 1 "%ABS_FILE%" +origin = 0x288000 +destination = 0x0A0000 +SENDBYTE 1 "%ABS_FILE%" +origin = 0x298000 +destination = 0x0A4000 +SENDBYTE 1 "%ABS_FILE%" +origin = 0x2A8000 +destination = 0x0A8000 +SENDBYTE 1 "%ABS_FILE%" +origin = 0x2B8000 +destination = 0x0AC000 +SENDBYTE 1 "%ABS_FILE%" +origin = 0x2C8000 +destination = 0x0B0000 +SENDBYTE 1 "%ABS_FILE%" +origin = 0x2D8000 +destination = 0x0B4000 +SENDBYTE 1 "%ABS_FILE%" +origin = 0x2E8000 +destination = 0x0B8000 +SENDBYTE 1 "%ABS_FILE%" +origin = 0x2F8000 +destination = 0x0BC000 +SENDBYTE 1 "%ABS_FILE%" +origin = 0x308000 +destination = 0x0C0000 +SENDBYTE 1 "%ABS_FILE%" +origin = 0x318000 +destination = 0x0C4000 +SENDBYTE 1 "%ABS_FILE%" +origin = 0x328000 +destination = 0x0C8000 +SENDBYTE 1 "%ABS_FILE%" +origin = 0x338000 +destination = 0x0CC000 +SENDBYTE 1 "%ABS_FILE%" +origin = 0x348000 +destination = 0x0D0000 +SENDBYTE 1 "%ABS_FILE%" +origin = 0x358000 +destination = 0x0D4000 +SENDBYTE 1 "%ABS_FILE%" +origin = 0x368000 +destination = 0x0D8000 +SENDBYTE 1 "%ABS_FILE%" +origin = 0x378000 +destination = 0x0DC000 +SENDBYTE 1 "%ABS_FILE%" +origin = 0x388000 +destination = 0x0E0000 +SENDBYTE 1 "%ABS_FILE%" +origin = 0x398000 +destination = 0x0E4000 +SENDBYTE 1 "%ABS_FILE%" +origin = 0x3A8000 +destination = 0x0E8000 +SENDBYTE 1 "%ABS_FILE%" +origin = 0x3B8000 +destination = 0x0EC000 +SENDBYTE 1 "%ABS_FILE%" +origin = 0x3C8000 +destination = 0x0F0000 +SENDBYTE 1 "%ABS_FILE%" +origin = 0x3D8000 +destination = 0x0F4000 +SENDBYTE 1 "%ABS_FILE%" +origin = 0x3E8000 +destination = 0x0F8000 +SENDBYTE 1 "%ABS_FILE%" +origin = 0x3F8000 +destination = 0x0FC000 +SENDBYTE 1 "%ABS_FILE%" + +CLOSE + -- cgit v1.2.3