• 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...
  • Reading flash within KEIL
    Hallo Maybe there is an option in KEIL for reading the contens of the MCU's flash. But I havnt found it. Is this possible at all, to read out the flash contens and view it within KEIL? Thomas...
  • Array of struct within struct
    Has anyone defined an array of struct inside another struct with C51? I can find no reference document prohibiting it. Yet, when I try to compile following fragment: #include <stdio.h> struct...
  • Programmsize restriction within codeblock
    Hello, are there any restrictions of codesize within a codeblock? For examle the first code doesn't work: if ( value ){ . . many Codelines . } If i shorten the code above, then it...