Part Number: AM5729 Tool/software: Hi Ti E2E forum, I'd like some advice I'm having on an illegal instruction issue: Any time I run the mobilenet_subgraph example in the TIDL examples, I encounter an Illegal instruction when it tries to use the EVE…
Part Number: AM5729
Tool/software:
Hi, I am having some problems with ti-opencl monitor firmware execution which I believe may be related to the related question on this post. I have a variety of different AM5729 chips: Those with a DIE_ID_2 (Part Number…
Part Number: AM5729 Tool/software: Hi, Just wanted to get some clarification on DDR3 Memory design for the AM5729. I was just wondering if it is supported to have 2 x 4GB DDR3 Memory devices setup in a daisy chain topology into EMIF1. I have seen some…
Part Number: AM5729 Tool/software: Hi, I am doing some development using an AM5729 custom board using SDK 6.03. I am in the process of stress testing the system and have run into errors using stressapptest from Linux. Here is my output: sudo stressapptest…
Part Number: AM5729 Tool/software: Hi, I am currently implementing DSP operations in a similar way to the Big Data IPC example. I am able to successfully execute operations in a single process. However, I now want to run multiple processes that all use…
Part Number: AM5729 Tool/software: Hi,
I'm using TI-RTOS and the following packages:
processor_sdk_rtos_am57xx_09_02_00_00
pdk_am57xx_1_0_21
GPIO_LedBlink_idkAM572x_armTestProject
After the system reset, I can no longer successfully call Board_init…
Part Number: AM5729 Tool/software:
Hi. DJ Lee
I would like to ask some questions.
My board is based on am57xx idk . ARM OS is linux and DSP OS is RTOS.
The status of Vip1,vip2,vip3 was disabled in the dtb of Linux Kernel . One port of DSP VIP1 is used…
Part Number: AM5729 Other Parts Discussed in Thread: UNIFLASH Tool/software: Have checked connection and setup it all good. Still have below error while flashing.
CS_DAP_DebugSS: Error: (Error -242 @ 0x0) A router subpath could not be accessed. The board…
Part Number: AM5729 Other Parts Discussed in Thread: TMDSIDK572 Hi,
I'm running this program below for testing.
int main(void)
{
Task_Handle task;
/* Create Task to run the DCAN Loopback Test */
task = Task_create(ledTester, NULL…