HI,
I am using "NRF_POWER->TASKS_CONSTLAT = 1;" to enable CONSTLAT, but when i printf("TASKS_CONSTLAT %d",NRF_POWER->CONSTLATSTAT); the result is still 0; how can i config it? thanks
HI,
Hi
We've tried reproducing this with the ESB_PTX sample, but the CONFIG_SOC_NRF_FORCE_CONSTLAT Kconfig option lets constant latency mode work just fine. Setting it directly in main.c also works on our end.
Can you share some details on your setup as well as upload your .conf file so we can take another look or provide some steps for us to reproduce this on our end.
Best regards,
Simon
HI Simon,
I tested it again,you can find the code in attached file, set
HI Simon,
I tested it again,you can find the code in attached file, set