Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
16F8**A [solved]
#1
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:
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
in the setting.inc :
Code:
        LIST          P=16F876A
Reply


Messages In This Thread
16F8**A [solved] - by hbruno - 2010-10-09, 17:54:55
RE: 16F8**A - by Lotusx - 2010-10-11, 11:04:28
RE: 16F8**A - by admin - 2010-10-17, 16:51:57
RE: 16F8**A - by admin - 2010-10-17, 17:02:21
RE: 16F8**A - by hbruno - 2010-10-19, 08:23:05
RE: 16F8**A - by hbruno - 2010-11-09, 00:25:25
RE: 16F8**A - by Mikael Gustavsson - 2010-11-11, 20:00:37
RE: 16F8**A - by Mikael Gustavsson - 2010-11-16, 20:50:27
RE: 16F8**A - by Mikael Gustavsson - 2010-11-16, 21:24:46
RE: 16F8**A - by hbruno - 2010-11-16, 21:55:47
RE: 16F8**A - by Mikael Gustavsson - 2010-11-17, 21:07:53
RE: 16F8**A - by hbruno - 2010-11-26, 00:03:46
RE: 16F8**A - by Mikael Gustavsson - 2010-11-27, 00:51:20
RE: 16F8**A - by Mikael Gustavsson - 2010-11-27, 01:06:56
RE: 16F8**A - by Mikael Gustavsson - 2010-11-27, 10:24:12
RE: 16F8**A - by Mikael Gustavsson - 2010-11-27, 22:14:23
RE: 16F8**A - by hbruno - 2010-11-29, 15:05:09
RE: 16F8**A - by Mikael Gustavsson - 2010-11-29, 19:03:11
RE: 16F8**A - by hbruno - 2010-12-02, 00:24:46

Forum Jump:


Users browsing this thread: 1 Guest(s)