Part Number: TMS320C6674 Other Parts Discussed in Thread: AM5716 Is there any table outlining the meaning of the different FID values in the Memory Protection Status Register FID field? I have been unable to find anything in the CorePac User Guide.
Part Number: TMS320C6674 Tool/software: TI C/C++ Compiler Hello,
The other day, I ran into some unexpected behavior from the 8.2.2 linker, and I have attached a simple CCS project to demonstrate it. I was under the impression (perhaps incorrectly) that…
Part Number: TMS320C6674 Tool/software: TI C/C++ Compiler The issue can be discribed with a very simple snippet of code:
void miniTestCode(){ enum myEnum{}; myEnum enumVal = (myEnum) 0x89000; unsigned int maskedVal =(myEnum)(enumVal & 0x3FFFF);//corrupt…
Part Number: TMS320C6674 Tool/software: Code Composer Studio Hi. To use two Ethernet ports, refer to the following wiki. processors.wiki.ti.com/.../NDK,_PA_Resource_Wiki_for_Keystone_Devices I have additional questions. Can EMAC1 be used on Core0, and EMAC0…
Part Number: TMS320C6674 Hi,
I try to write some datawords from dsp on an fpga via Pcie.
Our fpga is only capable to receive pio reads and writes. Therefore i cannot burst the data.
When i write to the fpga every 32 bit word needs about 1.3 microseconds…
Part Number: TMS320C6674 Hello,
My customer is considering to use 1.25Ghz part of C6674. Please take a look at Figure 2-17 C66x DSP Device Nomenclature (including the TMS320C6674) in C6674 data sheet. It says TMS320C6678ACYP 25 may be existing, but at if…
Part Number: TMS320C6674 Tool/software: TI C/C++ Compiler Hello, I created this simple C file to demonstrate my question:
#include <stdint.h>
typedef enum
{
ENUM_VALUE_0,
ENUM_VALUE_1,
ENUM_VALUE_2,
} MyEnum_t;
extern volatile int32_t myInteger;…
Part Number: TMS320C6674 Hi,
i use a C6674 in PCIE EP configuration. I try to do a pci scan from DSP.
When I try to change bus / device / function setting via CFG_SETUP register ( 0x21800008 ) ,
I get no plausible data from PCIe Remote Config Space (0x218020000…
Part Number: TMS320C6674 I've been looking through the C667x datasheets and am having trouble determining if the C66x core in a C6674 is any different than a C66x core in any other multicore DSP. The C6674 has its own target when configuring a project…
Part Number: TMS320C6674 We have a boot issue with the TMS320C6674.
We try to use the SPI Boot Parameter table to boot different executables depending on the index in de device configuration register. We only can boot with index 0.
If we change the input…