It seems the C672x Chip Support Libraries don't compile with Code Composer Studio 4.
When I try to compile the spi_example project I get the following linker error:
undefined symbol: int00
error: unresolved symbols remain warning: entry-point symbol…
Hello Joey
As listed on the product folder, this device has very limited support from TI. All relevant content that is available is on the product folder.
For your request, the closest collateral I can point to is the CSL
https://www.ti.com/tool/SPRC…
In addition to Randy suggestion, please check the code here.
C:\ti\sprc223\csl_C672x_intc_03_00_09_00\csl_C672x_intc_03_00_09_00\dsp\examples\c672x\intc
processors.wiki.ti.com/.../Chip_support_library
Hi Joshua,
As per my knowledge we do not have other then CSL based example projects for C672x Devices.
Which you can download from below mentioned link.
http://www.ti.com/tool/sprc223
But for reference you can check with C674x starterware example projects…
Hi Josema,
Apologies, We do not support matlab related solutions.
Their are CSL based example codes for C6727 which might help you out in your project.
As you are doing some audio encoder stuff, their is a McASP example code
Check the below mentioned…
Other Parts Discussed in Thread: SPRC223 I migrate CCSV3.3 project to CCSV5.5.0 for DSP 6727, The compiler is successful, but the linker generates lots of warning message. one of them is copied as below. it is for CSL library (SPRC 223)
warning #16002…
Constantine Musatoff,
You can find the test code at the CSL package. See the download link as mentioned below http://www.ti.com/tool/sprc223
2746.C672x_CSL_APIREFERENCE.pdf
Hi Constantine,
Thanks for your post.
Why don't you try CSL example code & experiment using CSL API's available to get Event Ids for a Particular Peripheral like "DMA_getEventId(hDma)" from the below location:
http://www.ti.com/tool…
Other Parts Discussed in Thread: SPRC223 , SPRC090 , TMS320C6720 Hi!
I'm trying to use the chip support libraray on the C6720 for easier control of the dMAX and Interrupt controller, but I can't seem to find the right version. On the controller's product…