Other Parts Discussed in Thread: IWR1443, TIDEP-0091
Tool/software: TI-RTOS
My question could be divied into serveral parts:
Q1: can I use frameCfg with hardware trigger option? In doc and code, it seems only providing a few tens of micro seconds, range is not as large as 0~10ms.
Q2: Can I use a GPIO for trigger input monitoring? How can I monitor this GPIO, use polling task per 50us? or a timer interupt set as 50us? how is the efficiency?
Q3: How long will it take to start sensor while other setting is already set, e.g profileCfg, chirpCfg. could you give stats for both calibration on and off? The time between rlsensorStart and sensor real started.
Q4: Can I use task_sleep() to implment my polling task for 50us polling? since I found task_sleep seems counting at mili second.