Other Parts Discussed in Thread: SYSCONFIG
Tool/software: Code Composer Studio
I have failed to be able to run some examples that I would like to and it is becoming apparent that this may be because of incorrect settings in my IDE. I am attempting to run the spiloopback program from the SDK4_10_00_13 on CCSv10 using CCS compiler and FreeRTOSv10.
Here is a picture of the physical setup I have on my board
I have attached these wires in accordance with the pinout descriptions offered in the spiloopback.sysconfig file (shown below).
The more I have tried to get this example and others to work, the more I have learned that I may be facing CCS setup problems rather than the examples being non-functional or needing to be adjusted.
Here is what I have done so far
- I have opened the sysconfig file in notepad and setup my board accordingly (see screenshots above)
- I have read the README.html and Board.html files in the project folder and ensured all jumpers are in the appropriate locations.
- I have declared the CCS build variable FREERTOS_INSTALL_DIR as a directory and set it to my install directory.
- I have increased the size of my heap for the project to 2000 because dynamic allocation was not providing enough space for variables to be stored.
If it helps, the behavior of my program is as follows:
It compiles without any errors or warnings. When I run the program, the LEDs blink as they are supposed to and the program runs to completion as though nothing is wrong but my slaveRxBuffer and masterRxBuffer remain empty throughout the program, never being changed from their initial state. The program is under the impression that the transfer happened successfully.
Is there anything else that I should be doing prior running the example?
Have I done anything wrong so far in attempting to run it?