Home
Prox / RFID
Verichips
Ladder Logic
[interfacing] †
Tube Joints
Key Code From Photo
SolveSpace (3d CAD)
SketchFlat (2d CAD)
Photographs
Miscellany
Resume / Consulting
Contact Me

LDmicro Forum - PIC16F72 Add

(you are viewing a thread; or go back to list of threads)

PIC16F72 Add (by MARTY)
Sir,
Good day for evry one.And thanks for Jonathan Westhues to creat ldmicro software.
I just ask to Jonathan Westhues can we add pic 16f72microcontroller in ldmicro
microcontroller.Becuase it is cheap less then half doller and easy available.
THANKS for your gaidness
Mon Oct 1 2012, 07:47:44
(no subject) (by Chris)
How do you would have the interface for adding other
type of cpu, text file, dll, registry based or command line
based that are added to the exe itself.
Tue Oct 2 2012, 09:18:31
PIC16F72 Add (by MARTY)
Thanks for replay .but idont about C languages.I try to learn but at this time i need help to some one do it for me. thanks if some one do it for me
Tue Oct 2 2012, 10:35:34
(no subject) (by Xavier)
For adding new processors to LDMicro you don't need a deeply C knowledged, however, at least you should know how to compile the sources.

Specific MPU's features are set in the mcutable.h file. Once there then you can add the features of your CPU, after that you need to add an entry to the menu. Finally, recompile the project, and voila!, your MCU has been included in the project.

I'm writing a Cortex-M port, that's way I'm messing with the internals =)
Wed Oct 3 2012, 19:37:54
PIC16F72 Add (by MARTY)
DEAR SIR,
I try to much but i could not do it .i am very early stage of
C Languages.and not to much know about compiler and how to compile the program .so soon i do it but i need help of add pic16f72 to add . thanks u r replay
Sat Oct 6 2012, 11:20:08
(no subject) (by Chris)
Use the PIC16F886 , it should work.

Sure, you have less flash space, no eeprom, no uart,
ADC only on porta, otherwise it can work.

If you need to modify it, copy the
PIC16F886 definition inside mcutable.h and paste it,
change the name and all other things that are needed to change, increase the NUM_SUPPORTED_MCUS from ldmicro.h file
and you should see that mcu appear on the menu after recompilation. Further you must add the init options to
the pic16.cpp in order to support the initialisation of
the cpu.
Sat Oct 6 2012, 11:57:02
Post a reply to this comment:
Your Name:
Your Email:
Subject:
(no HTML tags; use plain text, and hit Enter for a line break)
Attached file (if you want, 5 MB max):