104#pragma config CTXT1 = OFF //Specifies Interrupt Priority Level (IPL) Associated to Alternate Working Register 1 bits->Not Assigned
105#pragma config CTXT2 = OFF //Specifies Interrupt Priority Level (IPL) Associated to Alternate Working Register 2 bits->Not Assigned
106#pragma config CTXT3 = OFF //Specifies Interrupt Priority Level (IPL) Associated to Alternate Working Register 3 bits->Not Assigned
107#pragma config CTXT4 = OFF //Specifies Interrupt Priority Level (IPL) Associated to Alternate Working Register 4 bits->Not Assigned
108
109// FBTSEQ
110#pragma config BSEQ = 0xfff //Relative value defining which partition will be active after device Reset; the partition containing a lower boot number will be active
111#pragma config IBSEQ = 0xfff //The one's complement of BSEQ; must be calculated by the user and written during device programming.
112
113// FBOOT
114#pragma config BTMODE = SINGLE //Device Boot Mode Configuration->Device is in Single Boot (legacy) mode