pic18f27q10 - 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: pic18f27q10 (/showthread.php?tid=22341) |
pic18f27q10 - sridhar - 2020-06-10 Dear Sir Please anyone can send boot loader code for this controller or similar to this controller Thanks R Sridhar RE: pic18f27q10 - sridhar - 2020-06-10 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 RE: pic18f27q10 - sridhar - 2020-06-10 Hi I am attaching my programming error message for your reference Please help me get out of this error Thanks R Sridhar RE: pic18f27q10 - sridhar - 2020-06-12 Hi My code got compiled now , Actually i am having some issues with compiler I will check my results and update Thanks R Sridhar RE: pic18f27q10 - sridhar - 2020-06-16 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 RE: pic18f27q10 - sridhar - 2020-06-17 Hi This is the error i am getting I don't know why? please anyone share your suggestions Thanks i advance R Sridhar |