RANGING_FREQUENCY - VL53L8A
Hi,
I am testing VL53L8A with NUCLEO-F401RE and 53L8A1_SimpleRanging software under STM32CubeIDE.
Changing RANGING_FREQUENCY from 5U to 15U does not increase the frame rate, always 5Hz.
What am I doing wrong? I have changed also the TIMING_BUDGET to 5U (ms).
#define TIMING_BUDGET (5U) /* 5 ms < TimingBudget < 100 ms */
#define RANGING_FREQUENCY (15U) /* Ranging frequency Hz (shall be consistent with TimingBudget value) */ // era 5
#define POLLING_PERIOD (1000U/RANGING_FREQUENCY) /* refresh rate for polling mode (milliseconds) */
Thanks,
David
