• ADC config with DMA and Timer
    Hi, I want to program STM32F103 in which define an array that is completed with ADC value. I need to trigger the ADC with timer and also use DMA. It means that when the array complete, the DMA_IRQ...
  • Crystal config not possible in ADuC!
    Anyone can help me about configuring the external cristal for the ADuC7026. I tried to put the PLLKEYs and POWKEYs but the firmware doesn't work. I tried to put it in main() and in startup.s but doesn...
  • RTX config file for LPC1788
    Hello As i see C:\keil4.7\ARM\RL\RTX\Config there is no config file for lpc1788. Does it mean i can't use RTX for LPC1788? Best Regards
  • HardFault in Config timer
    Hi i start with keil & ulink2 with lm3s6965 dev kit after blinky project i start use one timer interrupt : #include "lm3s6965.h" #include "lm3s_cmsis.h" int main(void){ SYSCTL_RCGC1_R ...
  • arm r5 compiler config
    Hi All, Can we configure r5 compiler to turn of using LDM instructions. I just want to use multiple LD instructions instead of one LDM. Thanks in advance. Best, Patrick