Hi
I will start a project which consist on controlling 12 DC motors (brushed) using the DRV8835 and quadrature encoders, applying a control system to them and will use a TMS570LS1115 MCU.
I was reading about the N2HET and was wondering some things...
The first: I understood, for what i have read, that the N2HET is capable of handle external interrupts, like the encoder pulses, and make operations with them, increment or decrement the count for knowing the exact position of the shaft, and transfer the data to the CPU to apply the different control system of each motor, like a small MCU inside another. Or I misunderstood?
The second: How do you program the module and what software do I need? and I can program it in C?
The third: How do I use the program once made? It is like a library and I just call the different functions i created?
The four: the ePWMs provide 2 different PWMs each, same time base, different duty cycle?
Thanks for the help!!