This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: TI C/C++ Compiler
I have the TMS570LS31x development kit. There is supposedly a basic demo SW package already installed and running in the board.
Where can I find the software project for that demo? I would like to be able to modify it, then recompile in Code Composer.
The Quick Start Guide does not tell you whre to find this project.
There are numerous Hercules demos but I need some documentation to be able to run them in CCS.
Can someone enlighten me on where such documentation would be? Especially any documentation for the project already installed and running in the board, upon unwrapping it?.
Thank You,
Nolan
I was unable to download that reference from the TI website, for the latest demo version, my Virus SW at work claims it is a virus of course- A Gateway Anti_Virus Alert\ yet/ IT strikes again.
But I was able to load off the demo project, compile, and load it/run successfully using the old project on the install disk.
But that just leads to the question… what does it do?
Can someone please give me a reference for some kind of write-up or user instructions for this project. In the old days such items were called “user documentation”.
This project can apparently do great things, but without any documentation of HOW to run it, what to expect and what is required, it’s kind of useless.
I DO see in sys_main.c some switch statements keying off TaskNumber, which include cool tasks.
However TaskNumber is always 0 there so none are ever done: I guess you have to manually change the task number. I can and did do that, but without any user documentation on what the tasks are actually supposed to do, and what command data must send via UARt for example, really what have I accomplished..
Thanks Again
Nolan
OK well I don't care if it is fancy, It's just a leaning tool. The problem is it has no documentation so you have to reverse engineer it, and no human has time for that.
You say it's just a UART example but what are the port specifics on the UART? Baudrate? Data Bits? Polarity? etc
I am wasting a lot of time guessing and poking around. I WOULD like to use it as a UART example but my psychic powers are running out.
It has a LED demo and a CAN demo too, which I would like to see and explore , but there is no documentation on how to actually create and run any of these demos. When main starts you have to send it via UART 12 byes of command data but where is that command data defined.
Since I DID spend some time tracking down this demo, getting it running, and it IS the demo for the board we are buying, could someone PLEASE advise me of me some user docs to actually make use of this demo, versus telling me to just forget it?
Thanks,
Nolan