• "goto reference" extremely slow
    I have written a really huge application (500k bin-file) for the C167. When I try to find the definition of any variable by clicking on it with the right mouse button uVision2 takes up to eighty (!) seconds...
  • Linker regenerate cross references
    Hello, After fighting with my project which wouldn't link: linking... .\STM32100E-EVAL\STM32100E-EVAL.axf: Error: L6218E: Undefined symbol VAL_Validate (referred from main.o). Not enough information...
  • external reference to abs xdata
    I am trying to come up with a method for defining absolute (MMIO) addresses once in my universal .h file. DATAACT id defined in one .c file only UX* is xdata unsigned char My attempt: #ifdef...
  • reference Manuals
    GPIO_InitTypeDef GPIO_InitStructure; Dear All please provide me documentation that are describing all about above type instructions Any reference Manuals
  • undefined reference to `_start', undefined reference to `_data'
    Hi, I'm trying to compile a project using Keil and GNUARM. Compiler compiles .c file but linker writes: Build target 'Target 1' assembling Startup.s... compiling Serial.c... compiling Blinky.c....