riscv-openocd/testing/examples/PIC32
oharboe 3a59ff8bda Laurentiu Cocanu - blinking led app for PIC32.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1157 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-11-12 09:03:16 +00:00
..
BlinkingLeds.c Laurentiu Cocanu - blinking led app for PIC32. 2008-11-12 09:03:16 +00:00
BlinkingLeds.elf Laurentiu Cocanu - blinking led app for PIC32. 2008-11-12 09:03:16 +00:00
readme.txt Laurentiu Cocanu - blinking led app for PIC32. 2008-11-12 09:03:16 +00:00

readme.txt

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Here you'll find a simple example tested with PIC32 Starter kit (source code and .elf file). It will blink repeatedly the LEDs on the board.
The program was compiled and written on the target using MPLAB IDE v 8.0 that comes with the kit because openocd is missing currently the ability 
to program the flash for this specific target. It is possible in the future this limitation to be removed.