Other Parts Discussed in Thread: IWR1843, IWR6843, AWR1843
Hi,
I'm working with the AWR1843BOOST and I would like to use the BPM mode in the traffic monitoring lab. I would like to transmit with the three antennas simultaneously with zero phase between them. I saw that the code says that the BPM is not supported yet, but I read this thread: e2e.ti.com/.../awr1843boost-to-enable-bpm-mode
I compared the OOB BPM code with the Traffic Monitoring lab as the thread says:
1. Add MmwDemo_CLIBpmCfg in mmw_cli.c
2. Add bpmcfg entry in MmwDemo_CLIInit
3. Add MmwDemo_bpmConfig in mss_main.c
4. Add MMWDEMO_BPMCFG_OFFSET to mmw_mss.h
5. Add bpmCfg and isBpmCfgPending fields to MmwDemo_SubFrameCfg in mmw_mss.h
6. Modify MmwDemo_setSubFramePendingState, MmwDemo_resetStaticCfgPendingState, MmwDemo_isAllCfgInPendingState and MmwDemo_isAllCfgInNonPendingState to incorporate isBpmCfgPending in mss_main.c
The Traffic Monitoring lab has all this characteristics, so I have some cuestions.
1. Why the code says that the BPM it isn't supported?
2. It is possible to implement it? It is necessary more changes?
3. If it is possible to implement BPM mode, Could I transmit with the three antennas simultaneously without difference of phase between them?
Thanks