• Eduardo de Mier : Breakpoint changes to warning symbol
    Closed Read-Only Thread - Keil Forum closed barn door after horse has fled.. http://www.keil.com/forum/62512/ It suggests the code you are breakpointing is not included in the final link, likely...
  • Keil breakpoint on port change
    Hi, I am using Keil uVision V5.27.1.0 to compile and debug a code produced for an STM32L072 micro Is it possible to set a breakpoint when an IO port changes and if so, instructions about how to do...
  • warning: unresolved external symbol
    would appreciate if someone can tell me c and asembly code in the Uvision3? my source code as follows #include <reg51.h> #include <C51S.LIB> #include<stdio.h> #include "setUpSerPort.h" void main...
  • Unresolved external symbol warning
    I am trying to write a program for cypress FX2 chip. But I am getting the following warnings: *** WARNING L1: UNRESOLVED EXTERNAL SYMBOL SYMBOL: USBIE MODULE: ex1.obj (EX1) *** WARNING L2: REFERENCE...
  • __inline and change of sign warning
    Hi all, I would like to discover why the compiler issues warning #68 (integer conversion resulted in a change of sign) for the code below. It is issued only for -O3, "Optimize for Time" enabled and...