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.

New to AM3359 ICE, want to do basic spi, ecat, tips?

Other Parts Discussed in Thread: AM3359, SYSBIOS

I'm new to this processor AM3359 ICE, and want to do some basic uart and spi communication to implement an EtherCAT device that simply sends one byte of data back to the master.

Currently, I downloaded CCS (V6) and found the SDK and starterware libraries. I'm encountering several problems:

1. For my projects, is there a simple and easy way to include the drivers and libraries? Currently I'm copying files in one at a time. Should I be copying entire driver folders of starterware?

2. I keep coming across cannot compile errors because there are no such files such as:

"

#include <ti/sysbios/family/arm/a8/intcps/Hwi.h>
#include <ti/sysbios/gates/GateAll.h>

#include <xdc/runtime/Timestamp.h>

#include <xdc/std.h>

Is there configuration that's missing?

3. Is EtherCAT Slave Implementation (such as sending one byte of data to the master) difficult? Are there sample codes I can use?

4. Are there simple UART and SPI code I can look at?

I can load to the processor btw, so at least that configuration is correct.