Can someone help me better understand the SYS/BIOS Logging options? Specifically the Hwi Logging option in the Agent Module. I had enabled this option a while back while trying to debug a problem. I left the option on as at the time it didn’t seem to adversely affect the operation of my code. That is until I started running some timer and capture interrupts. It seems that the option can cause a timer to be 4 to 5 times the correct length (a bit random) and would cause my watchdog to trigger intermittently when the timers was used.
Turning the option off has fixed my issue but I’d like to understand why. Also is it best practice to turn all the logging (Hwi, Swi, Task & Application) off when not needed?
Thanks
Ed