Short answer: No.
PBP works with PIC10, 12, 16 and 18 "only".
I'd probably take a look at MikroElectronikas mikroBASIC PRO for dsPIC or move over to the dark side....
Short answer: No.
PBP works with PIC10, 12, 16 and 18 "only".
I'd probably take a look at MikroElectronikas mikroBASIC PRO for dsPIC or move over to the dark side....
Hi,
The subject was discussed some times ago ...
looked Melabs had no real project for 16 bits ...
May be Charles Leo could make a little " update " about the future ...
BTW CCS C compiler also is a possibility ( take care to recent versions > 4.110 : somewhat buggy ...)
Alain
************************************************** ***********************
Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
************************************************** ***********************
IF there is the word "Problem" in your question ...
certainly the answer is " RTFM " or " RTFDataSheet " !!!
*****************************************
And why would 16-bit PICs be interesting? A PIC16 is rated at 5MIPs and the fastest PIC18s are rated 16MIPs (typically 10MIPs). The 16-bit PIC24/dsPIC are rated from 16-40MIPs. However, MIPs (million-instructions/second) are very misleading and do not not take into account things like instruction and data sizes. So how, for example, does a 10MIPs PIC18F97J60 compare to a 16MIPs PIC24FJ64GA004 - is the PIC24FJ 1.6x faster? In real world testing and benchmarking, it is more like 13-23x. Comparing PIC32s which are rated at 40-80MIPs, the disparity gets even larger. Instead of 4-8x that of a PIC18, it can be as much 160x. Take a look at the CoreMark figures (last column) in the table below.
Why pay for overpriced toys when you can have
professional grade tools for FREE!!!
(post removed)
Last edited by Demon; - 15th May 2011 at 22:18.
************************************************** ***********************
Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
************************************************** ***********************
IF there is the word "Problem" in your question ...
certainly the answer is " RTFM " or " RTFDataSheet " !!!
*****************************************
(post removed)
Last edited by Demon; - 15th May 2011 at 22:18.
Why pay for overpriced toys when you can have
professional grade tools for FREE!!!
(post removed)
Last edited by Demon; - 15th May 2011 at 22:18.
************************************************** ***********************
Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
************************************************** ***********************
IF there is the word "Problem" in your question ...
certainly the answer is " RTFM " or " RTFDataSheet " !!!
*****************************************
(post removed)
Last edited by Demon; - 15th May 2011 at 22:18.
Why pay for overpriced toys when you can have
professional grade tools for FREE!!!
I wouldn't make a statement like that (EDIT: Until Microchip closes the production line or issues a formal statement).
http://www.microchip.com/en_US/family/16bit/index.html
Microchip’s 16-bit, PIC24 MCUs and dsPIC® Digital Signal Controllers provide designers with an easy upgrade path from 8-bit PIC® microcontrollers and a cost effective option to 32-bit MCUs. The broad product line includes everything from eXtreme Low Power microcontrollers to high performance digital signal controllers. Combined with hardware and free software these 16-bit products make the design of Control, mTouch™ Sensing, Graphics, Connectivity, Digital Power Conversion, Smart Sensing and Motor Control solutions easy to implement.
Originally Posted by Demon
Simple answer - no. Programmers do not generate INHX32 files - that is the job of the compiler. The files required by a PIC12/16/18 is very different from that of a dsPIC. While it may be possible to take a PIC12/16/18 HEX file and burn it into a dsPIC, it will not do what you expect it to.
Why pay for overpriced toys when you can have
professional grade tools for FREE!!!
(just had a thought)
Or is it more an issue of how the commands are structured within the hex file?
The layout is compatible, but the commands are not.
That is the "file format" same as pdf, doc,pbp,xls,dwg and so on.
But the content will not be correct. At best you will get an eight bit program to run on a 16 or 32 bit processor. This will not be too good. For instance, when we declare a WORD variable, the compiler generates code to make the uP act on the WORD in multiple BYTES. The 16 bit uP would not need the extra overhead of manuiplating the BYTES since it can handle WORDS. But the program would have it anyway since it was compiled for an eight bit uP.
-Bert
The glass is not half full or half empty, Its twice as big as needed for the job!
http://foamcasualty.com/ - Warbird R/C scratch building with foam!
PBP could very well have a separate compiler switch like it does for longs to switch up to 16 bit compiler, yeah it would probably be a a complete rewrite from the code in an 8 bit compiler but the interface could remain the same and use the same syntax. Look at how similar "C" compilers are for each series. All said I think it would be Do able, however; I think the upgrade price would be steep, I think it would HAVE to be. My thoughts are it would be worth it so as not to need retraining in " C ".
If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
.
Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
.
There simply is no "Happy Spam" If you do it you will disappear from this forum.
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
Last edited by Demon; - 16th May 2011 at 15:23.
My Creality Ender 3 S1 Plus is a giant paperweight that can't even be used as a boat anchor, cause I'd be fined for polluting our waterways with electronic devices.
Not as dumb as yesterday, but stupider than tomorrow!
Bookmarks