Posts: 16
Threads: 6
Joined: Jul 2019
Dear Sir
Please anyone can send boot loader code for this controller or similar
to this controller
Thanks
R Sridhar
Posts: 16
Threads: 6
Joined: Jul 2019
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
Attached Files
ds30 Loader -v0.zip (Size: 1,022.17 KB / Downloads: 7)
Posts: 16
Threads: 6
Joined: Jul 2019
Hi
I am attaching my programming error message for your reference
Please help me get out of this error
Thanks
R Sridhar
Attached Files
pic1f27q10 not woring.pdf (Size: 40.6 KB / Downloads: 2)
Posts: 16
Threads: 6
Joined: Jul 2019
Hi
My code got compiled now , Actually i am having some issues with compiler
I will check my results and update
Thanks
R Sridhar
Attached Files
Thumbnail(s)
Posts: 16
Threads: 6
Joined: Jul 2019
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
Attached Files
v1 only OK while.zip (Size: 97.24 KB / Downloads: 4)
Posts: 16
Threads: 6
Joined: Jul 2019
Hi
This is the error i am getting
I don't know why?
please anyone share your suggestions
Thanks i advance
R Sridhar
Attached Files
Thumbnail(s)
v2.zip (Size: 98.26 KB / Downloads: 11)