Skip to main content
dr_it
Visitor II
August 5, 2013
Question

Zero Jitter ISR for STM32F051

  • August 5, 2013
  • 1 reply
  • 693 views
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 topic has been closed for replies.

    1 reply

    Tesla DeLorean
    Guru
    August 5, 2013
    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 VenmoUp vote any posts that you find helpful, it shows what's working..