Hello
I have made a program using starterware libraries which read samples from an external ADC using SPI into a buffer. When the buffer is full, the samples are transmitted using lwip over ethernet to host program.
If i program the processor with CCS and run the program everything works fine. However, if I put the program on the sd-card (using the binary with _ti extension) the SPI does not appear to be running. The BB is able to start lwip and connect to my host program (running on pc) I can also initiate the ADC reading process, and the buffer is filled with zeros. Furthermore, transmitting the values in the buffer to the host is also working.
So: The program is running from the sd-card exactly just fine, however the SPI is not running (at least not the SPI-clock)
Is there anybody who has any hints as to what could be causing this?