Quantcast
Channel: Microcontrollers
Viewing all articles
Browse latest Browse all 224424

Forum Post: RE: MCU-PLUS-SDK-AM243X: High interrupt latency

$
0
0
Hi, At 800MHz, 2μs represents approximately 1600 CPU cycles, which accounts for: - Context saving operations - Vector table lookup - Branch to ISR execution - Multiple interrupt controller transitions (CPU + system level) - FreeRTOS overhead if applicable You can try optimizing the following parameters and see if the delay of ~2us is reducing: 1. Interrupt Configuration: - Configure appropriate priorities for critical interrupts - Minimize higher-priority interrupts that could cause delays - Review interrupt controller settings 2. Code-level Optimization: - Minimize stack usage in critical ISRs - Optimize context saving where possible - Reduce function call depth in ISRs Let me know if the delay is consistent even after optimization. Regards, Aaron

Viewing all articles
Browse latest Browse all 224424

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>