Write a program with two threads continuously printing strings to UART1. A third thread should blink one of the leds at 2Hz. You should use thread parameters to specialize a common thread function for the two printing threads. Try your code first using just a Mutex on putchar. Then come up with a solution that prevents interleaving of strings.