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.

IWR1443BOOST: TDMA Configuration

Part Number: IWR1443BOOST
Other Parts Discussed in Thread: DCA1000EVM, IWR1443
Context: I am sending a configuration to the IWR1443BOOST which then sends the raw samples to the DCA1000EVM and then to my computer. I am not using mmWave studio but instead interacting through ROS.
I have been trying to get a simple TDMA configuration set for the IWR1443 and I am having some issues. I get an error that implies that the configuration is incorrect. The configuration I am using is:
["flushCfg", 
"dfeDataOutputMode 1", 
"channelCfg 15 5 0", 
"adcCfg 2 1", 
"lowPower 0 1", 
"profileCfg 0 77 20 5 80 0 0 40 1 256 7000 0 0 30", 
"chirpCfg 0 0 0 0 0 0 0 1", 
"chirpCfg 1 1 0 0 0 0 0 4", 
"frameCfg 0 1 128 0 100 1 0", 
"testFmkCfg 0 0 0 1", 
"setProfileCfg disable ADC disable"]
My intention is to have two chirps, one from antenna one and one from antenna three. 

  • Is there a demo for TDMA (a specific configuration I can test just as above) or do you have any suggestions for my current config?
  • I am curious about the delay between chirps within the same loop instance. Say I have two chirps, one after the other that I repeat many times. Can I assume there is no delay between the end of the first chirp and the beginning of the second chirp? Should I add non-zero idle time in the second chirp config?