TASKS_CONSTLAT is not working on NRF54L15

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
  
Parents
  • 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

Reply
  • 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

Children
Related