Other Parts Discussed in Thread: AWR1243
Hi,
I am working on awr1243 with devpack, and try to run mmwavelink_example on it.
Q1: I found this mistake:
Calling rlSetChirpConfig with
ProfileId[0]
Start Idx[0]
End Idx[0]
*** Failed - Parameters are mismatched GetChirpConfig compare to rlSetChirpConfig ***
*** getChirpCfgArgs[1].profileId = 0 while setChirpCfgArgs[0].profileId = 0 ***
*** getChirpCfgArgs[1].freqSlopeVar = 0 while setChirpCfgArgs[0].freqSlopeVar = 0 ***
*** getChirpCfgArgs[1].txEnable = 2 while setChirpCfgArgs[0].txEnable = 1 ***
*** getChirpCfgArgs[1].startFreqVar = 0 while setChirpCfgArgs[0].startFreqVar = 0 ***
*** getChirpCfgArgs[1].idleTimeVar = 0 while setChirpCfgArgs[0].idleTimeVar = 0 ***
*** getChirpCfgArgs[1].adcStartTimeVar = 0 while setChirpCfgArgs[0].adcStartTimeVar = 0 ***
Chirp Configuration success for deviceMap 1
In config file, I set txEnable to 1 but it seems like it does not set to radar somehow, Could you explain this to me?
Q2: Later I also want to run 2*4 MIMO on 1243, in which case I need to set two different chrip files. But in config file it does not have a block like "manage chip" in radar studio. How could I do "manage chip" in mmwavelink_example?