2007-05-09 05:18 AM
2011-05-17 12:42 AM
Hi,
I have a strange behaviour with the MC. In my board, when I switch on the power supply the MC controller doesn't work: no pwm in the outputs I don't use the emergency input( I didn't configured this pin). Have I to pull up the P67? Any suggestion?2011-05-17 12:42 AM
hi,
I think to have find a solution.... reading the errata I saw that there could be some problems to start the mc pwm... I add to my init code the following line as suggested in the errata troubleshooting : while ( MC->IPR & 0x0080 ); MC->ESC = 0x4321; MC->ESC = 0x0000; and now the mc is working! Anyone could let me know if this piece of code have to be inserted in every MC initialization?