Hello ,
I am using UART interfacing .I try to read the file(TEST3.TXT)
UART_PutChar(0x57);
UART_PutChar(0xAB);
UART_PutChar(0x2f);
UART_PutChar(0x2f);
UART_PutString("TEST3.TXT");
UART_PutChar(0x00);
I have received 0xA1 only. it describes "Disk doesn’t format, or parameter is error, re-format by
WINDOWS with default parameter ". How to solve this issues