Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
boards:sdxl [2015/03/09 11:48]
darron [Pinout]
boards:sdxl [2019/07/10 07:56] (current)
darron [Pickle Microchip PIC ICSP]
Line 11: Line 11:
 A popular use of this board and the original is to run [[tools:retrobsd|RetroBSD]]. A popular use of this board and the original is to run [[tools:retrobsd|RetroBSD]].
  
-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 soldering the headers.+consider before attaching the headers. 
 + 
 +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 31: Line 34:
 RX1  8-RX    RD2          RB9       A6 RX1  8-RX    RD2          RB9       A6
 TX1  9-TX    RD3          RB8       A7  RX5 TX1  9-TX    RD3          RB8       A7  RX5
-     10      RD4          RB6       A8  PGC  470R  GPIOXX +     10      RD4          RB6       A8  PGC 
-     11      RD5          RB7       A9  PGD  470R  GPIOXX +     11      RD5          RB7       A9  PGD 
-     12      RD6                   GND  VSS        GND+     12      RD6                   GND  VSS
      13      RD7                   3V3  VDD      13      RD7                   3V3  VDD
-     14      RF0          !MCLR    RST  VPP  470R  GPIOXX +     14      RF0          !MCLR    RST  VPP 
-     15      RF1          RB0      A10  ICSP       RPi+     15      RF1          RB0      A10  
      16      RE0          RB1      A11      16      RE0          RB1      A11
      17      RE1          RB2      A12      17      RE1          RB2      A12
Line 67: Line 70:
 PGC=19 PGC=19
 PGD=13 PGD=13
-PGM=255+PGM=-1
 </code> </code>
  
Line 144: Line 147:
 #pragma config DEBUG = OFF #pragma config DEBUG = OFF
 </code> </code>
 +
 +
 +=== Resources ===
 +[[http://doc.majenko.co.uk/ds/DS1183.pdf|Manual]]