• graphical view of pwm wave
    i had made the programm of PWM in LPC2388 and its showing high and low pulses on pin p1.18 but i want to see the graph of Pwm pulse in analyzer window how to get that?
  • graphical view of pwm wave
    i had made the programm of PWM in LPC2388 and its showing high and low pulses on pin p1.18 but i want to see the graph of Pwm pulse in analyzer window how to get that?
  • Problem in viewing PWM signals on Logic Analyzer
    Hi, I am using Tiva C series(TM4C123GH6PM) and Keil IDE for generating PWM signals. I had generated the PWM signals and worked successfully in the hardware. I can't able to view this signals on the logic...
  • Problem in viewing PWM signals on Logic Analyzer
    Hi, I am using Tiva C series(TM4C123GH6PM) and Keil IDE for generating PWM signals. I had generated the PWM signals and worked successfully in the hardware. I can't able to view this signals on the logic...
  • How to view variables when stepping through .src files
    Hello, I have a variable of type Nat16 (unsigned int) which is called PulseWidth . In the function that fills the variable PulseWidth , there's some assembler code (#pragma asm/endasm included in...