Sam
February 13, 2022, 10:15am
1
I recently came across Open dynamic robot initiative
They are developing FOC driver boards
There’s some discussion here I wonder if it’s a good candidate for SimpleFOC? Does it look like they are in the process of reverse-engineering the Texas instruments FOC?
1 Like
They are using TI’s family of MCUs. If anyone is willing to port the SimpleFOC hardware drivers to TMS320F28388D for Arduino, perhaps it’s possible.
I’ve not seen however Arduino support for TI’s silicon, so it might be a bit of a struggle.
Here is a good project for you perhaps.
Cheers,
Valentine
TI’s TMS320F28388D is a C2000™ 32-bit MCU w/ connectivity manager, 2x C28x+CLA CPU, 1.5-MB flash, FPU64, CLB, ENET, EtherCAT. Find parameters, ordering and quality information
runger
February 13, 2022, 8:48pm
3
PlatformIO has support for different TI MCUs with Arduino Framework:
(there are even more than this)
But C2000 series is not supported…
1 Like