Other Parts Discussed in Thread: CCSTUDIO, MATHLIB,
Tool/software: Code Composer Studio
I am interested in running this example code:
~/ti/pdk_am57xx_1_0_11/packages/ti/drv/i2c/example/eeprom_read
I went to my ~/ti/pdk_am57xx_1_0_11/packages directory and typed:
make i2c
A lot of activity printed out onto my console.
I then typed find . -name '*.xe66'
Nothing was built in there for this type of target.
I also tried
make i2c LIMIT_CORES="c66x"
again, i didn't see anything built
Where does output go or am I building it wrong?