In an application I was using RCCE_power_set() function to set voltage for a power domain and RCCE_wait_power() function to wait for voltage change to take place. But the problem with this was it took a very long time to complete. While I was using only two power domains the time taken was around 40 ms which increases as I use more power domains, like for 5 power domains it was around 90 ms.
Has anyone ever came across such problem and if so can you help me with this? Because if it take this long time for a voltage change to take place then it will adversely effect the performance in my research.