• DMA IRQHandler not working
    When I run this code I don't get into the DMA IQRHandler. I am trying to put the signal, generated in the main, on the DAC output using the DMA. Haven't got any luck so far. Been searching on this problem...
  • DMA IRQHandler not working
    When I run this code I don't get into the DMA IQRHandler. I am trying to put the signal, generated in the main, on the DAC output using the DMA. Haven't got any luck so far. Been searching on this problem...
  • Hard fault in UART IRQHandler when using Keil RTX
    Hi, I have just started using Keil RTX and I am a newbie. Without RTX, I initialize my uart in the main() and then recive data in IRQHandler. But after I tried my UART with RTX I get a hard fault...
  • Hard fault in UART IRQHandler when using Keil RTX
    Hi, I have just started using Keil RTX and I am a newbie. Without RTX, I initialize my uart in the main() and then recive data in IRQHandler. But after I tried my UART with RTX I get a hard fault...
  • Using conditionals within shared (C & ASM) header file
    Last June, someone asked about how command line symbols defined for both the assembler and the C compiler could be referenced within a conditional (if) statement within a universal shared header file...