Hi Swapnil,
My twr-k60d100m has been returned.
A quick test shows I read the schematic incorrectly and it it UART3 that needs to be configured in the board.h and not UART4 for the TWR-SER interface to operate. My apologizes for the incorrect reference.
The edit should look like following:
/* The UART to use for debug messages. */
//DES UART3 is to TWR-SER, UART5 is to OSJTAG interface
#define BOARD_DEBUG_UART_INSTANCE 3 //DES was 5
#define BOARD_DEBUG_UART_BASEADDR UART3_BASE //DES was UART5_BASE
With my setup I can see output on terminal using the TWR-SER card with TWR-K60D100M.
I am running the KDS_2.0.0 and KSDK_1.1.0 httpsrv_twrk60d100m project.
I have inserted a SD Card and all is working however I have not added code to interface to the SD Card and mount MFS.
If you have done this, please post your project.
Regards,
David