Other Parts Discussed in Thread: AM5708 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1360190/am5708-run-bare-metal-hello-world-on-arm-cortex-m4 器件型号: AM5708 您好!
我不熟悉…
Part Number: AM5708 Hi ti
SDK 版本:ti-processor-sdk-linux-am57xx-evm-08_02_01_00
内核版本:linux-4.19.94
link 的固件
cmem 信息
运行 /usr/share/ti/examples/opencl 中的例子
请问,为什么会报上面这个错误呢,能否提供一个排查方向。十分感谢
Part Number: AM5708 Other Parts Discussed in Thread: SYSCONFIG
您好:GPMC总线与FPGA连接,引脚及其他寄存器也都配置了,CSGPMC_CONFIG7_0 (地址0x50000078 )寄存器设置为0x0000F48,请问对FPGA进行读写操作,片选地址是0x08000000吗?
比如写FPGA:*((UInt32*)(0x08000000)= 0x5A5A;
读FPGA:temp = *((UInt32*)(0x08000000…
Part Number: AM5708 Other Parts Discussed in Thread: SYSBIOS https://software-dl.ti.com/processor-sdk-linux/esd/AM65X/07_00_01_06/exports/docs/linux/Foundational_Components_IPC.html
AM5708的官方IPC通讯例程
导入CCS中,编译报错,请问是什么原因?
Part Number: AM5708 Other Parts Discussed in Thread: AM5718 , Dear Ti team:
Something about AM5718 and AM5708 want to confirm to determine which one to use :
1.AM5718 and AM5708 share the same die?
2.what about the market feedback on the two…
Part Number: AM5708 Other Parts Discussed in Thread: SYSBIOS 开发中遇到在DSP添加多个timer不成功的情况
目前已经尝试在设备树添加timer4不成功
另外在dsp代码中使能timer4的时钟不成功,使用Timer_getStatus获取能用的timer,只有timer5和timer6能用,但是我想使用timer4。
提示的错误如下
确认使用的代码路径为bios_6_52_00_12\packages\ti\sysbios\timers…