Hi,
I am trying to Sort an array of strings in Alphabetical order. I was able to write the code and got it working. How do I know this ? Well, I replaced my main.c to the uart_echo.c in example code 'UART_ECHO and it worked as shown in the attached snapshot.
ISSUE #1
Thing is I used the already available Keil project template inside UART_ECHO example folder. And the code worked. But my problem is when I create a new project and set it up just like the project template mentioned above, it doesnt work properly. I mean it prints the first line, where it asks for user input. Then when I type something, it doesn't accept it, i get no echo. (and yes I have echo functionality in my code). And when i said i set it up the same way, i meant I did the following steps:
1. added same files
2. made sure that settings in 'options for target' menu are exactly same.
ISSUE #2
Also, I have another issue, where my UART serial window #1 does not respond to the code at all. I mean, nothing gets printed as it should on a uart terminal upon running the code. I tried with the working code. Is there an extra step I'm missing out on. I also noticed that I dont get the UART set up menu or something of that sort in which we can change the baud rate and all. I saw people using that in some tutorial videos. But when i click the same button(peripherals->UART->UART0), i get only the register states of UART0.
There is so less resource on the internet for LM3S6965 with keil. So please help me.
Thanks in advance!