• Timer Flag 0 is raised when timer starts
    Hi! I am trying to run two servos with one timer, checking pin state and set servo angle on a nRF24LE1. I'm not a skilled programmer, but this is what I've got: #include <Nordic/reg24le1...
  • Timer Flag 0 is raised when timer starts
    Hi! I am trying to run two servos with one timer, checking pin state and set servo angle on a nRF24LE1. I'm not a skilled programmer, but this is what I've got: #include <Nordic/reg24le1...
  • Raising priority of PendSV within NVIC when PendSV pending
    Hi, I'm trying to understand the behavior of raising (lowering numerical priority) the priority of PendSV in the NVIC of a Cortex M4 or M7 when PendSV is already pending. Below are the cases I'm grappling...
  • Raising priority of PendSV within NVIC when PendSV pending
    Hi, I'm trying to understand the behavior of raising (lowering numerical priority) the priority of PendSV in the NVIC of a Cortex M4 or M7 when PendSV is already pending. Below are the cases I'm grappling...
  • Pin output last state when programming
    Hi all, I'm using IAR 6.5 with MSP430, sometimes when I program the MCU the output pin goes on 'H' instead of 'L' and causing power failure (due to the analog function of that pin). My assumption...