Part Number: CC26XX-REQUEST
Other Parts Discussed in Thread: SYSCONFIG, LP-CC2651R3SIPA
Running CC2651R2SIPA under cc23x1 cc26x1 sdk 7.10.0.98. Set up 3 PWM using sysconfig.
PWM: CONFIG_PWM_0, CONFIG_PWM_1, & CONFIG_PWM_2.
GPIO: CONFIG_GPIO_PWM_0, CONFIG_GPIO_PWM_1, CONFIG_GPIO_PWM_2.
Note I tried both PWM callout with and without "GPIO and get the same results - locked in waiting.
In MAIN.c : see attachment A. In sperate file(PWMLedAlarm - separate Task file).: attachment B.
Program assemble and runs until it get to line 63 (attachment B. and never get out of the first while(1) or any if of the 3 PWM (if I comment out the prior ones) . If I skip the the complete PWM test of the 3 and never ask for a PWM, all the rest of the program work reading 10 sensor and calculated valve on time based sensor readings, etc.
Do I need to update the CC23x1 CC26x1 SDK or just use some different definitions in the PWM setups in main or the separate Task file? Thoughts?
MAIN

TASK file

Jim