Tool/software: TI-RTOS
I have problem developing code for this statement:
The on board LED is to be blinked by the PWM for a period of 10 seconds at a duty cycle equal to the number received from the user which received by performing a UART from the PC. The input data from the user must also undergo a CRC 16 data integrity check. The system should be dynamic such that if another input is received from the user within 10 secs from the last input, it is pushed into a queue. The output is sent to the PC and the LED starts blinking at the new rate only after the 10 seconds for the previous input are completed. How to solve this statement
I know how to configure the UART, PWM and timers separately but integrating them was a problem!!