Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
F88 Write Flash Errors [abandoned]
#1
I am using MPLAB X. I just downloaded it. I just downloaded a new copy of the DS30 Loader.
I am using the CCS C compiler ver 4.042. I am now using a PIC16F88 at 5 volts with the max3222 RS232 chip.

Here is a zip file of everything you requested.

The only thing I changed were the user_code.inc To use the internal 8 mhz osc. I do not need to make the pins digital, so I commented that out.

In Settings.inc
LIST P=16F88
#define FOSC 8000000 ;xxx
#define BAUDRATE 19200

__CONFIG _CONFIG1, _DEBUG_OFF & _INTRC_IO & _WDT_OFF & _PWRTE_OFF & _MCLR_ON & _BODEN_OFF & _LVP_OFF

__CONFIG _CONFIG2, _IESO_OFF & _FCMEN_OFF


.zip   RS232_F88.zip (Size: 133.29 KB / Downloads: 12)
Reply
#2
Does it work better at 9600 baud rate?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)