C30 program for bootloader [solved] - Printable Version +- ds30 Loader free edition forums (https://picbootloader.com/forum) +-- Forum: Support (https://picbootloader.com/forum/forumdisplay.php?fid=3) +--- Forum: 16-bit firmwares (https://picbootloader.com/forum/forumdisplay.php?fid=6) +--- Thread: C30 program for bootloader [solved] (/showthread.php?tid=4) |
C30 program for bootloader [solved] - Akham00 - 2010-08-22 I'm an happy user of Tiny Bootloader on 16F and 18F pics but now I'm testing your nice bootloader for a dsPIC30F. I've successfully configured your bootloader and burned it on a dsPIC and now I'm able to connect to the board with your GUI PC program. But I'm not able to write a C30 program to be loaded on my board, even a simple one (the usual LED flash). It seems that the bootloader loads the program but doesn't run it. In the bootloader documentation there is a short paragraph about using C30 but it's too cryptic to me. Do you have a simple example to start from? Thank you for your nice and complete work! RE: C30 program for bootloader - Lotusx - 2010-08-24 Hello, Could you provide more information : # Device name # Firmware version # GUI version and post you MPLAB project. Fabien RE: C30 program for bootloader - Mikael Gustavsson - 2010-08-25 There's nothing special you need to do becuase you use C30. The part in the manual is about combining the bootloader and user application in one single MPLAB project. Please post more information as Lotusx describes. RE: C30 program for bootloader - Akham00 - 2010-08-30 (2010-08-25, 20:58:12)mackey Wrote: There's nothing special you need to do becuase you use C30 ... Thank you for your reply. You are right (of course!). After your reply I checked again my test software and found the error. Now the test board is very well working with your bootloader. As you say, nothing special need to be done on the C30 program. Just for reference for others, I write here my very simple working test program: Code: /****************************************************************************** |