I am a computer hobbyist learning Flashforth using Microchip Curiosity Nano board with subject MCU.
I am using MPLAB X IDE ver 5.50 and XC16 ver 1.61 to build the .hex file.
However, I met the following messages:
../src/configs.c:597:9: error: unknown value for configuration settings 'RWDTPS' : 'PS2147483648
../src/configs.c:601:9: error: unknown value for configuration settings 'SWDTPS' : 'PS2147483648
and 'make' stopped with Error 255 and Error 2.
You can see exact detail as per the attached photo. The other photo show dashboard in the MPLAB X IDE environment.
I have already gone through all the messages in this forum but cannot find anything relevant.
I have also searched the internet using Google but cannot find any hints.
I am a computer hobbyist learning Flashforth using Microchip Curiosity Nano board with subject MCU.
I am using MPLAB X IDE ver 5.50 and XC16 ver 1.61 to build the .hex file.
However, I met the following messages:
../src/configs.c:597:9: error: unknown value for configuration settings 'RWDTPS' : 'PS2147483648
../src/configs.c:601:9: error: unknown value for configuration settings 'SWDTPS' : 'PS2147483648
and 'make' stopped with Error 255 and Error 2.
You can see exact detail as per the attached photo. The other photo show dashboard in the MPLAB X IDE environment.
I have already gone through all the messages in this forum but cannot find anything relevant.
I have also searched the internet using Google but cannot find any hints.
Please kindly assist.
@oh2aun
@ronny suy
Based on your previous experience working on the same board, please kindly shed some light.
You can create valid configs in Mplabx. Generate the C source code and copy paste it into configs.c
@oh2aun thank you for your prompt reply.
Apology that I am a newbie to both Forth and C programming.
Will there be a tutorial telling me the way to create valid configs in Mplabx ?
I see your compiler is quite old. Please update to the latest mplabx and latest xc16. Then it should work.
Last edit: Mikael Nordman 4 days ago