bart
New Member
Posts: 6
|
Post by bart on Feb 4, 2019 10:08:37 GMT
For a setup with 7 (later more) BLDC Motors i need some more PWM channels. The TriCore is having them so it's my choice for development. But how would I access those ports at the Shieldbuddy?
A) Is there any addition breakout? B) How would I access them in the Arduino IDE? (Pin Names)
Thank you, Bart
|
|
|
Post by Admin on Feb 4, 2019 11:03:33 GMT
You can get more PWM channels on pins 25 to 39 (double row connector). These are not supported by the Arduino analogOut() function though. You could use the iLLD PWM functions to drive these pins. We could add these pins to the analogOut() but it would take a week or so.
|
|
bart
New Member
Posts: 6
|
Post by bart on Feb 4, 2019 14:07:23 GMT
Sound like what I am looking for. Thank you.
Can I use those iLLD functions through the Arduino IDE in any way ? (Switching to the eclipse IDE would be a tradeoff in time at this project stage (proof of concept))
I think more PWM channels are a very interesting feature and something very unique about the TriCore! E.g. Drones with a camera gimbals also have a need for 7x3 PWM or more fast channels.
That would be great and IMHO useful to many people and it would free a SPI channel if needed.
|
|
bart
New Member
Posts: 6
|
Post by bart on Feb 6, 2019 14:19:44 GMT
Are you checking on this ?
|
|
|
Post by Admin on Feb 12, 2019 9:36:09 GMT
Yes we are still working on this. It will take another week or so do it!
|
|
bart
New Member
Posts: 6
|
Post by bart on Feb 13, 2019 10:54:04 GMT
Thank you for the feedback!
|
|
bart
New Member
Posts: 6
|
Post by bart on Apr 3, 2019 17:16:50 GMT
Is that week yet over ?
|
|
|
Post by Admin on Apr 4, 2019 14:55:32 GMT
You can get PWM using analogOut() on pins2 - 12 and 22-28.
|
|