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 - Porting to PIC32

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

Porting to PIC32 (by Itamar)
Hi I integrated the LDMicro interpreter in a PIC32 program.
it is not a new "LDMicro target" that can be added to the ladder editor. Instead, it is an example of using the 'interpreted byte code' output on a processor of your choice. It requires that you can upload the byte code to your target some how. In my case I follow theses steps:
1. save the byte code to a file on a USB stick on the PC
2. put the USB stick in the PIC32 target board
3. read the byte code file from the USB and save it to EEProm
4. execute the byte code by the PIC32 software
see the attached ZIP file for the actual code I use
Fri Jul 5 2013, 03:06:28, download attachment LDMicro_PIC32.zip
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):