TI中文支持网
TI专业的中文技术问题搜集分享网站

AWR2243: AWR2243级联Frame循环方式

Part Number:AWR2243

您好,在dfp mmWaveLink_Cascade_Example中,先是调用rlFrameStartStop启动Sensor,再调用rlFrameStartStop停止,请问如果我启动后不停止,它会一直周期循环发送吗,还是说我需要不断调用函数发送frame

Shine:

要看具体怎么配置的,可以看一下C:\ti\mmwave_dfp\mmwave_dfp_02_02_04_00\ti\control\mmwavelink\src\rl_sensor.c里的函数说明。/** @fn rlReturnVal_t rlFrameStartStop(rlUInt8_t deviceMap, rlFrameTrigger_t* data)** @brief Triggers/Stops Transmission of Frames* @param[in] deviceMap – Bitmap of devices to send the message* @param[in] data – Container for Frame trigger Configuration data** @return rlReturnVal_t Success – 0, Failure – Error Code** This function triggers/stops the transmission of the frames as per the frame and chirp* configuration. If trigger mode is selected as SW API based trigger, mmWaveFront end would* start chirp immediately after receiving this API. If trigger mode is HW SYNC IN pulse, it* would wait for SYNC pulse** @note 1: Once the chirping starts, mmWave Front end would send asynchronous event* RL_RF_AE_FRAME_TRIGGER_RDY_SB indicating the start of frame* @note 2: Once the chirping stops, mmWave Front end would send asynchronous event* RL_RF_AE_FRAME_END_SB indicating the stop of frame* @note 3: When Frame Stop command with 'option-0' is sent to RadarSS, the frame will be stopped * after completing all the chirps of a Frame/Advance frame (sub-frames). \n* @note 4: In non periodic Hw triggered mode or in sub-frame triggered mode, if frame needs to * be stopped immediately then frame stop command with 'option-4' can be used. The * 'option-4' can not be used when active frames are running. \n* @note 5: Recommended to re-issue frame configuration API if frame is not stopped at sub-frame * boundary, this is to re-config CSI2 or LVDS data path configuration in MSS. \n*/

,

?? ?:

你好,函数中提到有软件触发和硬件触发两种方式,1.请问使用软件触发,我只需要调用一次start吗,假设我发送一frame,软件触发模式下,调用一次start,在这帧发送完成后,我调用软件指令stop,它会再发一帧还是直接停止?2.使用硬件触发,启动后是每次脉冲都会进行发送,直到发送指令stop吗?

,

Shine:

1. 发送stop指令后,就直接停止了。2. 是的。

,

?? ?:

1.请问一下,软件触发,不调用stop,会一直循环发送吗?2.级联情况下,12TX16RX,每个channel都是同步进行的吗,还是存在先后次序问题?

,

Shine:

1. 不会一直循环发送。

2. 发射顺序是根据每个chirp使能的发射天线决定的,看chirpcfg的具体配置。

,

?? ?:

1.软件触发时,需要一直循环发送,那就是需要不断调用sensorstart吗2.双芯片级联6T8R,如果每个chirp都使能6个发射天线,那是所有发射天线同步发送吗,主从芯片有时差吗3.双芯片级联6T8R,第一个chirp使能TX0,第二个chirp使能TX0和TX1,那就是TX0发送一个,然后TX0和TX1再同时发送一个吗?谢谢

,

Shine:

1. 请问具体怎么配置一直循环发送的?2. 3,请看下面的MIMO文档。https://www.ti.com/lit/an/swra554a/swra554a.pdf

赞(0)
未经允许不得转载:TI中文支持网 » AWR2243: AWR2243级联Frame循环方式
分享到: 更多 (0)