PIC18F97J60 configuration check in pic16devices.txt
I don't know is this file generated or not. I think we need to open an issue to check and fix all the devices in this pic16devices.txt file.
Yes, the file exists and there is information for the PIC18F97J60. name 18f97j60 using 18f67j10 ramsize 4096 configword 0x01FFFC 0xF8 0xF8 configword 0x01FFFD 0x07 0xF7 But I don't know it is correct or not.
Thanks. When I am using this "#pragma config" style configuration, the PICkit 2 programmer gives error at flashing the output HEX file. PICkit 2 Program Report 31-12-2017, 19:06:44 Device Type: PIC18F97J60 Program Memory Errors Address Good Bad 01FFFE 00FFFF 00F000 Maybe the compiler places the config word to a bad memory address?
Thanks. When I am using this #pragma config style configuration, the PICkit 2 programmer gives error at flashing the output HEX file. PICkit 2 Program Report 31-12-2017, 19:06:44 Device Type: PIC18F97J60 Program Memory Errors Address Good Bad 01FFFE 00FFFF 00F000 Maybe the compiler places the config word to a bad memory address?
Thanks. When I am using this #pragma configstyle configuration, the PICkit 2 programmer gives error at flashing the output HEX file. PICkit 2 Program Report 31-12-2017, 19:06:44 Device Type: PIC18F97J60 Program Memory Errors Address Good Bad 01FFFE 00FFFF 00F000 Maybe the compiler places the config word to a bad memory address?
In the datasheet of PIC18F97J60 the config words located at: 300000h CONFIG1L 300001h CONFIG1H 300002h CONFIG2L 300003h CONFIG2H 300004h CONFIG3L 300005h CONFIG3H 3FFFFEh DEVID1 3FFFFFh DEVID2 but in the header files defined : #define __CONFIG1L 0x01FFF8 #define __CONFIG1H 0x01FFF9 #define __CONFIG2L 0x01FFFA #define __CONFIG2H 0x01FFFB #define __CONFIG3L 0x01FFFC #define __CONFIG3H 0x01FFFD Which is relevant? Can someone give me a really working CONFIG setting for PIC18F97J60? The -mpic14 style...
Thanks, works with downloaded SDCC.