Zero Jitter ISR for STM32F051
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2013-08-05 8:00 AM
Posted on August 05, 2013 at 17:00
Hi,
On STM32F051 I am trying to implement zero jitter interrupt servce routine for TIM6. I understand in Cortex-M0 architecture, there is a way to set higher IRQ latency to achieve zero jitter. I am not able to locate the registers for this value in STM32F051. I am not sure if the feature is implemented by ST.Can somebody guide me. Thank you #arm32-interrupt-latency
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2013-08-05 8:43 AM
Posted on August 05, 2013 at 17:43
Higher latency?
The NVIC should allow you to program a priority level associated with an interrupt, and this should allow one interrupt to preempt another.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
