Other Parts Discussed in Thread: BEAGLEBOARD-X15,
Tool/software: TI-RTOS
I'm using AM5728 (Beagleboard-x15) . Following this guide "http://www.ti.com/lit/an/sprac32/sprac32.pdf", I used pinmux tool and enabled few uarts including UART1. The tool generated "boardPadDelay.h", "boardPadDelayDevice.c", "boardPadDelayInit.c" and "boardPadDelayTune.h" and some other text and csv files. I replaced all original four files from following directory with the above downloaded files.
ti-processor-sdk-rtos-am57xx-evm-04.00.00.04/pdk_am57xx_1_0_7/packages/ti/board/src/evmAM572x/
Then I recompiled the directory using following commands and everything passed.
source pdksetupenv.sh
make clean
make LIMIT_BOARDS="evmAM572x" LIMIT_SOCS="am572x"
I'm trying to run uart_polling_test example from rtos sdk. The project compiles fine but doesn't send anything on UART 1. Attached is the main.c
Thanks.
-Ahmed.
