Hi,
We saw the code in the People Counting project:
/** * @brief * Global Variable for LDO BYPASS config, PLease consult your * board/EVM user guide before changing the values here */ rlRfLdoBypassCfg_t gRFLdoBypassCfg = { .ldoBypassEnable = 0, /* 1.0V RF supply 1 and 1.0V RF supply 2 */ .supplyMonIrDrop = 0, /* IR drop of 3% */ .ioSupplyIndicator = 0, /* 3.3 V IO supply */ };
And get a couple of questions:
1. What is LDO BYPASS?
2. Why is this configuration required in this project?
3. What does our hardware design team have to pay attention when designing our own board based IWR6843AOP?
Cheers,
Tom