I have an application in which I set up the FRC so it will have an update period of 62.5ns based on my HCLK. When running the software under the debugger I am able to ascertain the number of FRC periods that have elapsed between breakpoints I set. Based on the FRC period this appears to give an accurate indication of what the actual execution time will be. Can you confirm that this is the case, or will the debugger use additional instructions which would mean a faster execution time for the release software?
Thanks.