Jump to content
43oh

sn00p

Members
  • Content Count

    3
  • Joined

  • Last visited

Reputation Activity

  1. Like
    sn00p got a reaction from bluehash in 16 channel software PWM using a single timer   
    Well I never, I was offered a solution by somebody else....
     
    instead of:
    volatile TPWM *pa; // Active list entry the actual declaration should be:
    volatile TPWM * volatile pa; // Active list entry This fixes the issue.
  2. Like
    sn00p got a reaction from oPossum in 16 channel software PWM using a single timer   
    Well I never, I was offered a solution by somebody else....
     
    instead of:
    volatile TPWM *pa; // Active list entry the actual declaration should be:
    volatile TPWM * volatile pa; // Active list entry This fixes the issue.
×
×
  • Create New...