2010-10-09, 17:54:55
(This post was last modified: 2012-12-23, 15:15:19 by Mikael Gustavsson.)
Hello all,
DS30 loader is is a very good software but it would be fantastic if it was universal.
Many people like me have in their drawers some PIC like 16F628A, 16F84A, 16F876A, 16F877A.
I can not create .Hex for these types of PIC.
I changed the devices.inc, the setting.inc and chosen the right PIC in MPLAB 8.53, but the compilation, I always "Unknown device specified". Could someone give me the procedure step by step to create the right file?
Thank you.
I added in the file devices.inc:
in the setting.inc :
DS30 loader is is a very good software but it would be fantastic if it was universal.
Many people like me have in their drawers some PIC like 16F628A, 16F84A, 16F876A, 16F877A.
I can not create .Hex for these types of PIC.
I changed the devices.inc, the setting.inc and chosen the right PIC in MPLAB 8.53, but the compilation, I always "Unknown device specified". Could someone give me the procedure step by step to create the right file?
Thank you.
I added in the file devices.inc:
Code:
ifdef __16F876a
#include p16F876a.inc
#define VALID_DEV 1
#define MAX_FLASH 0x2000
#define DEVICEID 234
#define PAGESIZEW 1
#define ROWSIZEW 1
#define AUTOERASE 1
endif
Code:
LIST P=16F876A