Part Number: CC2650
Hi,
I have modified the PWMLED example (Resource Explorer path: Software/TI-RTOS for CC2650 (2.21.00.06) / Development Tools / CC2650 LaunchPad / Driver Examples / PWM Examples / PWM LED). I have made a second task and have both executing every 0.5s. In one task, I toggle the red LED on the Launchpad. In each task, I've included a System_printf() (to print one line of text) and a flush. The LED toggles continuously indicating that the task is running, but the System_printfs only produce one line of output from each task.
I was expecting to get one printf line from each task every 0.5s.
Thanks,
Jim