• add additional arm compile
    Hello everyone, with Keil 5.14 (mdk_pro) I can select a compiler within the Target options. I'd like to use the compiler Version 4.1. I installed Keil 5.14 in another folder than Keil 4.13. ...
  • Help With Add In, Compile, run
    prHi I'm new to this site and first of all i would like to thank all for this forum, he can be important to help each other. My problem I have a c algorithm and i ould like to put this in...
  • Missing File for Compilation
    I am looking for the file system_stm32f4xx.c for the compilation of the code. I am working on the board stm32f411vet6. While compiling the code for gpio I am getting this error. Thanks in advance for...
  • missing compile what is going on
    I am thoroughly puzzled about this, any suggestions source starting line 152 while (!UnblankSlot); SB_CR = FALSE; // stop the CCAP counter BSP1_PSTB_N = 0; // strobe the map in BSP1_PSTB_N ...
  • why Adds is error but add is correct?
    In keil arm 2.11 while(1) { __asm { START: MOV R0,#0 MOV R1,#10 LOOP: BL ADD_SUB B LOOP ADD_SUB: ADD r0,r0,r1 //ADDS r0,r0,r1 <---error?? MOV PC,LR } } FIBO.C(76): error C197: inline...