请问 awr 2243 一个subframe最多支持225个chirp么?我们把CHAINS_CASCADE_RADAR_RADAR_HEIGHT 改成256,报错 92.

This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
请问 awr 2243 一个subframe最多支持225个chirp么
是numloops最大值是255。
mmwave_sdk_03_05_00_04-Windows-x86-Install\mmwave_sdk_03_05_00_04\packages\ti\control\mmwavelink\include\rl_sensor.h : rlSubFrameCfg->numLoops 中有定义。
@brief Number of times to repeat from chirpStartIdx to chirpStartIdx in each frame, \n
valid range = 1 to 255 \n
*/
rlUInt16_t numLoops;