ds30 Loader free edition forums
F88 Write Flash Errors [abandoned] - Printable Version

+- ds30 Loader free edition forums (https://picbootloader.com/forum)
+-- Forum: Support (https://picbootloader.com/forum/forumdisplay.php?fid=3)
+--- Forum: 8-bit firmwares (https://picbootloader.com/forum/forumdisplay.php?fid=7)
+--- Thread: F88 Write Flash Errors [abandoned] (/showthread.php?tid=517)



F88 Write Flash Errors [abandoned] - KiloBravo - 2012-09-08

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)


RE: F88 Write Flash Errors - Mikael Gustavsson - 2012-09-09

Does it work better at 9600 baud rate?