Tool/software: Code Composer Studio
Hello, how can i write uart incoming data to sd card interfaced with cc2652. Is the following line of code correct.
char str = uart_read(uart, &input,1)
fwrite(str, 1, strlen(str), src)
Please provide me with inputs.
Thanks,
shivam