Folks,
I am trying to learn the basic of programming TI 6747 DSP with CCS 3.3. I have a OMAP-L137/6747 EVM. And by looking around at the various wiki links at site http://wiki.davincidsp.com/ I was able to load the uartExample through CCS onto target. I was also able to modify it to basically echo characters back to UART interface. However, I can only run it through CCS. When I try to make an AIS bin file from the uartsample.out for EVM target platform and boot it through UART, It does not work. UartHost.exe indicates it is able to copy the ais/bin file fine. When I reset the board whilie connected to board using Hyperterminal I see word BOOTME and typeing R results in echo back of character X. Which indicates that the EVM is correctly set to boot from UART.
I read the link index.php/Flashing_the_C6747#Flashing_the_Board and I guess I have to do something similar. for this to work. But I do not understand what.
I guess my question is that why are the libraries from uartSample program not used by default. In general, what is the way of making bin files from .out files.
I should mention I am complete newbee to this platform/DSP development so something very simple may be a problem here.
Also Is there a good introductory tutorial on how to write a helloworld program for this DSP and having it echo-ed back through UART interface. (preferably in a while 1 loop)
thanks
Arun