HI,
HI,
Hi
What sample project is your project based on, and do you see any build warnings or similar when setting the CONSTLAT config? Also, what file did you set the config in on your end? The prj.conf file or some other file?
If the force constant-latency mode config is set it should force it to be set, so that you can't go into low power mode while set. This should only be used if you need the device to always be in Constant Latency mode.
Best regards,
Simon
HI,
I am using the ESB_PTX sample,and set CONFIG_SOC_NRF_FORCE_CONSTLAT in pro.conf, then i find that it will trigger NRF_POWER_TASK_CONSTLAT in soc.c(line 153), I set a breakpoint at line 160 to check the CONSTLATSTAT, but it's always disable;
HI,
I am using the ESB_PTX sample,and set CONFIG_SOC_NRF_FORCE_CONSTLAT in pro.conf, then i find that it will trigger NRF_POWER_TASK_CONSTLAT in soc.c(line 153), I set a breakpoint at line 160 to check the CONSTLATSTAT, but it's always disable;