• Can't get interrupt to work
    Hi, I am sorry if there is already a thread open with this problem, I just couldn't find it. I have a problem which should be easy to solve for you guys. I am trying to get a simple interrupt service...
  • Can't get conditional compile to work in .s file
    In Embedded_Files.s I have several INCBIN that then compile in several .bin files. I don't want to include those files unless there is a project-level #define made (either in a file that is global to...
  • Can't seem to get printf working with RTX.
    - Have printf working in other programs using serial.c/h and redirect_io.c. - Using a Segger JLink - Keil MCBSTM32F200 - RTX Blinky example - Added STDOUT redirect using the RTE If I enable trace...
  • why these codes can't work?
    I want to get a 1000HZ PWM. @15MHz VPB Clock codes like this void ini_pwm() { PINSEL0 =0x02<<14; /* Enable P0.7 as PWM output */ PWMPR=0x00; PWMMCR=0x02; PWMPCR=0x0400; PWMMR0=0x16E360; PWMMR2...
  • Debug function can't work
    I wan't toggle a pluse on P2.7 I've wrote a debug ini file to load in keil uVDebuger. It compiled with no error. but when i invoke one of the user function in command window error occured : *...