
sn00p
-
Content Count
3 -
Joined
-
Last visited
Reputation Activity
-
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.
-
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.