• compilre does not complain of "," instead of ";"
    Hi I have the following code static bit cc_0 = 0; ...... if ((!CC_GDO_0 && cc_0) == 0) return 0; cc_0 = 0, // here I have a , instead of ; temp = SpiReadStatus(CCxxx0_MARCSTATE); ..... I am...
  • Weird Linker Error (L6218E: Undefined symbol)
    Hello Everybody, I am trying to build a firmware which is using two functions from the Keil SAM-ESV7_SFP 2.4.5 library. The compile process is okay, but I can not get the linking going. *** Using...
  • L6218E : undefined symbol, linker problems?
    hi everyone, i've been struggling with a project im working on for the last day (or two). i've got two external c files that provide some functions used by fatfs and one of them needs functions out...
  • Error: L6218E: Undefined symbol
    Hi, I'm using uVision 5 to develop a firmware, however I can't get the linker to find one of my functions. When building, I get this error: Error: L6218E: Undefined symbol three() I have...
  • STM32 undefined HAL symbol
    Hi All, I just started learning ARM and I got a STM32L0 Nucleo board with Keils uVision5 as the environment. I used STM32Cube to generate the start-up code and got a blinky example and a button external...