dsPIC33E [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: dsPIC33E [solved] (/showthread.php?tid=520) |
dsPIC33E [solved] - JimKueneman - 2012-10-19 Hi, I am trying to struggle through MPLab (I am a MikroElecktronica compiler user) and get a bootloader compiled for a dsPIC30F4013 and a dsPIC33EP64GP502 with equally poor results. For the dsPIC4013 I uncomment the line: Quote:.equ __30F4013, 1 ;xxx uncomment and change if using dsPIC30F device I get a million of these error: Quote:C:\Program Files\Microchip\MPLAB ASM30 Suite\bin\..\support\dsPIC30F\inc/p30F4011.inc: Assembler messages: For the EP I am not even sure what to do since it appear that is only implement in a C? Thanks, Jim RE: dsPIC33E - Mikael Gustavsson - 2012-10-19 Hi, Zip the entire MPLAB project and attach it to a post here. The dsPIC33EP, PIC24EP, and PIC32 families are only supported in the commercial versions: http://ds30loader.com Regards Mikael RE: dsPIC33E - JimKueneman - 2012-10-20 Done, also sent PM about the commercial version. ds30 Loader.zip (Size: 873.29 KB / Downloads: 47) Jim (2012-10-19, 19:47:20)Mikael Gustavsson Wrote: Hi, RE: dsPIC33E - Mikael Gustavsson - 2012-10-20 You haven't selected the correct device in MPLAB IDE. Step 1 on page 9: http://ds30loader.com/files/documents/ds30_loader_-_firmware_manual.pdf |