• Infineon C161U EPEC transfer 'dropping out'
    I'm seeing behaviour where an EPEC transfer will end early during the microcontroller's receipt of a packet over the USB. It's a 64 byte EPEC transfer that has been set up to handle a 64 byte USB packet...
  • Infineon C161U EPEC transfer 'dropping out'
    I'm seeing behaviour where an EPEC transfer will end early during the microcontroller's receipt of a packet over the USB. It's a 64 byte EPEC transfer that has been set up to handle a 64 byte USB packet...
  • Cortex-M4 interrupts behaviour when same interrupt vector has multiple interrupts
    Hello, I am using STM32F407ZGT6 Cortex-M4 microcontroller. This controller has same interrupt vector for 5 external interrupts i.e., NVIC (EXTI9_5) for EXTI5, EXTI6, EXTI7, EXTI8 and EXTI9 interrupts...
  • Cortex-M4 interrupts behaviour when same interrupt vector has multiple interrupts
    Hello, I am using STM32F407ZGT6 Cortex-M4 microcontroller. This controller has same interrupt vector for 5 external interrupts i.e., NVIC (EXTI9_5) for EXTI5, EXTI6, EXTI7, EXTI8 and EXTI9 interrupts...
  • Interrupt while Interrupt
    Hello, i need to program a T89C51CC01 with Keil. I really don't know whether I should ask my question in this forum, but I just try. EX0 (external interrupt 0) gets executed. While the procedure...