chipKIT® Development Platform

Inspired by Arduino™

pic32mx795f512H - core files, pins

Created Tue, 14 Jun 2011 07:46:01 +0000 by pito


pito

Tue, 14 Jun 2011 07:46:01 +0000

Hi, are there core files for the 64pin 32mx795f512H (the same wiring as the all other H-64pin chips) available? Pins probably same layout as the Uno32.. P.


pito

Tue, 14 Jun 2011 12:49:45 +0000

..the UNO32 board could be populated with mx695F512H or mx795F512H as the pin layout is same except 2 pins, which has other functions on mx795: PF, // 0 RF2 ### U1RX/SDI1/RF2 PF, // 38 RF6 ### U1RTS/BCLK1/SCK1/INT0/RF6

and the UART1 is at: PD, // 6 RD2 U1RX/OC3/RD2 PD, // 9 RD3 U1TX/OC4/RD3

all other signals seems to be at the same pins as it is on the UNO32. I did a new "pins_arduino_pic32_my.cxx" based on uno, did changes in Hardwareserial.h and .cpp, pins_arduino.c, added a new definition in boards,txt, but still not able to get Serial.print on Usart1 or Usart2 (it compiles w/o error). I am flashing with pickit, no bootloader. P.