PDA

View Full Version : how to program PIC16f18313 pls ?



iw2fvo
- 25th March 2016, 08:57
good day ,
I would like to program the PIC F 18313 using picbasic pro 2.50 and pickit_3 programmer.
How could I do that ?
Thanks
Ambrogio

HenrikOlsson
- 25th March 2016, 09:58
Hi,
Version 2.50 is almost 10 years old now. The 16F18313 is new device and according to the version history (http://support.melabs.com/content/29-PicBasic-Pro-Version-History) preliminary support for it was added in the latest version of PBP (3.0.8).

I don't know the details about that device, and/or if it's possible to create your own device specific include file for it and compile using 2.50 or if relies on low level library functions and/or internal compiler support added since 2.50 but if it was me, and I really had to use that device I'd strongly consider upgrading.

I haven't checked but the PICkit3 "should" be able to program the device.

/Henrik.

iw2fvo
- 25th March 2016, 16:36
Thanks Henrik.
Anyway, i am searching for a 8 pins PIC with PWM capability...
Any suggestion ?
Ambrogio

LinkMTech
- 25th March 2016, 18:49
Look into the PIC12F683.
I haven't used 2.50 in a long time but that's the PIC I started with.

iw2fvo
- 27th March 2016, 18:25
PIC12F683 is a good point.
Thanks
Ambrogio