Part Number: PROCESSOR-SDK-J721S2 Other Parts Discussed in Thread: TDA4VM
你好,
我在调试SDK版本为 ti-processor-sdk-rtos-j721s2-evm-08_06_01_03的SDL中的examples/rti/UC1 例程。
1.在开启看门狗后,时间没有超过10s,触发了看门狗中断,测试报错:RTI DWWD proper servicing test failed. 测试log如下:
想问下是什么原因导致…
Part Number: PROCESSOR-SDK-J721S2 Hello!!!
如最后下面代码所示,ti-processor-sdk-rtos-j721s2-evm-08_06_01_03的SDL模块中有几个疑问点:
1.下面的groupNumber和bitNumber具体代表什么意思?注释不是很理解,麻烦解释下。
typedef struct SDL_ESM_Errorconfig_s { uint32_t groupNumber; /**< Group number of error event…
Part Number: TMS320C6657 Other Parts Discussed in Thread: PROCESSOR-SDK-C665X 关于Keystone1 软件开发包、PROCESSOR-SDK-C665X、BIOSMCSDK-C66X这3个软件SDK有以下疑问:
1.Keystone1 软件开发包相比于PROCESSOR-SDK-C665X和BIOSMCSDK-C66X,从时间上看更久远一些,可不可以认为 Keystone1 软件开发包是在后者的历史版本上进行开发的?或者说它们三者之间有啥联系…
Part Number: PROCESSOR-SDK-AM335X
在ti-processor-sdk-linux-am335x-evm-09.01.00.001目录下,终端里执行make,编译失败。提示如下
SYNC include/config/auto.conf.cmd HOSTCC scripts/sorttable HOSTCXX scripts/gcc-plugins/arm_ssp_per_task_plugin.so In file included from /home/wxc…
Part Number: PROCESSOR-SDK-J784S4
tda4vh运行着sdk9.0的包,当替换了自己重新编译的内核后,无法通过cat /sys/class/remoteproc/remoteproc*/name看到其他核,而使用prebuil的Image,则可以
以下是编译命令:
make ARCH=arm64 CROSS_COMPILE=aarch64-none-linux-gnu- distclean
make ARCH=arm64 CROSS_COMPILE=aarch64…