Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
boards:sdxl [2015/03/09 11:49] – [Pinout] darron | boards:sdxl [2019/07/10 07:56] (current) – [Pickle Microchip PIC ICSP] darron | ||
---|---|---|---|
Line 11: | Line 11: | ||
A popular use of this board and the original is to run [[tools: | A popular use of this board and the original is to run [[tools: | ||
- | Since this is such a large device I chose to mount it adjacent to a bread-board | + | Since this is such a large device I chose to mount it adjacent to a solder-less breadboard |
rather than acquire a breadboard capable of housing it. This is something to | rather than acquire a breadboard capable of housing it. This is something to | ||
- | consider before | + | consider before |
+ | |||
+ | It must be pointed out that the PIC32MX795F512H only has a guaranteed cell endurance of 1000 erase/write cycles. It's hard to recommend this device for development work. | ||
=== Pinout === | === Pinout === | ||
Line 67: | Line 70: | ||
PGC=19 | PGC=19 | ||
PGD=13 | PGD=13 | ||
- | PGM=255 | + | PGM=-1 |
</ | </ | ||
Line 144: | Line 147: | ||
#pragma config DEBUG = OFF | #pragma config DEBUG = OFF | ||
</ | </ | ||
+ | |||
+ | |||
+ | === Resources === | ||
+ | [[http:// |