This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

PWM SIGNAL MONITOR

I AM USING SILABS F314 CNTRLR TO GENERATE A PWM SIGNAL. HOW CAN I CHECK THE PWM SIGNAL & FREQ WHILE IN SOFTWARE DEBUG MODE ONLY ???

Parents Reply Children
  • HOW CAN I CHECK THE PWM SIGNAL & FREQ WHILE IN SOFTWARE DEBUG MODE ONLY
    why do you scream?

    Anyhow with the SILabs 'debugger' i.e. emulator the frequency of the PWM in "debug mode" is the very same as in "non-debug mode". This is the difference between a simulator and an emulator, so 'debugger' is totally non-descriptive. If you do not have the SILabs JTAG/C2 dongle you can not download your code, so you need it anyhow.

    Now after having said "it is the same" the way to check is with a scope.

    Erik

  • Can someone try himself this instead of commenting, I have tried hard but not able to view the PWM signal in the "LOGIC ANALYZER" window in any case.
    Why should I burn the code in the H/W before I am sure of running a s/w test in debugger. Is'nt it wise and saves time...

  • Why should I burn the code in the H/W before I am sure of running a s/w test in debugger. Is'nt it wise and saves time...
    ... it will save time using the emulator that show the REAL facts instead of a simulator that show some simulated stuff.

    Erik