Dear Sir
Please anyone can send boot loader code for this controller or similar
to this controller
Thanks
R Sridhar
Hi
I am attaching my reference code which i downloaded from website
This code is not compiling also for pic18f series
I want to know solution so please do the needful
Thanks
R Sridhar
Hi
I am attaching my programming error message for your reference
Please help me get out of this error
Thanks
R Sridhar
Hi
My code got compiled now , Actually i am having some issues with compiler
I will check my results and update
Thanks
R Sridhar
Hi
Now i can able to make uart OK with 9600 baud rate
I changed only the formula of baud rate
ifndef USE_BRG16
#define UBRG (((OSCF / BAUDRATE) / 64) - 1)
else
#define UBRG ( (((OSCF / BAUDRATE) / 8) - 1) / 2 ) ;baudrate
endif
Thanks
R Sridhar
Hi
This is the error i am getting
I don't know why?
please anyone share your suggestions
Thanks i advance
R Sridhar