2011-02-22, 21:12:13
(2011-02-22, 19:58:45)Mikael Gustafsson Wrote: Those are only if you wish to use tx enable pin, do you?
I thought I had to because the GUI has been unable to find the bootloader. It always times out and never receives anything back from my chip. I am using the same UART/serial port with my main program and I haven't had any problems with it. Is there something else I need to do in order for the GUI to find the bootloader?
I have built and programmed my chip with your bootloader after changing the following in settings.inc:
Device name: _30F6014A
FCY, 1842500
Comment out DEV_MODE
BAUDRATE 115200 (also tried 9600)
USE_UART2 (commented out USE_UART1)
I also used the following Configuration bits (which I copied/pasted from my code that I want to load with the bootloader):
__FOSC CSW_FSCM_OFF & FRC
__FWDT, WDT_OFF
__FBORPOR, PBOR_ON & BORV_27 & PWRT_64 & MCLR_EN
__FGS, CODE_PROT_OFF
__FICD, ICS_NONE