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 pin simulation

Can I simulate the output pin of a PWM channel using the Logic Analyzer in KEIL simulator?

Parents Reply Children
  • Binary or hexadecimal?

    A value is always a number. You may then choose to represent the number in decimal, hexadecimal or octal form. A few compilers has also added the non-standard extension of allowin a binary representation.

    But whatever representation that is used in the source code, the value still represents the same number.