aboutsummaryrefslogtreecommitdiffstats
path: root/HW3.X
diff options
context:
space:
mode:
authorRossTheRoss <msattr@gmail.com>2020-04-08 11:17:47 -0500
committerRossTheRoss <msattr@gmail.com>2020-04-08 11:17:47 -0500
commitf7dddf06297f415413760f3bedf00f7297e60cf7 (patch)
tree2a3008d3efcf7b140593b120ca925e1757e1d83c /HW3.X
parente (diff)
downloadee2361-f7dddf06297f415413760f3bedf00f7297e60cf7.tar
ee2361-f7dddf06297f415413760f3bedf00f7297e60cf7.tar.gz
ee2361-f7dddf06297f415413760f3bedf00f7297e60cf7.tar.bz2
ee2361-f7dddf06297f415413760f3bedf00f7297e60cf7.tar.lz
ee2361-f7dddf06297f415413760f3bedf00f7297e60cf7.tar.xz
ee2361-f7dddf06297f415413760f3bedf00f7297e60cf7.tar.zst
ee2361-f7dddf06297f415413760f3bedf00f7297e60cf7.zip
Forget to add a bunch of things
oops
Diffstat (limited to '')
-rw-r--r--HW3.X/nbproject/Makefile-default.mk161
-rw-r--r--HW3.X/nbproject/Makefile-variables.mk13
-rw-r--r--HW3.X/strap012_hw3prob1.c57
-rw-r--r--HW3.X/strap012_hw3prob2.c93
-rw-r--r--HW3.X/strap012_hw3prob3.c77
-rw-r--r--Lab1.X/Makefile (renamed from HW3.X/Makefile)0
-rw-r--r--Lab2A.X/dist/default/debug/memoryfile.xml (renamed from HW3.X/dist/default/debug/memoryfile.xml)36
-rw-r--r--Lab2A.X/nbproject/private/configurations.xml (renamed from HW3.X/nbproject/private/configurations.xml)50
-rw-r--r--Lab2B.X/dist/default/debug/memoryfile.xml (renamed from HW3.X/dist/default/production/memoryfile.xml)36
-rw-r--r--Lab2B.X/nbproject/private/private.xml (renamed from HW3.X/nbproject/private/private.xml)16
-rw-r--r--Lab4.X/nbproject/Makefile-genesis.properties (renamed from HW3.X/nbproject/Makefile-genesis.properties)20
-rw-r--r--Lab4.X/nbproject/Makefile-impl.mk (renamed from HW3.X/nbproject/Makefile-impl.mk)2
-rw-r--r--Lab4.X/nbproject/Makefile-local-default.mk (renamed from HW3.X/nbproject/Makefile-local-default.mk)0
-rw-r--r--Lab4.X/nbproject/Package-default.bash (renamed from HW3.X/nbproject/Package-default.bash)12
-rw-r--r--Lab4.X/nbproject/project.xml (renamed from HW3.X/nbproject/project.xml)56
-rw-r--r--Lab5.X/nbproject/configurations.xml (renamed from HW3.X/nbproject/configurations.xml)1310
16 files changed, 765 insertions, 1174 deletions
diff --git a/HW3.X/nbproject/Makefile-default.mk b/HW3.X/nbproject/Makefile-default.mk
deleted file mode 100644
index 6187043..0000000
--- a/HW3.X/nbproject/Makefile-default.mk
+++ /dev/null
@@ -1,161 +0,0 @@
-#
-# Generated Makefile - do not edit!
-#
-# Edit the Makefile in the project folder instead (../Makefile). Each target
-# has a -pre and a -post target defined where you can add customized code.
-#
-# This makefile implements configuration specific macros and targets.
-
-
-# Include project Makefile
-ifeq "${IGNORE_LOCAL}" "TRUE"
-# do not include local makefile. User is passing all local related variables already
-else
-include Makefile
-# Include makefile containing local settings
-ifeq "$(wildcard nbproject/Makefile-local-default.mk)" "nbproject/Makefile-local-default.mk"
-include nbproject/Makefile-local-default.mk
-endif
-endif
-
-# Environment
-MKDIR=gnumkdir -p
-RM=rm -f
-MV=mv
-CP=cp
-
-# Macros
-CND_CONF=default
-ifeq ($(TYPE_IMAGE), DEBUG_RUN)
-IMAGE_TYPE=debug
-OUTPUT_SUFFIX=elf
-DEBUGGABLE_SUFFIX=elf
-FINAL_IMAGE=dist/${CND_CONF}/${IMAGE_TYPE}/HW3.X.${IMAGE_TYPE}.${OUTPUT_SUFFIX}
-else
-IMAGE_TYPE=production
-OUTPUT_SUFFIX=hex
-DEBUGGABLE_SUFFIX=elf
-FINAL_IMAGE=dist/${CND_CONF}/${IMAGE_TYPE}/HW3.X.${IMAGE_TYPE}.${OUTPUT_SUFFIX}
-endif
-
-ifeq ($(COMPARE_BUILD), true)
-COMPARISON_BUILD=-mafrlcsj
-else
-COMPARISON_BUILD=
-endif
-
-ifdef SUB_IMAGE_ADDRESS
-SUB_IMAGE_ADDRESS_COMMAND=--image-address $(SUB_IMAGE_ADDRESS)
-else
-SUB_IMAGE_ADDRESS_COMMAND=
-endif
-
-# Object Directory
-OBJECTDIR=build/${CND_CONF}/${IMAGE_TYPE}
-
-# Distribution Directory
-DISTDIR=dist/${CND_CONF}/${IMAGE_TYPE}
-
-# Source Files Quoted if spaced
-SOURCEFILES_QUOTED_IF_SPACED=strap012_hw3prob2.c
-
-# Object Files Quoted if spaced
-OBJECTFILES_QUOTED_IF_SPACED=${OBJECTDIR}/strap012_hw3prob2.o
-POSSIBLE_DEPFILES=${OBJECTDIR}/strap012_hw3prob2.o.d
-
-# Object Files
-OBJECTFILES=${OBJECTDIR}/strap012_hw3prob2.o
-
-# Source Files
-SOURCEFILES=strap012_hw3prob2.c
-
-
-
-CFLAGS=
-ASFLAGS=
-LDLIBSOPTIONS=
-
-############# Tool locations ##########################################
-# If you copy a project from one host to another, the path where the #
-# compiler is installed may be different. #
-# If you open this project with MPLAB X in the new host, this #
-# makefile will be regenerated and the paths will be corrected. #
-#######################################################################
-# fixDeps replaces a bunch of sed/cat/printf statements that slow down the build
-FIXDEPS=fixDeps
-
-.build-conf: ${BUILD_SUBPROJECTS}
-ifneq ($(INFORMATION_MESSAGE), )
- @echo $(INFORMATION_MESSAGE)
-endif
- ${MAKE} -f nbproject/Makefile-default.mk dist/${CND_CONF}/${IMAGE_TYPE}/HW3.X.${IMAGE_TYPE}.${OUTPUT_SUFFIX}
-
-MP_PROCESSOR_OPTION=24FJ64GA002
-MP_LINKER_FILE_OPTION=,--script=p24FJ64GA002.gld
-# ------------------------------------------------------------------------------------
-# Rules for buildStep: compile
-ifeq ($(TYPE_IMAGE), DEBUG_RUN)
-${OBJECTDIR}/strap012_hw3prob2.o: strap012_hw3prob2.c nbproject/Makefile-${CND_CONF}.mk
- @${MKDIR} "${OBJECTDIR}"
- @${RM} ${OBJECTDIR}/strap012_hw3prob2.o.d
- @${RM} ${OBJECTDIR}/strap012_hw3prob2.o
- ${MP_CC} $(MP_EXTRA_CC_PRE) strap012_hw3prob2.c -o ${OBJECTDIR}/strap012_hw3prob2.o -c -mcpu=$(MP_PROCESSOR_OPTION) -MMD -MF "${OBJECTDIR}/strap012_hw3prob2.o.d" -g -D__DEBUG -D__MPLAB_DEBUGGER_SIMULATOR=1 -omf=elf -DXPRJ_default=$(CND_CONF) -legacy-libc $(COMPARISON_BUILD) -O0 -msmart-io=1 -Wall -msfr-warn=off -mdfp=${DFP_DIR}/xc16
- @${FIXDEPS} "${OBJECTDIR}/strap012_hw3prob2.o.d" $(SILENT) -rsi ${MP_CC_DIR}../
-
-else
-${OBJECTDIR}/strap012_hw3prob2.o: strap012_hw3prob2.c nbproject/Makefile-${CND_CONF}.mk
- @${MKDIR} "${OBJECTDIR}"
- @${RM} ${OBJECTDIR}/strap012_hw3prob2.o.d
- @${RM} ${OBJECTDIR}/strap012_hw3prob2.o
- ${MP_CC} $(MP_EXTRA_CC_PRE) strap012_hw3prob2.c -o ${OBJECTDIR}/strap012_hw3prob2.o -c -mcpu=$(MP_PROCESSOR_OPTION) -MMD -MF "${OBJECTDIR}/strap012_hw3prob2.o.d" -g -omf=elf -DXPRJ_default=$(CND_CONF) -legacy-libc $(COMPARISON_BUILD) -O0 -msmart-io=1 -Wall -msfr-warn=off -mdfp=${DFP_DIR}/xc16
- @${FIXDEPS} "${OBJECTDIR}/strap012_hw3prob2.o.d" $(SILENT) -rsi ${MP_CC_DIR}../
-
-endif
-
-# ------------------------------------------------------------------------------------
-# Rules for buildStep: assemble
-ifeq ($(TYPE_IMAGE), DEBUG_RUN)
-else
-endif
-
-# ------------------------------------------------------------------------------------
-# Rules for buildStep: assemblePreproc
-ifeq ($(TYPE_IMAGE), DEBUG_RUN)
-else
-endif
-
-# ------------------------------------------------------------------------------------
-# Rules for buildStep: link
-ifeq ($(TYPE_IMAGE), DEBUG_RUN)
-dist/${CND_CONF}/${IMAGE_TYPE}/HW3.X.${IMAGE_TYPE}.${OUTPUT_SUFFIX}: ${OBJECTFILES} nbproject/Makefile-${CND_CONF}.mk
- @${MKDIR} dist/${CND_CONF}/${IMAGE_TYPE}
- ${MP_CC} $(MP_EXTRA_LD_PRE) -o dist/${CND_CONF}/${IMAGE_TYPE}/HW3.X.${IMAGE_TYPE}.${OUTPUT_SUFFIX} ${OBJECTFILES_QUOTED_IF_SPACED} -mcpu=$(MP_PROCESSOR_OPTION) -D__DEBUG=__DEBUG -D__MPLAB_DEBUGGER_SIMULATOR=1 -omf=elf -DXPRJ_default=$(CND_CONF) -legacy-libc $(COMPARISON_BUILD) -Wl,,,--defsym=__MPLAB_BUILD=1,--defsym=__MPLAB_DEBUG=1,--defsym=__DEBUG=1,-D__DEBUG=__DEBUG,--defsym=__MPLAB_DEBUGGER_SIMULATOR=1,$(MP_LINKER_FILE_OPTION),--stack=16,--check-sections,--data-init,--pack-data,--handles,--isr,--no-gc-sections,--fill-upper=0,--stackguard=16,--no-force-link,--smart-io,-Map="${DISTDIR}/${PROJECTNAME}.${IMAGE_TYPE}.map",--report-mem,--memorysummary,dist/${CND_CONF}/${IMAGE_TYPE}/memoryfile.xml$(MP_EXTRA_LD_POST) -mdfp=${DFP_DIR}/xc16
-
-else
-dist/${CND_CONF}/${IMAGE_TYPE}/HW3.X.${IMAGE_TYPE}.${OUTPUT_SUFFIX}: ${OBJECTFILES} nbproject/Makefile-${CND_CONF}.mk
- @${MKDIR} dist/${CND_CONF}/${IMAGE_TYPE}
- ${MP_CC} $(MP_EXTRA_LD_PRE) -o dist/${CND_CONF}/${IMAGE_TYPE}/HW3.X.${IMAGE_TYPE}.${DEBUGGABLE_SUFFIX} ${OBJECTFILES_QUOTED_IF_SPACED} -mcpu=$(MP_PROCESSOR_OPTION) -omf=elf -DXPRJ_default=$(CND_CONF) -legacy-libc $(COMPARISON_BUILD) -Wl,,,--defsym=__MPLAB_BUILD=1,$(MP_LINKER_FILE_OPTION),--stack=16,--check-sections,--data-init,--pack-data,--handles,--isr,--no-gc-sections,--fill-upper=0,--stackguard=16,--no-force-link,--smart-io,-Map="${DISTDIR}/${PROJECTNAME}.${IMAGE_TYPE}.map",--report-mem,--memorysummary,dist/${CND_CONF}/${IMAGE_TYPE}/memoryfile.xml$(MP_EXTRA_LD_POST) -mdfp=${DFP_DIR}/xc16
- ${MP_CC_DIR}\\xc16-bin2hex dist/${CND_CONF}/${IMAGE_TYPE}/HW3.X.${IMAGE_TYPE}.${DEBUGGABLE_SUFFIX} -a -omf=elf -mdfp=${DFP_DIR}/xc16
-
-endif
-
-
-# Subprojects
-.build-subprojects:
-
-
-# Subprojects
-.clean-subprojects:
-
-# Clean Targets
-.clean-conf: ${CLEAN_SUBPROJECTS}
- ${RM} -r build/default
- ${RM} -r dist/default
-
-# Enable dependency checking
-.dep.inc: .depcheck-impl
-
-DEPFILES=$(shell mplabwildcard ${POSSIBLE_DEPFILES})
-ifneq (${DEPFILES},)
-include ${DEPFILES}
-endif
diff --git a/HW3.X/nbproject/Makefile-variables.mk b/HW3.X/nbproject/Makefile-variables.mk
deleted file mode 100644
index a67eeaf..0000000
--- a/HW3.X/nbproject/Makefile-variables.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-#
-# Generated - do not edit!
-#
-# NOCDDL
-#
-CND_BASEDIR=`pwd`
-# default configuration
-CND_ARTIFACT_DIR_default=dist/default/production
-CND_ARTIFACT_NAME_default=HW3.X.production.hex
-CND_ARTIFACT_PATH_default=dist/default/production/HW3.X.production.hex
-CND_PACKAGE_DIR_default=${CND_DISTDIR}/default/package
-CND_PACKAGE_NAME_default=hw3.x.tar
-CND_PACKAGE_PATH_default=${CND_DISTDIR}/default/package/hw3.x.tar
diff --git a/HW3.X/strap012_hw3prob1.c b/HW3.X/strap012_hw3prob1.c
deleted file mode 100644
index dcfd308..0000000
--- a/HW3.X/strap012_hw3prob1.c
+++ /dev/null
@@ -1,57 +0,0 @@
-#include <xc.h>
-
-// PIC24FJ64GA002 Configuration Bit Settings
-// CW1: FLASH CONFIGURATION WORD 1 (see PIC24 Family Reference Manual 24.1)
-#pragma config ICS = PGx1 // Comm Channel Select (Emulator EMUC1/EMUD1 pins are shared with PGC1/PGD1)
-#pragma config FWDTEN = OFF // Watchdog Timer Enable (Watchdog Timer is disabled)
-#pragma config GWRP = OFF // General Code Segment Write Protect (Writes to program memory are allowed)
-#pragma config GCP = OFF // General Code Segment Code Protect (Code protection is disabled)
-#pragma config JTAGEN = OFF // JTAG Port Enable (JTAG port is disabled)
-
-
-// CW2: FLASH CONFIGURATION WORD 2 (see PIC24 Family Reference Manual 24.1)
-#pragma config POSCMOD = NONE // Primary Oscillator Select (Primary oscillator disabled.
- // Primary Oscillator refers to an external osc connected to the OSC1 and OSC2 pins)
-#pragma config I2C1SEL = PRI // I2C1 Pin Location Select (Use default SCL1/SDA1 pins)
-#pragma config IOL1WAY = OFF // IOLOCK Protection (IOLOCK may be changed via unlocking seq)
-#pragma config OSCIOFNC = ON // OSC2/CLKO/RC15 functions as port I/O (RC15)
-#pragma config FCKSM = CSECME // Clock Switching and Monitor (Clock switching is enabled,
- // Fail-Safe Clock Monitor is enabled)
-#pragma config FNOSC = FRCPLL // Oscillator Select (Fast RC Oscillator with PLL module (FRCPLL))
-
-volatile unsigned long int msecs = 0;
-
-
-void __attribute__((__interrupt__,__auto_psv__)) _T1Interrupt(void)
-{
- IFS0bits.T1IF = 0;
- msecs++;
-}
-
-void setup(void)
-{
- CLKDIVbits.RCDIV = 0; // make 16MHz
-
- T1CON = 0;
- PR1 = 0xFFFF;
-
- IFS0bits.T1IF = 0;
- IPC0bits.T1IP = 3;
-
- /* enable Timer 1 interrupt */
- //DISABLE IF POLLING
- IEC0bits.T1IE = 1;
-
- T1CONbits.TON = 1;
-}
-
-
-int main(void)
-{
- setup();
- while (1) {
- //Polling stuff
-// while (_T1IF == 0);
-// _T1IF = 0;
- }
-}
diff --git a/HW3.X/strap012_hw3prob2.c b/HW3.X/strap012_hw3prob2.c
deleted file mode 100644
index 6071e56..0000000
--- a/HW3.X/strap012_hw3prob2.c
+++ /dev/null
@@ -1,93 +0,0 @@
-#include <xc.h>
-
-// PIC24FJ64GA002 Configuration Bit Settings
-// 'C' source line config statements
-
-// CONFIG2
-#pragma config POSCMOD = NONE // Primary Oscillator Select (Primary oscillator disabled)
-#pragma config I2C1SEL = PRI // I2C1 Pin Location Select (Use default SCL1/SDA1 pins)
-#pragma config IOL1WAY = OFF // IOLOCK Protection (IOLOCK may be changed via unlocking seq)
-#pragma config OSCIOFNC = OFF // Primary Oscillator Output Function (OSC2/CLKO/RC15 functions as CLKO (FOSC/2))
-#pragma config FCKSM = CSECME // Clock Switching and Monitor (Clock switching is enabled, Fail-Safe Clock Monitor is enabled)
-#pragma config FNOSC = FRCPLL // Oscillator Select (Fast RC Oscillator with PLL module (FRCPLL))
-#pragma config SOSCSEL = SOSC // Sec Oscillator Select (Default Secondary Oscillator (SOSC))
-#pragma config WUTSEL = LEG // Wake-up timer Select (Legacy Wake-up Timer)
-#pragma config IESO = ON // Internal External Switch Over Mode (IESO mode (Two-Speed Start-up) enabled)
-
-// CONFIG1
-#pragma config WDTPS = PS32768 // Watchdog Timer Postscaler (1:32,768)
-#pragma config FWPSA = PR128 // WDT Prescaler (Prescaler ratio of 1:128)
-#pragma config WINDIS = ON // Watchdog Timer Window (Standard Watchdog Timer enabled,(Windowed-mode is disabled))
-#pragma config FWDTEN = OFF // Watchdog Timer Enable (Watchdog Timer is disabled)
-#pragma config ICS = PGx1 // Comm Channel Select (Emulator EMUC1/EMUD1 pins are shared with PGC1/PGD1)
-#pragma config GWRP = OFF // General Code Segment Write Protect (Writes to program memory are allowed)
-#pragma config GCP = OFF // General Code Segment Code Protect (Code protection is disabled)
-#pragma config JTAGEN = OFF // JTAG Port Enable (JTAG port is disabled)
-
-// This program measures the duty cycle (i.e., duration of a signal being 1) in
-// terms of num cycles.
-// INT0 pin has the external sig. T1 counts #cycles.
-// Both programmed as interrupts.
-
-volatile unsigned int overflow = 0;
-volatile unsigned long int numCycles = 0; // duty cycle in terms of # TCY
-volatile unsigned int high = 0, low = 0;
-
-void __attribute__((__interrupt__,__auto_psv__)) _T1Interrupt(void)
-{
- IFS0bits.T1IF = 0;
- overflow++;
-}
-
-void __attribute__((__interrupt__,__auto_psv__)) _INT0Interrupt(void)
-{
- _INT0IF = 0;
-
- if (_INT0EP == 0){ // I was waiting for a rising edge
- TMR1 = 0;
- overflow = 0;
- } else { // I was waiting for a falling edge
- numCycles = TMR1 + 16000L * overflow;
-// TMR1 = 0; // uncomment these two lines if you want the period
-// overflow = 0; // and not just active duty cycle. also
- // delete the if part, and the last line
- // that changes polarity of INT0EP
- }
-
- _INT0EP = 1 - _INT0EP;
-
-}
-
-void setup(void)
-{
- CLKDIVbits.RCDIV = 0; // make 16MHz
- // setup INT0 (RB7) pin as input
- AD1PCFG = 0x9fff;
- LATBbits.LATB7 = 1;
-
- T1CON = 0;
- PR1 = 15999;
- TMR1 = 0;
- T1CONbits.TON = 1;
-
- IFS0bits.T1IF = 0;
- //IPC0bits.T1IP = 4;
- /* enable Timer 1 interrupt */
- IEC0bits.T1IE = 1;
-
- _INT0EP = 0;
- _INT0IF = 0;
- _INT0IE = 1;
-
-}
-
-
-int main(void)
-{
-
- setup();
- int edge = 0;
- while (1) {
-
- }
-}
diff --git a/HW3.X/strap012_hw3prob3.c b/HW3.X/strap012_hw3prob3.c
deleted file mode 100644
index 6f3b6b2..0000000
--- a/HW3.X/strap012_hw3prob3.c
+++ /dev/null
@@ -1,77 +0,0 @@
-#include <xc.h>
-
-// PIC24FJ64GA002 Configuration Bit Settings
-
-// CONFIG2
-#pragma config POSCMOD = NONE // Primary Oscillator Select (Primary oscillator disabled)
-#pragma config I2C1SEL = PRI // I2C1 Pin Location Select (Use default SCL1/SDA1 pins)
-#pragma config IOL1WAY = OFF // IOLOCK Protection (IOLOCK may be changed via unlocking seq)
-#pragma config OSCIOFNC = OFF // Primary Oscillator Output Function (OSC2/CLKO/RC15 functions as CLKO (FOSC/2))
-#pragma config FCKSM = CSECME // Clock Switching and Monitor (Clock switching is enabled, Fail-Safe Clock Monitor is enabled)
-#pragma config FNOSC = FRCPLL // Oscillator Select (Fast RC Oscillator with PLL module (FRCPLL))
-#pragma config SOSCSEL = SOSC // Sec Oscillator Select (Default Secondary Oscillator (SOSC))
-#pragma config WUTSEL = LEG // Wake-up timer Select (Legacy Wake-up Timer)
-#pragma config IESO = ON // Internal External Switch Over Mode (IESO mode (Two-Speed Start-up) enabled)
-
-// CONFIG1
-#pragma config WDTPS = PS32768 // Watchdog Timer Postscaler (1:32,768)
-#pragma config FWPSA = PR128 // WDT Prescaler (Prescaler ratio of 1:128)
-#pragma config WINDIS = ON // Watchdog Timer Window (Standard Watchdog Timer enabled,(Windowed-mode is disabled))
-#pragma config FWDTEN = OFF // Watchdog Timer Enable (Watchdog Timer is disabled)
-#pragma config ICS = PGx1 // Comm Channel Select (Emulator EMUC1/EMUD1 pins are shared with PGC1/PGD1)
-#pragma config GWRP = OFF // General Code Segment Write Protect (Writes to program memory are allowed)
-#pragma config GCP = OFF // General Code Segment Code Protect (Code protection is disabled)
-#pragma config JTAGEN = OFF // JTAG Port Enable (JTAG port is disabled)
-
-// To test: Window > Simulator > Stimulus. Click on the Pin / Register Actions.
-// Click on the top row where it says "Click here to add/remove signals", and add IC1
-// (or RB6). Add entries that change the signal to 1 at time 1000, to zero at 1100, and so on.
-// You may want to check the checkbox that says "Repeat from action".
-
-volatile unsigned int dutyCycle = 0; // positive or negative
-
-void __attribute__((__interrupt__,__auto_psv__)) _IC1Interrupt(void)
-{
- static unsigned int last = 0;
- unsigned int current;
- _IC1IF = 0;
-
- current = IC1BUF;
- if (current > last)
- dutyCycle = current - last;
- else
-// dutyCycle = ((long)(1<<16) + current) - last;
- dutyCycle = ((long)(PR3+1) + current) - last;
-
- last = current;
-}
-
-void setup()
-{
- CLKDIVbits.RCDIV = 0;
- AD1PCFG = 0x9fff; // For digital I/O. If you want to use analog, you'll
- // need to change this.
- _TRISB6 = 1;
- __builtin_write_OSCCONL(OSCCON & 0xbf); // unlock PPS
- _IC1R = 6 ; //IC! <- RB6; See Table 10-2 on P108 of the datasheet
- __builtin_write_OSCCONL(OSCCON | 0x40); // lock PPS
-
- T3CON = 0;
- PR3 = 65535;
- TMR3 = 0;
- _T3IF = 0;
- T3CON = 0x8000;
-
- IC1CON = 1; // every edge
- _IC1IF = 0;
- _IC1IE = 1;
-}
-
-int main(void)
-{
- setup();
-
- while (1){
-
- }
-}
diff --git a/HW3.X/Makefile b/Lab1.X/Makefile
index fca8e2c..fca8e2c 100644
--- a/HW3.X/Makefile
+++ b/Lab1.X/Makefile
diff --git a/HW3.X/dist/default/debug/memoryfile.xml b/Lab2A.X/dist/default/debug/memoryfile.xml
index c74e6e0..2a720f9 100644
--- a/HW3.X/dist/default/debug/memoryfile.xml
+++ b/Lab2A.X/dist/default/debug/memoryfile.xml
@@ -1,18 +1,18 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<project>
- <executable name="dist/default/debug/HW3.X.debug.elf">
- <memory name="data">
- <units>bytes</units>
- <length>8192</length>
- <used>10</used>
- <free>8182</free>
- </memory>
- <memory name="program">
- <units>bytes</units>
- <length>65274</length>
- <used>594</used>
- <free>64680</free>
- </memory>
- </executable>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project>
+ <executable name="dist/default/debug/Lab_2.X.debug.elf">
+ <memory name="data">
+ <units>bytes</units>
+ <length>8192</length>
+ <used>34</used>
+ <free>8158</free>
+ </memory>
+ <memory name="program">
+ <units>bytes</units>
+ <length>65274</length>
+ <used>408</used>
+ <free>64866</free>
+ </memory>
+ </executable>
+</project>
diff --git a/HW3.X/nbproject/private/configurations.xml b/Lab2A.X/nbproject/private/configurations.xml
index 7551fab..f0a581b 100644
--- a/HW3.X/nbproject/private/configurations.xml
+++ b/Lab2A.X/nbproject/private/configurations.xml
@@ -1,25 +1,25 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<configurationDescriptor version="65">
- <projectmakefile>Makefile</projectmakefile>
- <defaultConf>0</defaultConf>
- <confs>
- <conf name="default" type="2">
- <platformToolSN></platformToolSN>
- <languageToolchainDir>C:\Program Files\Microchip\xc16\v1.50\bin</languageToolchainDir>
- <mdbdebugger version="1">
- <placeholder1>place holder 1</placeholder1>
- <placeholder2>place holder 2</placeholder2>
- </mdbdebugger>
- <runprofile version="6">
- <args></args>
- <rundir></rundir>
- <buildfirst>true</buildfirst>
- <console-type>0</console-type>
- <terminal-type>0</terminal-type>
- <remove-instrumentation>0</remove-instrumentation>
- <environment>
- </environment>
- </runprofile>
- </conf>
- </confs>
-</configurationDescriptor>
+<?xml version="1.0" encoding="UTF-8"?>
+<configurationDescriptor version="65">
+ <projectmakefile>Makefile</projectmakefile>
+ <defaultConf>0</defaultConf>
+ <confs>
+ <conf name="default" type="2">
+ <platformToolSN></platformToolSN>
+ <languageToolchainDir>C:\Program Files (x86)\Microchip\xc16\v1.41\bin</languageToolchainDir>
+ <mdbdebugger version="1">
+ <placeholder1>place holder 1</placeholder1>
+ <placeholder2>place holder 2</placeholder2>
+ </mdbdebugger>
+ <runprofile version="6">
+ <args></args>
+ <rundir></rundir>
+ <buildfirst>true</buildfirst>
+ <console-type>0</console-type>
+ <terminal-type>0</terminal-type>
+ <remove-instrumentation>0</remove-instrumentation>
+ <environment>
+ </environment>
+ </runprofile>
+ </conf>
+ </confs>
+</configurationDescriptor>
diff --git a/HW3.X/dist/default/production/memoryfile.xml b/Lab2B.X/dist/default/debug/memoryfile.xml
index 22401db..76b7a05 100644
--- a/HW3.X/dist/default/production/memoryfile.xml
+++ b/Lab2B.X/dist/default/debug/memoryfile.xml
@@ -1,18 +1,18 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<project>
- <executable name="dist/default/production/HW3.X.production.elf">
- <memory name="data">
- <units>bytes</units>
- <length>8192</length>
- <used>4</used>
- <free>8188</free>
- </memory>
- <memory name="program">
- <units>bytes</units>
- <length>65274</length>
- <used>453</used>
- <free>64821</free>
- </memory>
- </executable>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project>
+ <executable name="dist/default/debug/Lab_2B.X.debug.elf">
+ <memory name="data">
+ <units>bytes</units>
+ <length>8192</length>
+ <used>80</used>
+ <free>8112</free>
+ </memory>
+ <memory name="program">
+ <units>bytes</units>
+ <length>65274</length>
+ <used>1056</used>
+ <free>64218</free>
+ </memory>
+ </executable>
+</project>
diff --git a/HW3.X/nbproject/private/private.xml b/Lab2B.X/nbproject/private/private.xml
index fc10dfb..6807a2b 100644
--- a/HW3.X/nbproject/private/private.xml
+++ b/Lab2B.X/nbproject/private/private.xml
@@ -1,9 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
- <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
- <open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
- <group>
- <file>file:/C:/Users/Ross/MPLABXProjects/EE2361Projects/HW3.X/int_first_t1.c</file>
- </group>
- </open-files>
-</project-private>
+<?xml version="1.0" encoding="UTF-8"?>
+<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
+ <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
+ <open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
+ <group/>
+ </open-files>
+</project-private>
diff --git a/HW3.X/nbproject/Makefile-genesis.properties b/Lab4.X/nbproject/Makefile-genesis.properties
index 458c029..b0b44d9 100644
--- a/HW3.X/nbproject/Makefile-genesis.properties
+++ b/Lab4.X/nbproject/Makefile-genesis.properties
@@ -1,10 +1,10 @@
-#
-#Sat Mar 21 14:52:53 CDT 2020
-default.Pack.dfplocation=C\:\\Program Files (x86)\\Microchip\\MPLABX\\v5.35\\packs\\Microchip\\PIC24F-GA-GB_DFP\\1.2.101
-default.com-microchip-mplab-nbide-toolchainXC16-XC16LanguageToolchain.md5=859fc649e7017fd01769e2187e1537a7
-default.languagetoolchain.dir=C\:\\Program Files\\Microchip\\xc16\\v1.50\\bin
-configurations-xml=f503afea90925cb3391f7656571faaea
-com-microchip-mplab-nbide-embedded-makeproject-MakeProject.md5=5db0f4d6bbe0ec2a1f1096ccfb9d7ad3
-default.languagetoolchain.version=1.50
-host.platform=windows
-conf.ids=default
+#
+#Tue Mar 31 12:13:08 CDT 2020
+default.Pack.dfplocation=C\:\\Program Files (x86)\\Microchip\\MPLABX\\v5.35\\packs\\Microchip\\PIC24F-GA-GB_DFP\\1.2.101
+default.com-microchip-mplab-nbide-toolchainXC16-XC16LanguageToolchain.md5=859fc649e7017fd01769e2187e1537a7
+default.languagetoolchain.dir=C\:\\Program Files\\Microchip\\xc16\\v1.50\\bin
+configurations-xml=e0ae3ab3ff8165701c8f81eaf22a66fc
+com-microchip-mplab-nbide-embedded-makeproject-MakeProject.md5=5db0f4d6bbe0ec2a1f1096ccfb9d7ad3
+default.languagetoolchain.version=1.50
+host.platform=windows
+conf.ids=default
diff --git a/HW3.X/nbproject/Makefile-impl.mk b/Lab4.X/nbproject/Makefile-impl.mk
index 6ddd273..564f468 100644
--- a/HW3.X/nbproject/Makefile-impl.mk
+++ b/Lab4.X/nbproject/Makefile-impl.mk
@@ -24,7 +24,7 @@ CLEAN_SUBPROJECTS=${CLEAN_SUBPROJECTS_${SUBPROJECTS}}
# Project Name
-PROJECTNAME=HW3.X
+PROJECTNAME=Lab4.X
# Active Configuration
DEFAULTCONF=default
diff --git a/HW3.X/nbproject/Makefile-local-default.mk b/Lab4.X/nbproject/Makefile-local-default.mk
index c75d9df..c75d9df 100644
--- a/HW3.X/nbproject/Makefile-local-default.mk
+++ b/Lab4.X/nbproject/Makefile-local-default.mk
diff --git a/HW3.X/nbproject/Package-default.bash b/Lab4.X/nbproject/Package-default.bash
index cbe550f..ec5f254 100644
--- a/HW3.X/nbproject/Package-default.bash
+++ b/Lab4.X/nbproject/Package-default.bash
@@ -10,9 +10,9 @@ CND_CONF=default
CND_DISTDIR=dist
TMPDIR=build/${CND_CONF}/${IMAGE_TYPE}/tmp-packaging
TMPDIRNAME=tmp-packaging
-OUTPUT_PATH=dist/${CND_CONF}/${IMAGE_TYPE}/HW3.X.${IMAGE_TYPE}.${OUTPUT_SUFFIX}
-OUTPUT_BASENAME=HW3.X.${IMAGE_TYPE}.${OUTPUT_SUFFIX}
-PACKAGE_TOP_DIR=hw3.x/
+OUTPUT_PATH=dist/${CND_CONF}/${IMAGE_TYPE}/Lab4.X.${IMAGE_TYPE}.${OUTPUT_SUFFIX}
+OUTPUT_BASENAME=Lab4.X.${IMAGE_TYPE}.${OUTPUT_SUFFIX}
+PACKAGE_TOP_DIR=lab4.x/
# Functions
function checkReturnCode
@@ -57,15 +57,15 @@ mkdir -p ${TMPDIR}
# Copy files and create directories and links
cd "${TOP}"
-makeDirectory ${TMPDIR}/hw3.x/bin
+makeDirectory ${TMPDIR}/lab4.x/bin
copyFileToTmpDir "${OUTPUT_PATH}" "${TMPDIR}/${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}" 0755
# Generate tar file
cd "${TOP}"
-rm -f ${CND_DISTDIR}/${CND_CONF}/package/hw3.x.tar
+rm -f ${CND_DISTDIR}/${CND_CONF}/package/lab4.x.tar
cd ${TMPDIR}
-tar -vcf ../../../../${CND_DISTDIR}/${CND_CONF}/package/hw3.x.tar *
+tar -vcf ../../../../${CND_DISTDIR}/${CND_CONF}/package/lab4.x.tar *
checkReturnCode
# Cleanup
diff --git a/HW3.X/nbproject/project.xml b/Lab4.X/nbproject/project.xml
index be65d21..37597b1 100644
--- a/HW3.X/nbproject/project.xml
+++ b/Lab4.X/nbproject/project.xml
@@ -1,29 +1,27 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://www.netbeans.org/ns/project/1">
- <type>com.microchip.mplab.nbide.embedded.makeproject</type>
- <configuration>
- <data xmlns="http://www.netbeans.org/ns/make-project/1">
- <name>HW3</name>
- <creation-uuid>8463ef2c-cfb9-43df-9b54-21aad4de2c86</creation-uuid>
- <make-project-type>0</make-project-type>
- <c-extensions>c</c-extensions>
- <cpp-extensions/>
- <header-extensions/>
- <asminc-extensions/>
- <sourceEncoding>ISO-8859-1</sourceEncoding>
- <make-dep-projects/>
- <sourceRootList>
- <sourceRootElem>.</sourceRootElem>
- </sourceRootList>
- <confList>
- <confElem>
- <name>default</name>
- <type>2</type>
- </confElem>
- </confList>
- <formatting>
- <project-formatting-style>false</project-formatting-style>
- </formatting>
- </data>
- </configuration>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://www.netbeans.org/ns/project/1">
+ <type>com.microchip.mplab.nbide.embedded.makeproject</type>
+ <configuration>
+ <data xmlns="http://www.netbeans.org/ns/make-project/1">
+ <name>Lab4</name>
+ <creation-uuid>3910cf97-50cc-48f2-b0f8-cdd6c77563b8</creation-uuid>
+ <make-project-type>0</make-project-type>
+ <c-extensions>c</c-extensions>
+ <cpp-extensions/>
+ <header-extensions>h</header-extensions>
+ <asminc-extensions/>
+ <sourceEncoding>ISO-8859-1</sourceEncoding>
+ <make-dep-projects/>
+ <sourceRootList/>
+ <confList>
+ <confElem>
+ <name>default</name>
+ <type>2</type>
+ </confElem>
+ </confList>
+ <formatting>
+ <project-formatting-style>false</project-formatting-style>
+ </formatting>
+ </data>
+ </configuration>
+</project>
diff --git a/HW3.X/nbproject/configurations.xml b/Lab5.X/nbproject/configurations.xml
index e666306..3ea7dfd 100644
--- a/HW3.X/nbproject/configurations.xml
+++ b/Lab5.X/nbproject/configurations.xml
@@ -1,657 +1,653 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<configurationDescriptor version="65">
- <logicalFolder name="root" displayName="root" projectFiles="true">
- <logicalFolder name="HeaderFiles"
- displayName="Header Files"
- projectFiles="true">
- </logicalFolder>
- <logicalFolder name="LinkerScript"
- displayName="Linker Files"
- projectFiles="true">
- </logicalFolder>
- <logicalFolder name="SourceFiles"
- displayName="Source Files"
- projectFiles="true">
- <itemPath>strap012_hw3prob2.c</itemPath>
- <itemPath>strap012_hw3prob3.c</itemPath>
- <itemPath>strap012_hw3prob1.c</itemPath>
- </logicalFolder>
- <logicalFolder name="ExternalFiles"
- displayName="Important Files"
- projectFiles="false">
- <itemPath>Makefile</itemPath>
- </logicalFolder>
- </logicalFolder>
- <sourceRootList>
- <Elem>.</Elem>
- </sourceRootList>
- <projectmakefile>Makefile</projectmakefile>
- <confs>
- <conf name="default" type="2">
- <toolsSet>
- <developmentServer>localhost</developmentServer>
- <targetDevice>PIC24FJ64GA002</targetDevice>
- <targetHeader></targetHeader>
- <targetPluginBoard></targetPluginBoard>
- <platformTool>Simulator</platformTool>
- <languageToolchain>XC16</languageToolchain>
- <languageToolchainVersion>1.50</languageToolchainVersion>
- <platform>3</platform>
- </toolsSet>
- <packs>
- <pack name="PIC24F-GA-GB_DFP" vendor="Microchip" version="1.2.101"/>
- </packs>
- <compileType>
- <linkerTool>
- <linkerLibItems>
- </linkerLibItems>
- </linkerTool>
- <archiverTool>
- </archiverTool>
- <loading>
- <useAlternateLoadableFile>false</useAlternateLoadableFile>
- <parseOnProdLoad>false</parseOnProdLoad>
- <alternateLoadableFile></alternateLoadableFile>
- </loading>
- <subordinates>
- </subordinates>
- </compileType>
- <makeCustomizationType>
- <makeCustomizationPreStepEnabled>false</makeCustomizationPreStepEnabled>
- <makeCustomizationPreStep></makeCustomizationPreStep>
- <makeCustomizationPostStepEnabled>false</makeCustomizationPostStepEnabled>
- <makeCustomizationPostStep></makeCustomizationPostStep>
- <makeCustomizationPutChecksumInUserID>false</makeCustomizationPutChecksumInUserID>
- <makeCustomizationEnableLongLines>false</makeCustomizationEnableLongLines>
- <makeCustomizationNormalizeHexFile>false</makeCustomizationNormalizeHexFile>
- </makeCustomizationType>
- <C30>
- <property key="code-model" value="default"/>
- <property key="const-model" value="default"/>
- <property key="data-model" value="default"/>
- <property key="disable-instruction-scheduling" value="false"/>
- <property key="enable-all-warnings" value="true"/>
- <property key="enable-ansi-std" value="false"/>
- <property key="enable-ansi-warnings" value="false"/>
- <property key="enable-fatal-warnings" value="false"/>
- <property key="enable-large-arrays" value="false"/>
- <property key="enable-omit-frame-pointer" value="false"/>
- <property key="enable-procedural-abstraction" value="false"/>
- <property key="enable-short-double" value="false"/>
- <property key="enable-symbols" value="true"/>
- <property key="enable-unroll-loops" value="false"/>
- <property key="extra-include-directories" value=""/>
- <property key="isolate-each-function" value="false"/>
- <property key="keep-inline" value="false"/>
- <property key="oXC16gcc-align-arr" value="false"/>
- <property key="oXC16gcc-cnsts-mauxflash" value="false"/>
- <property key="oXC16gcc-data-sects" value="false"/>
- <property key="oXC16gcc-errata" value=""/>
- <property key="oXC16gcc-fillupper" value=""/>
- <property key="oXC16gcc-large-aggregate" value="false"/>
- <property key="oXC16gcc-mauxflash" value="false"/>
- <property key="oXC16gcc-mpa-lvl" value=""/>
- <property key="oXC16gcc-name-text-sec" value=""/>
- <property key="oXC16gcc-near-chars" value="false"/>
- <property key="oXC16gcc-no-isr-warn" value="false"/>
- <property key="oXC16gcc-sfr-warn" value="false"/>
- <property key="oXC16gcc-smar-io-lvl" value="1"/>
- <property key="oXC16gcc-smart-io-fmt" value=""/>
- <property key="optimization-level" value="0"/>
- <property key="post-instruction-scheduling" value="default"/>
- <property key="pre-instruction-scheduling" value="default"/>
- <property key="preprocessor-macros" value=""/>
- <property key="scalar-model" value="default"/>
- <property key="use-cci" value="false"/>
- <property key="use-iar" value="false"/>
- </C30>
- <C30-AR>
- <property key="additional-options-chop-files" value="false"/>
- </C30-AR>
- <C30-AS>
- <property key="assembler-symbols" value=""/>
- <property key="expand-macros" value="false"/>
- <property key="extra-include-directories-for-assembler" value=""/>
- <property key="extra-include-directories-for-preprocessor" value=""/>
- <property key="false-conditionals" value="false"/>
- <property key="keep-locals" value="false"/>
- <property key="list-assembly" value="false"/>
- <property key="list-section-info" value="false"/>
- <property key="list-source" value="false"/>
- <property key="list-symbols" value="false"/>
- <property key="oXC16asm-extra-opts" value=""/>
- <property key="oXC16asm-list-to-file" value="false"/>
- <property key="omit-debug-dirs" value="false"/>
- <property key="omit-forms" value="false"/>
- <property key="preprocessor-macros" value=""/>
- <property key="relax" value="false"/>
- <property key="warning-level" value="emit-warnings"/>
- </C30-AS>
- <C30-CO>
- <property key="coverage-enable" value=""/>
- </C30-CO>
- <C30-LD>
- <property key="additional-options-use-response-files" value="false"/>
- <property key="boot-eeprom" value="no_eeprom"/>
- <property key="boot-flash" value="no_flash"/>
- <property key="boot-ram" value="no_ram"/>
- <property key="boot-write-protect" value="no_write_protect"/>
- <property key="enable-check-sections" value="false"/>
- <property key="enable-data-init" value="true"/>
- <property key="enable-default-isr" value="true"/>
- <property key="enable-handles" value="true"/>
- <property key="enable-pack-data" value="true"/>
- <property key="extra-lib-directories" value=""/>
- <property key="fill-flash-options-addr" value=""/>
- <property key="fill-flash-options-const" value=""/>
- <property key="fill-flash-options-how" value="0"/>
- <property key="fill-flash-options-inc-const" value="1"/>
- <property key="fill-flash-options-increment" value=""/>
- <property key="fill-flash-options-seq" value=""/>
- <property key="fill-flash-options-what" value="0"/>
- <property key="general-code-protect" value="no_code_protect"/>
- <property key="general-write-protect" value="no_write_protect"/>
- <property key="generate-cross-reference-file" value="false"/>
- <property key="heap-size" value=""/>
- <property key="input-libraries" value=""/>
- <property key="linker-stack" value="true"/>
- <property key="linker-symbols" value=""/>
- <property key="map-file" value="${DISTDIR}/${PROJECTNAME}.${IMAGE_TYPE}.map"/>
- <property key="no-ivt" value="false"/>
- <property key="oXC16ld-extra-opts" value=""/>
- <property key="oXC16ld-fill-upper" value="0"/>
- <property key="oXC16ld-force-link" value="false"/>
- <property key="oXC16ld-no-smart-io" value="false"/>
- <property key="oXC16ld-nostdlib" value="false"/>
- <property key="oXC16ld-stackguard" value="16"/>
- <property key="preprocessor-macros" value=""/>
- <property key="remove-unused-sections" value="false"/>
- <property key="report-memory-usage" value="true"/>
- <property key="secure-eeprom" value="no_eeprom"/>
- <property key="secure-flash" value="no_flash"/>
- <property key="secure-ram" value="no_ram"/>
- <property key="secure-write-protect" value="no_write_protect"/>
- <property key="stack-size" value="16"/>
- <property key="symbol-stripping" value=""/>
- <property key="trace-symbols" value=""/>
- <property key="warn-section-align" value="false"/>
- </C30-LD>
- <C30Global>
- <property key="common-include-directories" value=""/>
- <property key="dual-boot-partition" value="0"/>
- <property key="fast-math" value="false"/>
- <property key="generic-16-bit" value="false"/>
- <property key="legacy-libc" value="true"/>
- <property key="mpreserve-all" value="false"/>
- <property key="oXC16glb-macros" value=""/>
- <property key="omit-pack-options" value="1"/>
- <property key="output-file-format" value="elf"/>
- <property key="preserve-all" value="false"/>
- <property key="preserve-file" value=""/>
- <property key="relaxed-math" value="false"/>
- <property key="save-temps" value="false"/>
- </C30Global>
- <Simulator>
- <property key="codecoverage.enabled" value="Disable"/>
- <property key="codecoverage.enableoutputtofile" value="false"/>
- <property key="codecoverage.outputfile" value=""/>
- <property key="oscillator.auxfrequency" value="120"/>
- <property key="oscillator.auxfrequencyunit" value="Mega"/>
- <property key="oscillator.frequency" value="16"/>
- <property key="oscillator.frequencyunit" value="Mega"/>
- <property key="oscillator.rcfrequency" value="250"/>
- <property key="oscillator.rcfrequencyunit" value="Kilo"/>
- <property key="periphADC1.altscl" value="false"/>
- <property key="periphADC1.minTacq" value=""/>
- <property key="periphADC1.tacqunits" value="microseconds"/>
- <property key="periphADC2.altscl" value="false"/>
- <property key="periphADC2.minTacq" value=""/>
- <property key="periphADC2.tacqunits" value="microseconds"/>
- <property key="periphComp1.gte" value="gt"/>
- <property key="periphComp2.gte" value="gt"/>
- <property key="periphComp3.gte" value="gt"/>
- <property key="periphComp4.gte" value="gt"/>
- <property key="periphComp5.gte" value="gt"/>
- <property key="periphComp6.gte" value="gt"/>
- <property key="reset.scl" value="false"/>
- <property key="reset.type" value="MCLR"/>
- <property key="tracecontrol.include.timestamp" value="summarydataenabled"/>
- <property key="tracecontrol.select" value="0"/>
- <property key="tracecontrol.stallontracebufferfull" value="false"/>
- <property key="tracecontrol.timestamp" value="0"/>
- <property key="tracecontrol.tracebufmax" value="546000"/>
- <property key="tracecontrol.tracefile" value="defmplabxtrace.log"/>
- <property key="tracecontrol.traceresetonrun" value="false"/>
- <property key="uart0io.output" value="window"/>
- <property key="uart0io.outputfile" value=""/>
- <property key="uart0io.uartioenabled" value="false"/>
- <property key="uart10io.output" value="window"/>
- <property key="uart10io.outputfile" value=""/>
- <property key="uart10io.uartioenabled" value="false"/>
- <property key="uart1io.output" value="window"/>
- <property key="uart1io.outputfile" value=""/>
- <property key="uart1io.uartioenabled" value="false"/>
- <property key="uart2io.output" value="window"/>
- <property key="uart2io.outputfile" value=""/>
- <property key="uart2io.uartioenabled" value="false"/>
- <property key="uart3io.output" value="window"/>
- <property key="uart3io.outputfile" value=""/>
- <property key="uart3io.uartioenabled" value="false"/>
- <property key="uart4io.output" value="window"/>
- <property key="uart4io.outputfile" value=""/>
- <property key="uart4io.uartioenabled" value="false"/>
- <property key="uart5io.output" value="window"/>
- <property key="uart5io.outputfile" value=""/>
- <property key="uart5io.uartioenabled" value="false"/>
- <property key="uart6io.output" value="window"/>
- <property key="uart6io.outputfile" value=""/>
- <property key="uart6io.uartioenabled" value="false"/>
- <property key="uart7io.output" value="window"/>
- <property key="uart7io.outputfile" value=""/>
- <property key="uart7io.uartioenabled" value="false"/>
- <property key="uart8io.output" value="window"/>
- <property key="uart8io.outputfile" value=""/>
- <property key="uart8io.uartioenabled" value="false"/>
- <property key="uart9io.output" value="window"/>
- <property key="uart9io.outputfile" value=""/>
- <property key="uart9io.uartioenabled" value="false"/>
- <property key="warningmessagebreakoptions.W0001_CORE_BITREV_MODULO_EN"
- value="report"/>
- <property key="warningmessagebreakoptions.W0002_CORE_SECURE_MEMORYACCESS"
- value="report"/>
- <property key="warningmessagebreakoptions.W0003_CORE_SW_RESET" value="report"/>
- <property key="warningmessagebreakoptions.W0004_CORE_WDT_RESET" value="report"/>
- <property key="warningmessagebreakoptions.W0005_CORE_IOPUW_RESET"
- value="report"/>
- <property key="warningmessagebreakoptions.W0006_CORE_CODE_GUARD_PFC_RESET"
- value="report"/>
- <property key="warningmessagebreakoptions.W0007_CORE_DO_LOOP_STACK_UNDERFLOW"
- value="report"/>
- <property key="warningmessagebreakoptions.W0008_CORE_DO_LOOP_STACK_OVERFLOW"
- value="report"/>
- <property key="warningmessagebreakoptions.W0009_CORE_NESTED_DO_LOOP_RANGE"
- value="report"/>
- <property key="warningmessagebreakoptions.W0010_CORE_SIM32_ODD_WORDACCESS"
- value="report"/>
- <property key="warningmessagebreakoptions.W0011_CORE_SIM32_UNIMPLEMENTED_RAMACCESS"
- value="report"/>
- <property key="warningmessagebreakoptions.W0012_CORE_STACK_OVERFLOW_RESET"
- value="report"/>
- <property key="warningmessagebreakoptions.W0013_CORE_STACK_UNDERFLOW_RESET"
- value="report"/>
- <property key="warningmessagebreakoptions.W0014_CORE_INVALID_OPCODE"
- value="report"/>
- <property key="warningmessagebreakoptions.W0015_CORE_INVALID_ALT_WREG_SET"
- value="report"/>
- <property key="warningmessagebreakoptions.W0016_CORE_STACK_ERROR"
- value="report"/>
- <property key="warningmessagebreakoptions.W0017_CORE_ODD_RAMWORDACCESS"
- value="report"/>
- <property key="warningmessagebreakoptions.W0018_CORE_UNIMPLEMENTED_RAMACCESS"
- value="report"/>
- <property key="warningmessagebreakoptions.W0019_CORE_UNIMPLEMENTED_PROMACCESS"
- value="report"/>
- <property key="warningmessagebreakoptions.W0020_CORE_ACCESS_NOTIN_X_SPACE"
- value="report"/>
- <property key="warningmessagebreakoptions.W0021_CORE_ACCESS_NOTIN_Y_SPACE"
- value="report"/>
- <property key="warningmessagebreakoptions.W0022_CORE_XMODEND_LESS_XMODSRT"
- value="report"/>
- <property key="warningmessagebreakoptions.W0023_CORE_YMODEND_LESS_YMODSRT"
- value="report"/>
- <property key="warningmessagebreakoptions.W0024_CORE_BITREV_MOD_IS_ZERO"
- value="report"/>
- <property key="warningmessagebreakoptions.W0025_CORE_HARD_TRAP" value="report"/>
- <property key="warningmessagebreakoptions.W0026_CORE_UNIMPLEMENTED_MEMORYACCESS"
- value="report"/>
- <property key="warningmessagebreakoptions.W0027_CORE_UNIMPLEMENTED_EDSACCESS"
- value="report"/>
- <property key="warningmessagebreakoptions.W0028_TBLRD_WORM_CONFIG_MEMORY"
- value="report"/>
- <property key="warningmessagebreakoptions.W0029_TBLRD_DEVICE_ID" value="report"/>
- <property key="warningmessagebreakoptions.W0030_CORE_UNIMPLEMENTED_MEMORY_ACCESS"
- value="report"/>
- <property key="warningmessagebreakoptions.W0031_BSLIM_INSUFFICIENT_BOOT_SEGMENT"
- value="report"/>
- <property key="warningmessagebreakoptions.W0032_BSLIM_LIMITS_EXCEEDS_PROG_MEMORY"
- value="report"/>
- <property key="warningmessagebreakoptions.W0033_CORE_UNPREDICTABLE_OPCODE"
- value="report"/>
- <property key="warningmessagebreakoptions.W0034_CORE_UNALIGNED_MEMORY_ACCESS"
- value="report"/>
- <property key="warningmessagebreakoptions.W0035_CORE_UNIMPLEMENTED_RAMACCESS_NOTRAP"
- value="report"/>
- <property key="warningmessagebreakoptions.W0040_FPU_DIFF_CP10_CP11"
- value="report"/>
- <property key="warningmessagebreakoptions.W0041_FPU_ACCESS_DENIED"
- value="report"/>
- <property key="warningmessagebreakoptions.W0042_FPU_PRIVILEGED_ACCESS_ONLY"
- value="report"/>
- <property key="warningmessagebreakoptions.W0043_FPU_CP_RESERVED_VALUE"
- value="report"/>
- <property key="warningmessagebreakoptions.W0044_FPU_OUT_OF_RANGE"
- value="report"/>
- <property key="warningmessagebreakoptions.W0051_INSTRUCTION_DIV_NOT_ENOUGH_REPEAT"
- value="report"/>
- <property key="warningmessagebreakoptions.W0052_INSTRUCTION_DIV_TOO_MANY_REPEAT"
- value="report"/>
- <property key="warningmessagebreakoptions.W0053_INVALID_INTCON_VS_FIELD_VALUE"
- value="report"/>
- <property key="warningmessagebreakoptions.W0101_SIM_UPDATE_FAILED"
- value="report"/>
- <property key="warningmessagebreakoptions.W0102_SIM_PERIPH_MISSING"
- value="report"/>
- <property key="warningmessagebreakoptions.W0103_SIM_PERIPH_FAILED"
- value="report"/>
- <property key="warningmessagebreakoptions.W0104_SIM_FAILED_TO_INIT_TOOL"
- value="report"/>
- <property key="warningmessagebreakoptions.W0105_SIM_INVALID_FIELD"
- value="report"/>
- <property key="warningmessagebreakoptions.W0106_SIM_PERIPH_PARTIAL_SUPPORT"
- value="report"/>
- <property key="warningmessagebreakoptions.W0107_SIM_NOT_SUPPORTED"
- value="report"/>
- <property key="warningmessagebreakoptions.W0108_SIM_RESERVED_SETTING"
- value="report"/>
- <property key="warningmessagebreakoptions.W0109_SIM_PERIPHERAL_IN_DEVELOPMENT"
- value="report"/>
- <property key="warningmessagebreakoptions.W0110_SIM_UNEXPECTED_EVENT"
- value="report"/>
- <property key="warningmessagebreakoptions.W0111_SIM_UNSUPPORTED_SELECTION"
- value="report"/>
- <property key="warningmessagebreakoptions.W0112_SIM_INVALID_OPERATION"
- value="report"/>
- <property key="warningmessagebreakoptions.W0113_SIM_WRITE_TO_PROTECTED_SFR"
- value="report"/>
- <property key="warningmessagebreakoptions.W0114_SIM_INVALID_KEY" value="report"/>
- <property key="warningmessagebreakoptions.W0115_SIM_FAILED_TO_PARSE_DEVICE_FILE"
- value="report"/>
- <property key="warningmessagebreakoptions.W0116_SIM_STACK_OVERFLOW"
- value="report"/>
- <property key="warningmessagebreakoptions.W0117_SIM_STACK_UNDERFLOW"
- value="report"/>
- <property key="warningmessagebreakoptions.W0118_SIM_INVALID_FIELD_VALUE"
- value="report"/>
- <property key="warningmessagebreakoptions.W0119_SIM_SAMPLING_RATE_VIOLATION"
- value="report"/>
- <property key="warningmessagebreakoptions.W0201_ADC_NO_STIMULUS_FILE"
- value="report"/>
- <property key="warningmessagebreakoptions.W0202_ADC_GO_DONE_BIT" value="report"/>
- <property key="warningmessagebreakoptions.W0203_ADC_MINIMUM_2_TAD"
- value="report"/>
- <property key="warningmessagebreakoptions.W0204_ADC_TAD_TOO_SMALL"
- value="report"/>
- <property key="warningmessagebreakoptions.W0205_ADC_UNEXPECTED_TRANSITION"
- value="report"/>
- <property key="warningmessagebreakoptions.W0206_ADC_SAMP_TIME_TOO_SHORT"
- value="report"/>
- <property key="warningmessagebreakoptions.W0207_ADC_NO_PINS_SCANNED"
- value="report"/>
- <property key="warningmessagebreakoptions.W0208_ADC_UNSUPPORTED_CLOCK_SOURCE"
- value="report"/>
- <property key="warningmessagebreakoptions.W0209_ADC_ANALOG_CHANNEL_DIGITAL"
- value="report"/>
- <property key="warningmessagebreakoptions.W0210_ADC_ANALOG_CHANNEL_OUTPUT"
- value="report"/>
- <property key="warningmessagebreakoptions.W0211_ADC_PIN_INVALID_CHANNEL"
- value="report"/>
- <property key="warningmessagebreakoptions.W0212_ADC_BAND_GAP_NOT_SUPPORTED"
- value="report"/>
- <property key="warningmessagebreakoptions.W0213_ADC_RESERVED_SSRC"
- value="report"/>
- <property key="warningmessagebreakoptions.W0214_ADC_POSITIVE_INPUT_DIGITAL"
- value="report"/>
- <property key="warningmessagebreakoptions.W0215_ADC_POSITIVE_INPUT_OUTPUT"
- value="report"/>
- <property key="warningmessagebreakoptions.W0216_ADC_NEGATIVE_INPUT_DIGITAL"
- value="report"/>
- <property key="warningmessagebreakoptions.W0217_ADC_NEGATIVE_INPUT_OUTPUT"
- value="report"/>
- <property key="warningmessagebreakoptions.W0218_ADC_REFERENCE_HIGH_DIGITAL"
- value="report"/>
- <property key="warningmessagebreakoptions.W0219_ADC_REFERENCE_HIGH_OUTPUT"
- value="report"/>
- <property key="warningmessagebreakoptions.W0220_ADC_REFERENCE_LOW_DIGITAL"
- value="report"/>
- <property key="warningmessagebreakoptions.W0221_ADC_REFERENCE_LOW_OUTPUT"
- value="report"/>
- <property key="warningmessagebreakoptions.W0222_ADC_OVERFLOW" value="report"/>
- <property key="warningmessagebreakoptions.W0223_ADC_UNDERFLOW" value="report"/>
- <property key="warningmessagebreakoptions.W0224_ADC_CTMU_NOT_SUPPORTED"
- value="report"/>
- <property key="warningmessagebreakoptions.W0225_ADC_INVALID_CH0S"
- value="report"/>
- <property key="warningmessagebreakoptions.W0226_ADC_VBAT_NOT_SUPPORTED"
- value="report"/>
- <property key="warningmessagebreakoptions.W0227_ADC_INVALID_ADCS"
- value="report"/>
- <property key="warningmessagebreakoptions.W0228_ADC_INVALID_ADCS"
- value="report"/>
- <property key="warningmessagebreakoptions.W0229_ADC_INVALID_ADCS"
- value="report"/>
- <property key="warningmessagebreakoptions.W0230_ADC_TRIGSEL_NOT_SUPPORTED"
- value="report"/>
- <property key="warningmessagebreakoptions.W0231_ADC_NOT_WARMED" value="report"/>
- <property key="warningmessagebreakoptions.W0232_ADC_CALIBRATION_ABORTED"
- value="report"/>
- <property key="warningmessagebreakoptions.W0233_ADC_CORE_POWERED_EARLY"
- value="report"/>
- <property key="warningmessagebreakoptions.W0234_ADC_ALREADY_CALIBRATING"
- value="report"/>
- <property key="warningmessagebreakoptions.W0235_ADC_CAL_TYPE_CHANGED"
- value="report"/>
- <property key="warningmessagebreakoptions.W0236_ADC_CAL_INVALIDATED"
- value="report"/>
- <property key="warningmessagebreakoptions.W0237_ADC_UNKNOWN_DATASHEET"
- value="report"/>
- <property key="warningmessagebreakoptions.W0238_ADC_INVALID_SFR_FIELD_VALUE"
- value="report"/>
- <property key="warningmessagebreakoptions.W0239_ADC_UNSUPPORTED_INPUT"
- value="report"/>
- <property key="warningmessagebreakoptions.W0240_ADC_NOT_CALIBRATED"
- value="report"/>
- <property key="warningmessagebreakoptions.W0241_ADC_FRACTIONAL_NOT_ALLOWED"
- value="report"/>
- <property key="warningmessagebreakoptions.W0242_ADC_BG_INT_BEFORE_PWR"
- value="report"/>
- <property key="warningmessagebreakoptions.W0243_ADC_INVALID_TAD" value="report"/>
- <property key="warningmessagebreakoptions.W0244_ADC_CONVERSION_ABORTED"
- value="report"/>
- <property key="warningmessagebreakoptions.W0245_ADC_BUFREGEN_NOT_ALLOWED"
- value="report"/>
- <property key="warningmessagebreakoptions.W0246_ADC_ACCUMULATION_BAD_RESSEL"
- value="report"/>
- <property key="warningmessagebreakoptions.W0247_ADC_CONVERSION_BAD_RESSEL"
- value="report"/>
- <property key="warningmessagebreakoptions.W0400_PWM_PWM_FASTER_THAN_FOSC"
- value="report"/>
- <property key="warningmessagebreakoptions.W0600_WDT_2ND_WDT_MR_WRITE"
- value="report"/>
- <property key="warningmessagebreakoptions.W0601_WDT_EXPIRED" value="report"/>
- <property key="warningmessagebreakoptions.W0601_WDT_RESET_OUTSIDE_WINDOW"
- value="report"/>
- <property key="warningmessagebreakoptions.W0700_CLC_GENERAL_WARNING"
- value="report"/>
- <property key="warningmessagebreakoptions.W0701_CLC_CLCOUT_AS_INPUT"
- value="report"/>
- <property key="warningmessagebreakoptions.W0702_CLC_CIRCULAR_LOOP"
- value="report"/>
- <property key="warningmessagebreakoptions.W0800_ACC_INPUT_INVALID_CONFIG"
- value="report"/>
- <property key="warningmessagebreakoptions.W0801_ACC_INPUT_NOT_SUPPORTED"
- value="report"/>
- <property key="warningmessagebreakoptions.W0802_ACC_INVERTED_WINDOW_LIMITS"
- value="report"/>
- <property key="warningmessagebreakoptions.W0803_ACC_MISMATCHED_POS_INPUTS"
- value="report"/>
- <property key="warningmessagebreakoptions.W0804_ACC_WINDOW_COMP_DISABLED"
- value="report"/>
- <property key="warningmessagebreakoptions.W0805_ACC_WINDOW_COMPS_MODES"
- value="report"/>
- <property key="warningmessagebreakoptions.W0806_ACC_FEATURE_NOT_SUPPORTED"
- value="report"/>
- <property key="warningmessagebreakoptions.W10001_RESERVED_IRQ_HANDLER_INVOKED"
- value="report"/>
- <property key="warningmessagebreakoptions.W10002_UNSUPPORTED_CLK_SOURCE"
- value="report"/>
- <property key="warningmessagebreakoptions.W10101_UNSUPPORTED_CHANNEL_MODE"
- value="report"/>
- <property key="warningmessagebreakoptions.W10102_UNSUPPORTED_CLK_SOURCE"
- value="report"/>
- <property key="warningmessagebreakoptions.W10103_UNSUPPORTED_RECEIVER_FILTER"
- value="report"/>
- <property key="warningmessagebreakoptions.W10301_NO_PORT_PINS_FOUND"
- value="report"/>
- <property key="warningmessagebreakoptions.W10500_UNSUPPORTED_SOURCE"
- value="report"/>
- <property key="warningmessagebreakoptions.W1201_DATAFLASH_MEM_OUTSIDE_RANGE"
- value="report"/>
- <property key="warningmessagebreakoptions.W1202_DATAFLASH_ERASE_WHILE_LOCKED"
- value="report"/>
- <property key="warningmessagebreakoptions.W1203_DATAFLASH_WRITE_WHILE_LOCKED"
- value="report"/>
- <property key="warningmessagebreakoptions.W1401_DMA_PERIPH_NOT_AVAIL"
- value="report"/>
- <property key="warningmessagebreakoptions.W1402_DMA_INVALID_IRQ" value="report"/>
- <property key="warningmessagebreakoptions.W1403_DMA_INVALID_SFR" value="report"/>
- <property key="warningmessagebreakoptions.W1404_DMA_INVALID_DMA_ADDR"
- value="report"/>
- <property key="warningmessagebreakoptions.W1405_DMA_IRQ_DIR_MISMATCH"
- value="report"/>
- <property key="warningmessagebreakoptions.W1600_PPS_INVALID_MAP" value="report"/>
- <property key="warningmessagebreakoptions.W1601_PPS_INVALID_PIN_DESCRIPTION"
- value="report"/>
- <property key="warningmessagebreakoptions.W1800_PWM_TIMER_SELECTION_NOT_AVIALABLE"
- value="report"/>
- <property key="warningmessagebreakoptions.W1801_PWM_TIMER_SELECTION_BAD_CLOCK_INPUT"
- value="report"/>
- <property key="warningmessagebreakoptions.W1802_PWM_TIMER_MISSING_PERSCALER_INFO"
- value="report"/>
- <property key="warningmessagebreakoptions.W2001_INPUTCAPTURE_TMR3_UNAVAILABLE"
- value="report"/>
- <property key="warningmessagebreakoptions.W2002_INPUTCAPTURE_CAPTURE_EMPTY"
- value="report"/>
- <property key="warningmessagebreakoptions.W2003_INPUTCAPTURE_SYNCSEL_NOT_AVIALABLE"
- value="report"/>
- <property key="warningmessagebreakoptions.W2004_INPUTCAPTURE_BAD_SYNC_SOURCE"
- value="report"/>
- <property key="warningmessagebreakoptions.W2501_OUTPUTCOMPARE_SYNCSEL_NOT_AVIALABLE"
- value="report"/>
- <property key="warningmessagebreakoptions.W2502_OUTPUTCOMPARE_BAD_SYNC_SOURCE"
- value="report"/>
- <property key="warningmessagebreakoptions.W2503_OUTPUTCOMPARE_BAD_TRIGGER_SOURCE"
- value="report"/>
- <property key="warningmessagebreakoptions.W2700_MPU_ILLEGAL_DREGION"
- value="report"/>
- <property key="warningmessagebreakoptions.W2701_MPU_INVALID_REGION"
- value="report"/>
- <property key="warningmessagebreakoptions.W3000_LPM_READ_PROTECTION_SECTION"
- value="report"/>
- <property key="warningmessagebreakoptions.W3010_SPM_WRITE_PROTECTION_SECTION"
- value="report"/>
- <property key="warningmessagebreakoptions.W6001_RTT_FORBIDDEN_RTPRES"
- value="report"/>
- <property key="warningmessagebreakoptions.W6002_RTT_BAD_WRITING_ALMV"
- value="report"/>
- <property key="warningmessagebreakoptions.W6003_RTT_BAD_WRITING_RTPRES"
- value="report"/>
- <property key="warningmessagebreakoptions.W7001_SMT_CLK_SELECTION_NOT_SUPPORT"
- value="report"/>
- <property key="warningmessagebreakoptions.W7002_SMT_SIG_SELECTION_NOT_SUPPORT"
- value="report"/>
- <property key="warningmessagebreakoptions.W7003_SMT_WIN_SELECTION_NOT_SUPPORT"
- value="report"/>
- <property key="warningmessagebreakoptions.W8001_OSC_INVALID_CLOCK_SOURCE"
- value="report"/>
- <property key="warningmessagebreakoptions.W8002_OSC_RESERVED_FEXTOSC"
- value="report"/>
- <property key="warningmessagebreakoptions.W9001_TMR_GATE_AND_EXTCLOCK_ENABLED"
- value="report"/>
- <property key="warningmessagebreakoptions.W9002_TMR_NO_PIN_AVAILABLE"
- value="report"/>
- <property key="warningmessagebreakoptions.W9003_TMR_INVALID_CLOCK_SOURCE"
- value="report"/>
- <property key="warningmessagebreakoptions.W9201_UART_TX_OVERFLOW"
- value="report"/>
- <property key="warningmessagebreakoptions.W9202_UART_TX_CAPTUREFILE"
- value="report"/>
- <property key="warningmessagebreakoptions.W9203_UART_TX_INVALIDINTERRUPTMODE"
- value="report"/>
- <property key="warningmessagebreakoptions.W9204_UART_RX_EMPTY_QUEUE"
- value="report"/>
- <property key="warningmessagebreakoptions.W9205_UART_TX_BADFILE" value="report"/>
- <property key="warningmessagebreakoptions.W9206_UART_RESERVED_MODE"
- value="report"/>
- <property key="warningmessagebreakoptions.W9207_UART_UNABLETOCLOSE_FILE"
- value="report"/>
- <property key="warningmessagebreakoptions.W9401_CVREF_INVALIDSOURCESELECTION"
- value="report"/>
- <property key="warningmessagebreakoptions.W9402_CVREF_INPUT_OUTPUTPINCONFLICT"
- value="report"/>
- <property key="warningmessagebreakoptions.W9601_COMP_FVR_SOURCE_UNAVAILABLE"
- value="report"/>
- <property key="warningmessagebreakoptions.W9602_COMP_DAC_SOURCE_UNAVAILABLE"
- value="report"/>
- <property key="warningmessagebreakoptions.W9603_COMP_CVREF_SOURCE_UNAVAILABLE"
- value="report"/>
- <property key="warningmessagebreakoptions.W9604_COMP_SLOPE_SOURCE_UNAVAILABLE"
- value="report"/>
- <property key="warningmessagebreakoptions.W9605_COMP_PRG_SOURCE_UNAVAILABLE"
- value="report"/>
- <property key="warningmessagebreakoptions.W9607_COMP_DGTL_FLTR_OPTION_UNAVAILABLE"
- value="report"/>
- <property key="warningmessagebreakoptions.W9609_COMP_DGTL_FLTR_CLK_UNAVAILABLE"
- value="report"/>
- <property key="warningmessagebreakoptions.W9801_FVR_INVALID_MODE_SELECTION"
- value="report"/>
- <property key="warningmessagebreakoptions.W9801_SCL_BAD_SUBTYPE_INDICATION"
- value="report"/>
- <property key="warningmessagebreakoptions.W9802_SCL_FILE_NOT_FOUND"
- value="report"/>
- <property key="warningmessagebreakoptions.W9803_SCL_FAILED_TO_READ_FILE"
- value="report"/>
- <property key="warningmessagebreakoptions.W9804_SCL_UNRECOGNIZED_LABEL"
- value="report"/>
- <property key="warningmessagebreakoptions.W9805_SCL_UNRECOGNIZED_VAR"
- value="report"/>
- <property key="warningmessagebreakoptions.W9901_RTSP_INVALID_OPERATION_SELECTION"
- value="report"/>
- <property key="warningmessagebreakoptions.W9902_RTSP_FLASH_PROGRAM_WRITE_PROTECTED"
- value="report"/>
- <property key="warningmessagebreakoptions.displaywarningmessagesoption"
- value=""/>
- <property key="warningmessagebreakoptions.warningmessages" value="holdstate"/>
- </Simulator>
- <item path="strap012_hw3prob1.c" ex="true" overriding="false">
- </item>
- <item path="strap012_hw3prob2.c" ex="false" overriding="false">
- <C30>
- </C30>
- <C30-AR>
- </C30-AR>
- <C30-AS>
- </C30-AS>
- <C30-CO>
- </C30-CO>
- <C30-LD>
- </C30-LD>
- <C30Global>
- </C30Global>
- </item>
- <item path="strap012_hw3prob3.c" ex="true" overriding="false">
- <C30>
- </C30>
- <C30-AR>
- </C30-AR>
- <C30-AS>
- </C30-AS>
- <C30-CO>
- </C30-CO>
- <C30-LD>
- </C30-LD>
- <C30Global>
- </C30Global>
- </item>
- </conf>
- </confs>
-</configurationDescriptor>
+<?xml version="1.0" encoding="UTF-8"?>
+<configurationDescriptor version="65">
+ <logicalFolder name="root" displayName="root" projectFiles="true">
+ <logicalFolder name="HeaderFiles"
+ displayName="Header Files"
+ projectFiles="true">
+ <itemPath>lab5_lcd.h</itemPath>
+ </logicalFolder>
+ <logicalFolder name="LinkerScript"
+ displayName="Linker Files"
+ projectFiles="true">
+ </logicalFolder>
+ <logicalFolder name="SourceFiles"
+ displayName="Source Files"
+ projectFiles="true">
+ <itemPath>lab5_main.c</itemPath>
+ <itemPath>lab5_lcd.c</itemPath>
+ </logicalFolder>
+ <logicalFolder name="ExternalFiles"
+ displayName="Important Files"
+ projectFiles="false">
+ <itemPath>Makefile</itemPath>
+ </logicalFolder>
+ </logicalFolder>
+ <projectmakefile>Makefile</projectmakefile>
+ <confs>
+ <conf name="default" type="2">
+ <toolsSet>
+ <developmentServer>localhost</developmentServer>
+ <targetDevice>PIC24FJ64GA002</targetDevice>
+ <targetHeader></targetHeader>
+ <targetPluginBoard></targetPluginBoard>
+ <platformTool>PK3OBPlatformTool</platformTool>
+ <languageToolchain>XC16</languageToolchain>
+ <languageToolchainVersion>1.50</languageToolchainVersion>
+ <platform>3</platform>
+ </toolsSet>
+ <packs>
+ <pack name="PIC24F-GA-GB_DFP" vendor="Microchip" version="1.2.101"/>
+ </packs>
+ <compileType>
+ <linkerTool>
+ <linkerLibItems>
+ </linkerLibItems>
+ </linkerTool>
+ <archiverTool>
+ </archiverTool>
+ <loading>
+ <useAlternateLoadableFile>false</useAlternateLoadableFile>
+ <parseOnProdLoad>false</parseOnProdLoad>
+ <alternateLoadableFile></alternateLoadableFile>
+ </loading>
+ <subordinates>
+ </subordinates>
+ </compileType>
+ <makeCustomizationType>
+ <makeCustomizationPreStepEnabled>false</makeCustomizationPreStepEnabled>
+ <makeCustomizationPreStep></makeCustomizationPreStep>
+ <makeCustomizationPostStepEnabled>false</makeCustomizationPostStepEnabled>
+ <makeCustomizationPostStep></makeCustomizationPostStep>
+ <makeCustomizationPutChecksumInUserID>false</makeCustomizationPutChecksumInUserID>
+ <makeCustomizationEnableLongLines>false</makeCustomizationEnableLongLines>
+ <makeCustomizationNormalizeHexFile>false</makeCustomizationNormalizeHexFile>
+ </makeCustomizationType>
+ <C30>
+ <property key="code-model" value="default"/>
+ <property key="const-model" value="default"/>
+ <property key="data-model" value="default"/>
+ <property key="disable-instruction-scheduling" value="false"/>
+ <property key="enable-all-warnings" value="true"/>
+ <property key="enable-ansi-std" value="false"/>
+ <property key="enable-ansi-warnings" value="false"/>
+ <property key="enable-fatal-warnings" value="false"/>
+ <property key="enable-large-arrays" value="false"/>
+ <property key="enable-omit-frame-pointer" value="false"/>
+ <property key="enable-procedural-abstraction" value="false"/>
+ <property key="enable-short-double" value="false"/>
+ <property key="enable-symbols" value="true"/>
+ <property key="enable-unroll-loops" value="false"/>
+ <property key="extra-include-directories" value=""/>
+ <property key="isolate-each-function" value="false"/>
+ <property key="keep-inline" value="false"/>
+ <property key="oXC16gcc-align-arr" value="false"/>
+ <property key="oXC16gcc-cnsts-mauxflash" value="false"/>
+ <property key="oXC16gcc-data-sects" value="false"/>
+ <property key="oXC16gcc-errata" value=""/>
+ <property key="oXC16gcc-fillupper" value=""/>
+ <property key="oXC16gcc-large-aggregate" value="false"/>
+ <property key="oXC16gcc-mauxflash" value="false"/>
+ <property key="oXC16gcc-mpa-lvl" value=""/>
+ <property key="oXC16gcc-name-text-sec" value=""/>
+ <property key="oXC16gcc-near-chars" value="false"/>
+ <property key="oXC16gcc-no-isr-warn" value="false"/>
+ <property key="oXC16gcc-sfr-warn" value="false"/>
+ <property key="oXC16gcc-smar-io-lvl" value="1"/>
+ <property key="oXC16gcc-smart-io-fmt" value=""/>
+ <property key="optimization-level" value="0"/>
+ <property key="post-instruction-scheduling" value="default"/>
+ <property key="pre-instruction-scheduling" value="default"/>
+ <property key="preprocessor-macros" value=""/>
+ <property key="scalar-model" value="default"/>
+ <property key="use-cci" value="false"/>
+ <property key="use-iar" value="false"/>
+ </C30>
+ <C30-AR>
+ <property key="additional-options-chop-files" value="false"/>
+ </C30-AR>
+ <C30-AS>
+ <property key="assembler-symbols" value=""/>
+ <property key="expand-macros" value="false"/>
+ <property key="extra-include-directories-for-assembler" value=""/>
+ <property key="extra-include-directories-for-preprocessor" value=""/>
+ <property key="false-conditionals" value="false"/>
+ <property key="keep-locals" value="false"/>
+ <property key="list-assembly" value="false"/>
+ <property key="list-section-info" value="false"/>
+ <property key="list-source" value="false"/>
+ <property key="list-symbols" value="false"/>
+ <property key="oXC16asm-extra-opts" value=""/>
+ <property key="oXC16asm-list-to-file" value="false"/>
+ <property key="omit-debug-dirs" value="false"/>
+ <property key="omit-forms" value="false"/>
+ <property key="preprocessor-macros" value=""/>
+ <property key="relax" value="false"/>
+ <property key="warning-level" value="emit-warnings"/>
+ </C30-AS>
+ <C30-CO>
+ <property key="coverage-enable" value=""/>
+ </C30-CO>
+ <C30-LD>
+ <property key="additional-options-use-response-files" value="false"/>
+ <property key="boot-eeprom" value="no_eeprom"/>
+ <property key="boot-flash" value="no_flash"/>
+ <property key="boot-ram" value="no_ram"/>
+ <property key="boot-write-protect" value="no_write_protect"/>
+ <property key="enable-check-sections" value="false"/>
+ <property key="enable-data-init" value="true"/>
+ <property key="enable-default-isr" value="true"/>
+ <property key="enable-handles" value="true"/>
+ <property key="enable-pack-data" value="true"/>
+ <property key="extra-lib-directories" value=""/>
+ <property key="fill-flash-options-addr" value=""/>
+ <property key="fill-flash-options-const" value=""/>
+ <property key="fill-flash-options-how" value="0"/>
+ <property key="fill-flash-options-inc-const" value="1"/>
+ <property key="fill-flash-options-increment" value=""/>
+ <property key="fill-flash-options-seq" value=""/>
+ <property key="fill-flash-options-what" value="0"/>
+ <property key="general-code-protect" value="no_code_protect"/>
+ <property key="general-write-protect" value="no_write_protect"/>
+ <property key="generate-cross-reference-file" value="false"/>
+ <property key="heap-size" value=""/>
+ <property key="input-libraries" value=""/>
+ <property key="linker-stack" value="true"/>
+ <property key="linker-symbols" value=""/>
+ <property key="map-file" value="${DISTDIR}/${PROJECTNAME}.${IMAGE_TYPE}.map"/>
+ <property key="no-ivt" value="false"/>
+ <property key="oXC16ld-extra-opts" value=""/>
+ <property key="oXC16ld-fill-upper" value="0"/>
+ <property key="oXC16ld-force-link" value="false"/>
+ <property key="oXC16ld-no-smart-io" value="false"/>
+ <property key="oXC16ld-nostdlib" value="false"/>
+ <property key="oXC16ld-stackguard" value="16"/>
+ <property key="preprocessor-macros" value=""/>
+ <property key="remove-unused-sections" value="false"/>
+ <property key="report-memory-usage" value="true"/>
+ <property key="secure-eeprom" value="no_eeprom"/>
+ <property key="secure-flash" value="no_flash"/>
+ <property key="secure-ram" value="no_ram"/>
+ <property key="secure-write-protect" value="no_write_protect"/>
+ <property key="stack-size" value="16"/>
+ <property key="symbol-stripping" value=""/>
+ <property key="trace-symbols" value=""/>
+ <property key="warn-section-align" value="false"/>
+ </C30-LD>
+ <C30Global>
+ <property key="common-include-directories" value=""/>
+ <property key="dual-boot-partition" value="0"/>
+ <property key="fast-math" value="false"/>
+ <property key="generic-16-bit" value="false"/>
+ <property key="legacy-libc" value="true"/>
+ <property key="mpreserve-all" value="false"/>
+ <property key="oXC16glb-macros" value=""/>
+ <property key="omit-pack-options" value="1"/>
+ <property key="output-file-format" value="elf"/>
+ <property key="preserve-all" value="false"/>
+ <property key="preserve-file" value=""/>
+ <property key="relaxed-math" value="false"/>
+ <property key="save-temps" value="false"/>
+ </C30Global>
+ <PK3OBPlatformTool>
+ <property key="AutoSelectMemRanges" value="auto"/>
+ <property key="SecureSegment.SegmentProgramming" value="FullChipProgramming"/>
+ <property key="ToolFirmwareFilePath"
+ value="Press to browse for a specific firmware version"/>
+ <property key="ToolFirmwareOption.UseLatestFirmware" value="true"/>
+ <property key="memories.bootflash" value="true"/>
+ <property key="memories.configurationmemory" value="true"/>
+ <property key="memories.dataflash" value="true"/>
+ <property key="memories.eeprom" value="true"/>
+ <property key="memories.id" value="true"/>
+ <property key="memories.programmemory" value="true"/>
+ <property key="memories.programmemory.ranges"
+ value="${memories.programmemory.ranges}"/>
+ <property key="memories.userotp" value="true"/>
+ <property key="poweroptions.powerenable" value="false"/>
+ <property key="programoptions.eraseb4program" value="true"/>
+ <property key="programoptions.preservedataflash" value="false"/>
+ <property key="programoptions.preservedataflash.ranges"
+ value="${programoptions.preservedataflash.ranges}"/>
+ <property key="programoptions.preserveeeprom" value="false"/>
+ <property key="programoptions.preserveeeprom.ranges"
+ value="${programoptions.preserveeeprom.ranges}"/>
+ <property key="programoptions.preserveprogram.ranges" value=""/>
+ <property key="programoptions.preserveprogramrange" value="false"/>
+ <property key="programoptions.usehighvoltageonmclr" value="false"/>
+ <property key="programoptions.uselvpprogramming" value="false"/>
+ <property key="voltagevalue" value="3.25"/>
+ </PK3OBPlatformTool>
+ <Simulator>
+ <property key="codecoverage.enabled" value="Disable"/>
+ <property key="codecoverage.enableoutputtofile" value="false"/>
+ <property key="codecoverage.outputfile" value=""/>
+ <property key="oscillator.auxfrequency" value="120"/>
+ <property key="oscillator.auxfrequencyunit" value="Mega"/>
+ <property key="oscillator.frequency" value="16"/>
+ <property key="oscillator.frequencyunit" value="Mega"/>
+ <property key="oscillator.rcfrequency" value="250"/>
+ <property key="oscillator.rcfrequencyunit" value="Kilo"/>
+ <property key="periphADC1.altscl" value="false"/>
+ <property key="periphADC1.minTacq" value=""/>
+ <property key="periphADC1.tacqunits" value="microseconds"/>
+ <property key="periphADC2.altscl" value="false"/>
+ <property key="periphADC2.minTacq" value=""/>
+ <property key="periphADC2.tacqunits" value="microseconds"/>
+ <property key="periphComp1.gte" value="gt"/>
+ <property key="periphComp2.gte" value="gt"/>
+ <property key="periphComp3.gte" value="gt"/>
+ <property key="periphComp4.gte" value="gt"/>
+ <property key="periphComp5.gte" value="gt"/>
+ <property key="periphComp6.gte" value="gt"/>
+ <property key="reset.scl" value="false"/>
+ <property key="reset.type" value="MCLR"/>
+ <property key="tracecontrol.include.timestamp" value="summarydataenabled"/>
+ <property key="tracecontrol.select" value="0"/>
+ <property key="tracecontrol.stallontracebufferfull" value="false"/>
+ <property key="tracecontrol.timestamp" value="0"/>
+ <property key="tracecontrol.tracebufmax" value="546000"/>
+ <property key="tracecontrol.tracefile" value="defmplabxtrace.log"/>
+ <property key="tracecontrol.traceresetonrun" value="false"/>
+ <property key="uart0io.output" value="window"/>
+ <property key="uart0io.outputfile" value=""/>
+ <property key="uart0io.uartioenabled" value="false"/>
+ <property key="uart10io.output" value="window"/>
+ <property key="uart10io.outputfile" value=""/>
+ <property key="uart10io.uartioenabled" value="false"/>
+ <property key="uart1io.output" value="window"/>
+ <property key="uart1io.outputfile" value=""/>
+ <property key="uart1io.uartioenabled" value="false"/>
+ <property key="uart2io.output" value="window"/>
+ <property key="uart2io.outputfile" value=""/>
+ <property key="uart2io.uartioenabled" value="false"/>
+ <property key="uart3io.output" value="window"/>
+ <property key="uart3io.outputfile" value=""/>
+ <property key="uart3io.uartioenabled" value="false"/>
+ <property key="uart4io.output" value="window"/>
+ <property key="uart4io.outputfile" value=""/>
+ <property key="uart4io.uartioenabled" value="false"/>
+ <property key="uart5io.output" value="window"/>
+ <property key="uart5io.outputfile" value=""/>
+ <property key="uart5io.uartioenabled" value="false"/>
+ <property key="uart6io.output" value="window"/>
+ <property key="uart6io.outputfile" value=""/>
+ <property key="uart6io.uartioenabled" value="false"/>
+ <property key="uart7io.output" value="window"/>
+ <property key="uart7io.outputfile" value=""/>
+ <property key="uart7io.uartioenabled" value="false"/>
+ <property key="uart8io.output" value="window"/>
+ <property key="uart8io.outputfile" value=""/>
+ <property key="uart8io.uartioenabled" value="false"/>
+ <property key="uart9io.output" value="window"/>
+ <property key="uart9io.outputfile" value=""/>
+ <property key="uart9io.uartioenabled" value="false"/>
+ <property key="warningmessagebreakoptions.W0001_CORE_BITREV_MODULO_EN"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0002_CORE_SECURE_MEMORYACCESS"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0003_CORE_SW_RESET" value="report"/>
+ <property key="warningmessagebreakoptions.W0004_CORE_WDT_RESET" value="report"/>
+ <property key="warningmessagebreakoptions.W0005_CORE_IOPUW_RESET"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0006_CORE_CODE_GUARD_PFC_RESET"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0007_CORE_DO_LOOP_STACK_UNDERFLOW"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0008_CORE_DO_LOOP_STACK_OVERFLOW"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0009_CORE_NESTED_DO_LOOP_RANGE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0010_CORE_SIM32_ODD_WORDACCESS"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0011_CORE_SIM32_UNIMPLEMENTED_RAMACCESS"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0012_CORE_STACK_OVERFLOW_RESET"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0013_CORE_STACK_UNDERFLOW_RESET"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0014_CORE_INVALID_OPCODE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0015_CORE_INVALID_ALT_WREG_SET"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0016_CORE_STACK_ERROR"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0017_CORE_ODD_RAMWORDACCESS"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0018_CORE_UNIMPLEMENTED_RAMACCESS"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0019_CORE_UNIMPLEMENTED_PROMACCESS"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0020_CORE_ACCESS_NOTIN_X_SPACE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0021_CORE_ACCESS_NOTIN_Y_SPACE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0022_CORE_XMODEND_LESS_XMODSRT"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0023_CORE_YMODEND_LESS_YMODSRT"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0024_CORE_BITREV_MOD_IS_ZERO"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0025_CORE_HARD_TRAP" value="report"/>
+ <property key="warningmessagebreakoptions.W0026_CORE_UNIMPLEMENTED_MEMORYACCESS"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0027_CORE_UNIMPLEMENTED_EDSACCESS"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0028_TBLRD_WORM_CONFIG_MEMORY"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0029_TBLRD_DEVICE_ID" value="report"/>
+ <property key="warningmessagebreakoptions.W0030_CORE_UNIMPLEMENTED_MEMORY_ACCESS"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0031_BSLIM_INSUFFICIENT_BOOT_SEGMENT"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0032_BSLIM_LIMITS_EXCEEDS_PROG_MEMORY"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0033_CORE_UNPREDICTABLE_OPCODE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0034_CORE_UNALIGNED_MEMORY_ACCESS"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0035_CORE_UNIMPLEMENTED_RAMACCESS_NOTRAP"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0040_FPU_DIFF_CP10_CP11"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0041_FPU_ACCESS_DENIED"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0042_FPU_PRIVILEGED_ACCESS_ONLY"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0043_FPU_CP_RESERVED_VALUE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0044_FPU_OUT_OF_RANGE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0051_INSTRUCTION_DIV_NOT_ENOUGH_REPEAT"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0052_INSTRUCTION_DIV_TOO_MANY_REPEAT"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0053_INVALID_INTCON_VS_FIELD_VALUE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0101_SIM_UPDATE_FAILED"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0102_SIM_PERIPH_MISSING"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0103_SIM_PERIPH_FAILED"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0104_SIM_FAILED_TO_INIT_TOOL"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0105_SIM_INVALID_FIELD"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0106_SIM_PERIPH_PARTIAL_SUPPORT"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0107_SIM_NOT_SUPPORTED"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0108_SIM_RESERVED_SETTING"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0109_SIM_PERIPHERAL_IN_DEVELOPMENT"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0110_SIM_UNEXPECTED_EVENT"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0111_SIM_UNSUPPORTED_SELECTION"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0112_SIM_INVALID_OPERATION"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0113_SIM_WRITE_TO_PROTECTED_SFR"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0114_SIM_INVALID_KEY" value="report"/>
+ <property key="warningmessagebreakoptions.W0115_SIM_FAILED_TO_PARSE_DEVICE_FILE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0116_SIM_STACK_OVERFLOW"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0117_SIM_STACK_UNDERFLOW"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0118_SIM_INVALID_FIELD_VALUE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0119_SIM_SAMPLING_RATE_VIOLATION"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0201_ADC_NO_STIMULUS_FILE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0202_ADC_GO_DONE_BIT" value="report"/>
+ <property key="warningmessagebreakoptions.W0203_ADC_MINIMUM_2_TAD"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0204_ADC_TAD_TOO_SMALL"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0205_ADC_UNEXPECTED_TRANSITION"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0206_ADC_SAMP_TIME_TOO_SHORT"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0207_ADC_NO_PINS_SCANNED"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0208_ADC_UNSUPPORTED_CLOCK_SOURCE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0209_ADC_ANALOG_CHANNEL_DIGITAL"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0210_ADC_ANALOG_CHANNEL_OUTPUT"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0211_ADC_PIN_INVALID_CHANNEL"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0212_ADC_BAND_GAP_NOT_SUPPORTED"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0213_ADC_RESERVED_SSRC"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0214_ADC_POSITIVE_INPUT_DIGITAL"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0215_ADC_POSITIVE_INPUT_OUTPUT"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0216_ADC_NEGATIVE_INPUT_DIGITAL"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0217_ADC_NEGATIVE_INPUT_OUTPUT"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0218_ADC_REFERENCE_HIGH_DIGITAL"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0219_ADC_REFERENCE_HIGH_OUTPUT"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0220_ADC_REFERENCE_LOW_DIGITAL"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0221_ADC_REFERENCE_LOW_OUTPUT"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0222_ADC_OVERFLOW" value="report"/>
+ <property key="warningmessagebreakoptions.W0223_ADC_UNDERFLOW" value="report"/>
+ <property key="warningmessagebreakoptions.W0224_ADC_CTMU_NOT_SUPPORTED"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0225_ADC_INVALID_CH0S"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0226_ADC_VBAT_NOT_SUPPORTED"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0227_ADC_INVALID_ADCS"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0228_ADC_INVALID_ADCS"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0229_ADC_INVALID_ADCS"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0230_ADC_TRIGSEL_NOT_SUPPORTED"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0231_ADC_NOT_WARMED" value="report"/>
+ <property key="warningmessagebreakoptions.W0232_ADC_CALIBRATION_ABORTED"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0233_ADC_CORE_POWERED_EARLY"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0234_ADC_ALREADY_CALIBRATING"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0235_ADC_CAL_TYPE_CHANGED"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0236_ADC_CAL_INVALIDATED"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0237_ADC_UNKNOWN_DATASHEET"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0238_ADC_INVALID_SFR_FIELD_VALUE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0239_ADC_UNSUPPORTED_INPUT"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0240_ADC_NOT_CALIBRATED"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0241_ADC_FRACTIONAL_NOT_ALLOWED"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0242_ADC_BG_INT_BEFORE_PWR"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0243_ADC_INVALID_TAD" value="report"/>
+ <property key="warningmessagebreakoptions.W0244_ADC_CONVERSION_ABORTED"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0245_ADC_BUFREGEN_NOT_ALLOWED"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0246_ADC_ACCUMULATION_BAD_RESSEL"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0247_ADC_CONVERSION_BAD_RESSEL"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0400_PWM_PWM_FASTER_THAN_FOSC"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0600_WDT_2ND_WDT_MR_WRITE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0601_WDT_EXPIRED" value="report"/>
+ <property key="warningmessagebreakoptions.W0601_WDT_RESET_OUTSIDE_WINDOW"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0700_CLC_GENERAL_WARNING"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0701_CLC_CLCOUT_AS_INPUT"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0702_CLC_CIRCULAR_LOOP"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0800_ACC_INPUT_INVALID_CONFIG"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0801_ACC_INPUT_NOT_SUPPORTED"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0802_ACC_INVERTED_WINDOW_LIMITS"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0803_ACC_MISMATCHED_POS_INPUTS"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0804_ACC_WINDOW_COMP_DISABLED"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0805_ACC_WINDOW_COMPS_MODES"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W0806_ACC_FEATURE_NOT_SUPPORTED"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W10001_RESERVED_IRQ_HANDLER_INVOKED"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W10002_UNSUPPORTED_CLK_SOURCE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W10101_UNSUPPORTED_CHANNEL_MODE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W10102_UNSUPPORTED_CLK_SOURCE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W10103_UNSUPPORTED_RECEIVER_FILTER"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W10301_NO_PORT_PINS_FOUND"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W10500_UNSUPPORTED_SOURCE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W1201_DATAFLASH_MEM_OUTSIDE_RANGE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W1202_DATAFLASH_ERASE_WHILE_LOCKED"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W1203_DATAFLASH_WRITE_WHILE_LOCKED"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W1401_DMA_PERIPH_NOT_AVAIL"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W1402_DMA_INVALID_IRQ" value="report"/>
+ <property key="warningmessagebreakoptions.W1403_DMA_INVALID_SFR" value="report"/>
+ <property key="warningmessagebreakoptions.W1404_DMA_INVALID_DMA_ADDR"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W1405_DMA_IRQ_DIR_MISMATCH"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W1600_PPS_INVALID_MAP" value="report"/>
+ <property key="warningmessagebreakoptions.W1601_PPS_INVALID_PIN_DESCRIPTION"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W1800_PWM_TIMER_SELECTION_NOT_AVIALABLE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W1801_PWM_TIMER_SELECTION_BAD_CLOCK_INPUT"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W1802_PWM_TIMER_MISSING_PERSCALER_INFO"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W2001_INPUTCAPTURE_TMR3_UNAVAILABLE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W2002_INPUTCAPTURE_CAPTURE_EMPTY"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W2003_INPUTCAPTURE_SYNCSEL_NOT_AVIALABLE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W2004_INPUTCAPTURE_BAD_SYNC_SOURCE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W2501_OUTPUTCOMPARE_SYNCSEL_NOT_AVIALABLE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W2502_OUTPUTCOMPARE_BAD_SYNC_SOURCE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W2503_OUTPUTCOMPARE_BAD_TRIGGER_SOURCE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W2700_MPU_ILLEGAL_DREGION"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W2701_MPU_INVALID_REGION"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W3000_LPM_READ_PROTECTION_SECTION"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W3010_SPM_WRITE_PROTECTION_SECTION"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W6001_RTT_FORBIDDEN_RTPRES"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W6002_RTT_BAD_WRITING_ALMV"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W6003_RTT_BAD_WRITING_RTPRES"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W7001_SMT_CLK_SELECTION_NOT_SUPPORT"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W7002_SMT_SIG_SELECTION_NOT_SUPPORT"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W7003_SMT_WIN_SELECTION_NOT_SUPPORT"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W8001_OSC_INVALID_CLOCK_SOURCE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W8002_OSC_RESERVED_FEXTOSC"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W9001_TMR_GATE_AND_EXTCLOCK_ENABLED"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W9002_TMR_NO_PIN_AVAILABLE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W9003_TMR_INVALID_CLOCK_SOURCE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W9201_UART_TX_OVERFLOW"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W9202_UART_TX_CAPTUREFILE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W9203_UART_TX_INVALIDINTERRUPTMODE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W9204_UART_RX_EMPTY_QUEUE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W9205_UART_TX_BADFILE" value="report"/>
+ <property key="warningmessagebreakoptions.W9206_UART_RESERVED_MODE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W9207_UART_UNABLETOCLOSE_FILE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W9401_CVREF_INVALIDSOURCESELECTION"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W9402_CVREF_INPUT_OUTPUTPINCONFLICT"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W9601_COMP_FVR_SOURCE_UNAVAILABLE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W9602_COMP_DAC_SOURCE_UNAVAILABLE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W9603_COMP_CVREF_SOURCE_UNAVAILABLE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W9604_COMP_SLOPE_SOURCE_UNAVAILABLE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W9605_COMP_PRG_SOURCE_UNAVAILABLE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W9607_COMP_DGTL_FLTR_OPTION_UNAVAILABLE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W9609_COMP_DGTL_FLTR_CLK_UNAVAILABLE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W9801_FVR_INVALID_MODE_SELECTION"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W9801_SCL_BAD_SUBTYPE_INDICATION"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W9802_SCL_FILE_NOT_FOUND"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W9803_SCL_FAILED_TO_READ_FILE"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W9804_SCL_UNRECOGNIZED_LABEL"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W9805_SCL_UNRECOGNIZED_VAR"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W9901_RTSP_INVALID_OPERATION_SELECTION"
+ value="report"/>
+ <property key="warningmessagebreakoptions.W9902_RTSP_FLASH_PROGRAM_WRITE_PROTECTED"
+ value="report"/>
+ <property key="warningmessagebreakoptions.displaywarningmessagesoption"
+ value=""/>
+ <property key="warningmessagebreakoptions.warningmessages" value="holdstate"/>
+ </Simulator>
+ </conf>
+ </confs>
+</configurationDescriptor>