完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
本帖最后由 一只耳朵怪 于 2018-6-25 14:22 编辑
片子是C6455。 RTDX在主机端怎么使用,有没有相关文档可以参考。另外,主机端使用需要RTDX host library,这个库哪里可以找到?我安装的是CCS4, 安装文件夹下面根本就搜索不到这个库(rtdxint.dll), 请问是怎么回事? |
|
相关推荐
2个回答
|
|
CCSV4 已经不支持RTDX了。具体关于RTDX的问题,请参考processors.wiki.ti.com/.../Real_Time_Data_eXchange_(RTDX)。
|
|
|
|
60user64 发表于 2018-6-25 03:17 Real Time Data eXchange (RTDX) Status
Until recently, developers were forced to stop their application with a breakpoint to exchange data "snapshots" with the host computer in a technique that’ called "stop-mode debugging". This intrusive approach can be misleading, because the isolated snapshot of a halted high-speed application cannot show the system’ real-world operation. To solve this problem, TI developed RTDX, or Real Time Data Exchange, which gives designers continuous, real-time visibility into their applications. RTDX was invented by TI in 1998 and was the first such capability in the DSP industry. RTDX enables real-time, asynchronous exchange of data between the target and the host, without stopping the target application. In essence, the RTDX data link provides a "data pipe" between DSP application and the host. The bidirectional capability allows developers to access data from the application for real-time visibility, or to simulate data input to the DSP, perhaps before real-time sensor hardware is available. This shortens development time by giving developers a realistic view of the way their systems operate. RTDX is available on XDS510 and XDS560 class of emulators. A higher speed version of RTDX is called "High Speed RTDX (HSRTDX)". How does RTDX work? RTDX (Real-Time Data Exchange) is a technology that allows the user to “non-intrusively” pass data from a target application to a host application and vice versa. The definition of “non-intrusively” used in this context basically means that the user can pass data between target and host without halting the target processor. RTDX is not completely non-intrusive because there is a small amount of target code that must be linked in and run with the user’s target application. Example: Target to Host Transfer The target portion of the RTDX application buffers data on the target and readies it for transfer up to the host. When the RTDX_write() function is called, the RTDX target code takes this data and transfers it into it’s RTDX buffer, where it patiently waits until the Host application calls RTDX_read(). The read function asks for a specific number of bytes/words, and this data is passed up to the host via the emulation scan interface. Host to Target Application The Host to Target application is very similar to the Target to Host application. In this case, the Host application will issue an RTDX_Write(). This data is buffered by the RTDX software on the host until the target is ready for it. Each target has one of two RTDX implementations. Some targets have a POLLING based implementation (i.e. 54x and ARM devices). Polling based implementations require the application to periodically call the RTDX_poll() to have the target see if there is data available from the host. If data is available, the target calls RTDX_read() to transfer data from the host to the target. Some targets have an INTERRUPT based polling implementation (62x, 67x, 64x, 55x) on which an interrupt is triggered when there is host data available for the target. In these cases, there is no need to call RTDX_poll(). The application simply calls RTDX_read() from the interrupt service routine for the RTDX interrupt. There are two different RTDX_read() functions.RTDX_read() is a blocking read. If no data is available, and an RTDX_read() is issued, the target application will block and wait for data to become available. RTDX_readNB() is a non-blocking read.If RTDX_readNB() is called, and no data is available, it will return and allow the target application to continue. |
|
|
|
只有小组成员才能发言,加入小组>>
332 浏览 1 评论
528 浏览 2 评论
NA555DR VCC最低电压需要在5V供电,为什么用3.3V供电搭了个单稳态触发器也使用正常?
772 浏览 3 评论
MSP430F249TPMR出现高温存储后失效了的情况,怎么解决?
649 浏览 1 评论
对于多级放大电路板,在PCB布局中,电源摆放的位置应该注意什么?
1124 浏览 1 评论
AT32F407在USART2 DMA发送数据时,接包接到了要发送的数据,程序还是处于等待传输完成的标识判断中,为什么?
54浏览 29评论
89浏览 23评论
请问下tpa3220实际测试引脚功能和官方资料不符,哪位大佬可以帮忙解答下
248浏览 20评论
请教下关于TAS5825PEVM评估模块原理图中不太明白的地方,寻求答疑
196浏览 14评论
两个TMP117传感器一个可以正常读取温度值,一个读取的值一直是0,为什么?
54浏览 13评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-21 18:44 , Processed in 1.087311 second(s), Total 79, Slave 63 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号