Why not? I've never used or seen a DSpic but thought this an interesting subject so I did some googling:
dsPIC30 is a 16bit mcu:
http://ww1.microchip.com/downloads/e...Doc/70102K.pdf
PIC 24F are also 16bit mcu:(p. 62)
The format supported is the Intel® HEX 32 Format (INHX32).
http://ww1.microchip.com/downloads/e...tes/91025a.pdf
It would seem it's just a matter of using a programmer that generates INHX32 hex files. I have no clue which format is generated by my MeLabs U2 programmer. The most I could find was:(p. 2)
The formats supported are the Intel HEX Format (INHX8M), Intel Split HEX Format (INHX8S), and the Intel HEX 32 Format (INHX32).
INHX8M? INHX8S? INHX32?The melabs programmer software is compatible with the standard Microchip HEX format files.
So, is it possible that finding a programmer that generates INHX32 hex files is the only hurdle to using PIC Basic Pro on dsPIC devices?
Or am I totally not seeing something?
EDIT: This is from 18F2550.INC in PBP folder:
So a PIC 18F2550 is apparently programmed in INHX32 format, why couldn't a dsPIC?LIST p = 18F2550, r = dec, w = -311, w = -230, f = inhx32
Bookmarks