I was doing some research, and apparently this was announced back in mid-May: the PIC32MK family of microcontrollers. They come in two variants, General Purpose (GP) and the more interesting Motor Control (MC).
As 32-bit chip that runs at a up to 120 MHz and contain up to 1 MB of flash, it should have a bit of power, but is slower then the Cortex-M4 on paper (198 vs 210 DMIPS). Full specs can be found here,
Summary
I/O:
Up to 4 CAN 2.0
Up to 2 Full Speed USB (supporting Type-C for some reason)
Up to 6 UART Modules
Up to 6 SPI Ports
And for motor control:
7 12-Bit 3.75-MSPS Each ADC Cores
3 12-Bit DAC
4 OpAmps
5 Analog Comparators
12 16-Bit PWM Timers
6 Quadrature Encoder Interfaces (A welcome feature!)
The Texas Instruments C2000 class (c28xx) of MCU’s are also well suited for motor control. The launchpad dev boards are also pretty cheap as well as motion control libraries (some of them have these libraries in ROM). They do have their quickstep tho…
@madcowswe TI has newer 3-phase pre-drivers to replace the DRV8301, the cheaper DRV8323. They might reduce cost a bit. I didn’t realize how expensive these parts were when buying in low quantities.
Along with the question I linked in the other post, it really looks like they are calling analog ground DGND, and that they call digital ground AGND.
They even say things like: “oh yeah, the SPI pins have pulldowns to AGND”. Like wtf.
I really want this to be the case, that it’s just a name swap mistake (and they roll with it because it’s burnt into so many people’s designs by now), and not some really crappy internal cross coupling of analog and digital signals in their chip…