View previous topic :: View next topic |
Author |
Message |
kalyan
Joined: 16 May 2014 Posts: 7
|
dsPIC33EP512MU810 |
Posted: Sat Feb 17, 2018 1:01 am |
|
|
I am developing a board using dspic33ep512mu810 ic. My doubt is whether ccs compiler supports this ic and all functions work without any problem.
Manly i2c, uart, qei.
Kindly share your feedback if you worked with this ic. |
|
|
Ttelmah
Joined: 11 Mar 2010 Posts: 19589
|
|
Posted: Sat Feb 17, 2018 2:38 am |
|
|
That's quite an 'old' chip. Been supported for at least a couple of years.
However three things:
1) CCS generally fully supports 'standard' functions, but if you start doing complex things (mixes of DMA, and sample triggers for example), these will need you to set large parts of these up yourself.
2) Generally it takes a couple of releases for some bugs in configurations to be found. However this one has been around long enough for these generally to have been spotted, but it only takes you to be trying a combination no-one else has used, for one to rear it's head.
3) This chip has a huge number of errata. Some have _no_ work round. Be careful to make sure that one of these will not affect your project. The QEI/comparator in particular have issues with virtual pin mapping. Some are really horrible, and make parts of the chip almost unusable (for instance the USB one - problem is on most modern motherboards, the USB peripheral is permanently mapped via an internal hub in many cases...). |
|
|
[email protected]
Joined: 28 Jul 2014 Posts: 38
|
errata |
Posted: Sat Apr 13, 2019 1:18 am |
|
|
Which dsPic has less number of errata issues ? Kindly suggest.
I am going to develop a board for industrial servo control. |
|
|
temtronic
Joined: 01 Jul 2010 Posts: 9269 Location: Greensville,Ontario
|
|
Posted: Sun Apr 14, 2019 6:01 am |
|
|
Depending on 'system requirements' a dsPIC might not be needed. 20 years ago we designed a 3DOF helicopter using the 16F877 using optical encoders and DC motors. It was interesting to see it being controlled, in realtime, over the Internet. |
|
|
|