Hi Nate,
Thanks for the advice! I followed your instructions, and it doesn't seem to be an SDK or package problem. When I rebuild, I still get the following console output:
**** Clean-only build of configuration Debug for project odsdemo_16xx_dss…
Other Parts Discussed in Thread: OMAPL138 We are using a TMS320C6746 which is booted over SPI in Slave Mode. Due to long lead times for TMS320C6746EZWTD4 we are looking at the possibility to replace it with TMS320C6748EZWTD4E. But we are not sure if booting…
Other Parts Discussed in Thread: SYSBIOS , TMS320C6746 Tool/software: Code Composer Studio
Hello,
I'm trying to add in an exception hook, using sys-bios with C6746. I've added the following to my .cfg file
var Exception = xdc.useModule( 'ti.sysbios…
Other Parts Discussed in Thread: TMS320C6746 , MATHLIB With C674x DSP (TMS320C6746), can I know the required clock cycles for below math operations?
* sqrt ( double A ) =
* pow (double A, double B) =
And, what is the fastest way (for the performance…
Other Parts Discussed in Thread: TMS320VC5502 , TMS320C6746 Dear all,
Currently we are using TMS320VC5502 DSP.
But it have only 64kB internal memory.
We require around 250kB.
So because of only memory issue we select TMS320C6746.
Is it good…
Hi, Rahul,
thanks a lot. It was either TMS320C6746 (http://www.ti.com/product/tms320c6746?qgpn=tms320c6746) or TMS320c6424 (http://www.ti.com/product/tms320c6424?qgpn=tms320c6424-500).
thanks
Weichun
Other Parts Discussed in Thread: TMS320C6746 Hello,
It seems I have difficulties interfacing the TMS320C6746 with a Winbond W9725G6KB 256 Mb DDR2 on my custom board. In order to accomplish this, I have used the C6748.gel from the C6748_StarterWare_1_20_04_01…
Other Parts Discussed in Thread: TMS320C6746 Hi Champs,
I have checked data sheet of TMS320C6746, and it has a HPI interface. But I still have a query that, can the host access the RAM of DSP through HPI? As the ram is Unified mapped RAM/cache and…
Hi Nitin,
Thank you for the reply.
With the help of migration document, i am able to port from xwr1642 to xwr6843, but when I try to build the dss, I get an error.
Kindly find the attachment file for error log.
Thanks and regards,
Vijaya Krishna…
Part Number: AM3354
Tool/software: Linux
Hi guys,
I'm trying to set up the communication between AM335x::GPMC(host) and TMS320C6746 ::UHPI(slave, asynchronous read/write). We have Linux 3.8.13 installed on the AM3354 . In my driver for UHPI, I did…