1

I'm new on this field ...

I have a Arduino ESP8266 connected to a PIC18F trought UART2, I wonder if already there is something out there to send the HEX file from the ESP to the pic and burn the firmware

PS: the ESP already has the HEX file stored in memory

enter image description here

Mike
  • 4,041
  • 6
  • 20
  • 37
Colas
  • 157
  • 1
  • 2
  • 12
  • You wan't to act your ARDUINO as a PIC programmer? Otherwise you need a bootloader in your PIC. – Mike Mar 11 '19 at 07:22

1 Answers1

0

You can use In-Circuit Serial Programming™ (ICSP™)

Find an appropriate guide on how to program based on your PIC

https://www.microchip.com/doclisting/TechDoc.aspx?type=Programming

pm101
  • 1,309
  • 10
  • 30