Posts: 6
Threads: 2
Joined: Jun 2012
2012-06-29, 14:51:05
(This post was last modified: 2012-12-25, 17:09:34 by Mikael Gustavsson.)
Hello,
My target is PIC16LF1937 and I need to add it to the device list of both the firmware and the GUI, can I do it? How?
Thanks,
Eyal
Posts: 623
Threads: 0
Joined: Nov 2009
Hi,
It's as simple as downloading the latest version.
Mikael
Posts: 6
Threads: 2
Joined: Jun 2012
(2012-06-29, 16:56:40)Mikael Gustafsson Wrote: Hi,
It's as simple as downloading the latest version.
Mikael
Hello Mikael,
I downloaded version 120325 with Firmware PIC12F & PIC16F 1.0.2 just a day ago, maybe I'm missing something, I can't see there the 16
LF1937.
Please note I'm talking about the "LF" and not the "F" that they are basically the same but with different device ID.
Thanks,
Eyal
Posts: 623
Threads: 0
Joined: Nov 2009
2012-07-03, 00:58:29
(This post was last modified: 2012-07-21, 21:42:28 by Mikael Gustavsson.)
Hi,
Ok, add these lines to devices.inc and use the non L-device in the GUI:
Code:
ifdef __16LF1937
#include p16LF1937.inc
#define VALID_DEV 1
#define MAX_FLASH 0x2000
#define RAM_START
#define RAM_SIZEB 512
#define DEVICEID 465
#define HAS_EE 1
#define PAGESIZEW 32
#define ROWSIZEW 8
endif