View Single Post
Old 01-28-2022, 04:12 AM   #3479 (permalink)
mpgmike
EcoModding Apprentice
 
Join Date: Jan 2022
Location: Sussex, NJ
Posts: 137
Thanks: 480
Thanked 113 Times in 80 Posts
Quote:
Originally Posted by CollinK View Post
So... I'd like input on this:

I'm thinking of switching to dsPIC33 chips before I finalize a PCB design. This chip is newer than the dsPIC30 chips and programming wise uses the same instructions and everything. dsPIC30 chips are not recommended for new designs anymore. However, there are some points to consider:

1. Every dsPIC33 chip is 3.3v. There are no exceptions. So this would require a 3.3v regulator on top of the 5v regulator already in use. And I can't just get rid of the 5v regulator because other things need it. This is easy, though, I can just use a 3.3v regulator off of the 5V source.
2. dsPIC33 chips can only sink or source very low currents (4ma) as opposed to the 25ma possible with dsPIC30 chips. This means one would need a bunch of transistors. Granted, I probably should plan on that anyway.
3. dsPIC33 chips do not come in DIP40 packages (which is what the current layouts all use). You must do 28 pin if you hope for it to be through hole. Otherwise it jumps up to 44 pin QFN.
4. dsPIC33 chips have no EEPROM
5. They do, however, add other nice stuff like ECAN, programmable PLL, more interrupts, more timers, 12 bit ADC, DMA.

I'm really strongly looking at using 44 pin QFN for the dsPIC chip. It could be the only surface mount chip required. I don't think it will be too terrible to solder and boards could be sold with the dsPIC already soldered on for those who don't feel adventurous. I could use dip28 chips but I would almost certainly end up needing two of them.
I'm on page 63 of this 3xx page thread, but had to interject before I lost my place. The dsPIC33EV series is 5 volt! The dsPIC33EVxxGMxxx chips are motor controller versions. I concede that they don't have EEPROM, but they do offer Flash programming (which can be manipulated to act like EEPROM). Now, back to my page 63.
__________________
Recovering Gasaholic
  Reply With Quote