Configuration Bits error, harmony 2.05
HI guys,
I am using the latest harmony V2.05, MPLAB X IDE v4.05 and XC32 V1.44 (B).
i have build a simple harmony project (just for testing) and i notice that when enabling the Application linker script in the bootloader section, the code build successfully but i have a configuration bits error or (warring) like this:
BUILD SUCCESSFUL (total time: 2s)
Loading code from C:/microchip/harmony/v2_05/apps/testing/firmware/testing.X/dist/default/production/testing.X.production.hex...
Configuration Bits: address 0x1FC0FFC4: FPLLRNG = 7 does not match any valid value in the device database.
Setting to the default value.
Configuration Bits: address 0x1FC0FFC8: DMTCNT = 31 does not match any valid value in the device database.
Setting to the default value.
Loading completed
when i disable the Application linker script the messages are gone and all works as intended, note that i am using PIC32MZ2048EFH100, as default MCU for this project. i am trying to upgrade from harmony 1.09 but i can't proceed because all my projects have a Bootloader option. does any one know what's the problem ? any help is much appreciated thanks.
here are my configuration bits:
/*** DEVCFG0 ***/
#pragma config DEBUG = OFF
#pragma config JTAGEN = OFF
#pragma config ICESEL = ICS_PGx1
#pragma config TRCEN = OFF
#pragma config BOOTISA = MIPS32
#pragma config FECCCON = OFF_UNLOCKED
#pragma config FSLEEP = OFF
#pragma config DBGPER = PG_ALL
#pragma config SMCLR = MCLR_NORM
#pragma config SOSCGAIN = GAIN_LEVEL_3
#pragma config SOSCBOOST = ON
#pragma config POSCGAIN = GAIN_LEVEL_3
#pragma config POSCBOOST = ON
#pragma config EJTAGBEN = NORMAL
#pragma config CP = OFF
/*** DEVCFG1 ***/
#pragma config FNOSC = SPLL
#pragma config DMTINTV = WIN_127_128
#pragma config FSOSCEN = OFF
#pragma config IESO = OFF
#pragma config POSCMOD = HS
#pragma config OSCIOFNC = OFF
#pragma config FCKSM = CSECME
#pragma config WDTPS = PS1048576
#pragma config WDTSPGM = STOP
#pragma config FWDTEN = OFF
#pragma config WINDIS = NORMAL
#pragma config FWDTWINSZ = WINSZ_25
#pragma config DMTCNT = DMT31
#pragma config FDMTEN = OFF
/*** DEVCFG2 ***/
#pragma config FPLLIDIV = DIV_1
#pragma config FPLLRNG = RANGE_13_26_MHZ
#pragma config FPLLICLK = PLL_POSC
#pragma config FPLLMULT = MUL_21
#pragma config FPLLODIV = DIV_2
#pragma config UPLLFSEL = FREQ_24MHZ
/*** DEVCFG3 ***/
#pragma config USERID = 0xffff
#pragma config FMIIEN = OFF
#pragma config FETHIO = ON
#pragma config PGL1WAY = OFF
#pragma config PMDL1WAY = OFF
#pragma config IOL1WAY = OFF
#pragma config FUSBIDIO = OFF
/*** BF1SEQ0 ***/
#pragma config TSEQ = 0x0000
#pragma config CSEQ = 0xffff