Part Number: TMS570LS3137
Other Parts Discussed in Thread: HALCOGEN
Tool/software: Code Composer Studio
Hello,
I tried to produce a PWM signal using Halcogen Het settings for pwm and observe the PWM signal on N2HET pin.
Now I am trying to produce this pwm using advanced config mode. I used the code that consists of only two instruction in second image. I tried to simulate this code in HET Ide app. There was no error there. But when I debug this het code to turn into .c and .h file and load these 2 files in advanced config mode part, then generate halcogen and run code composer ,there is no signal on pin.
Do you think that using this assembly code is enough to produce pwm signal? Is there anny different settings except loading c and h file of het code , enable het driver and interrupt ?
(The main target of why I am struggling to produce pwm with this method is to be able to observe that this simple het assembly code can work on het. Because before trying that, we try to send sci data over n2het pin and we can not understand why it did not work, because of assmbly code or halcogen setting.)