Greetings,
I am currently working on a RTOS project using uC/OS-II and the Hercules HDK (TMS570). I am trying to generate two PWM signals using the HET module, but whenever I call hetInit(); my system seems to crash. Here is what I would like to do...
I would only like to initialize the two pins HET pins that I need, since some of the HET pins are configured by uC/OS-II, and reconfiguring them with the hetInit() call seems to cause problems. Once these two pins are configured, I would like to be able to use the function pwmSetDuty(hetRAM1, signal, value) to set the duty cycles for the two PWM signals. Also, I am having some trouble finding out where specific pins on the HET are actually located on the board. For instance, when I use Halcogen to try to create a PWM signal, it allows the user to select pins 0 - 31; where are these located on the HDK?
Any help would be greatly appreciated.
Regards,
Willis



