• warning: implicit truncation from 'int' to bitfield....
    Dear Forum, I have searched all of Keil's website, manuals and the internet about this issue and have found nothing that can eliminate this compiler warning in my "C" source code. I am getting...
  • Implicit declaration is invalid warning for __set_BASEPRI() function in Keil
    I'm trying to use a __set_BASEPRI function in Keil to set up interrupts in STM32F407 but the IDE shows warning "implicit declaration of function '__set_BASEPRI' is invalid in C99". The code compiles without...
  • warning: implicit declaration of function 'ITM_SenderChar' is invalid in C99 issue
    Hi. I came across the warning message as follow warning: implicit declaration of function 'ITM_SenderChar' is invalid in C99 when I implement ITM_SendChar('\r'); what am I supposed to...
  • Error
    I'm using Cortex-M0, when I build my project I have one error below: Build target 'adc1' linking... adc1.sct(7): error: L6236E: No section matches selector - no section to be FIRST/LAST. "adc1...
  • error
    Hi.I am using writing a program and keil show me this error: ov7670.h(18): error: #29: expected an expression The program: #ifndef __ov7670_H #define __ov7670_H #include <stdio.h> #include ...