This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

12.axf: Error: L6218E: Undefined symbol FLASH_PrefetchBufferCmd (referred from main.o).

hi

iam using MCBSTM32C development board.
all the examples u gave working fine,but when i compile a program that u gave
C:\Keil\ARM\Examples\ST\STM32F10xFWLib\Examples\USART\HyperTerminal_HwFlowControl in not working.

i gives linking errors please give a solution for my problem.

thank you

Parents
  • Who is "u" ?

    "i gives linking errors please give a solution for my problem."

    The error tells you what the problem is - isn't the solution to that problem obvious:

    "Undefined symbol FLASH_PrefetchBufferCmd"

    If error is that the Symbol "FLASH_PrefetchBufferCmd" is not defined then, clearly, the solution is to define it!

Reply
  • Who is "u" ?

    "i gives linking errors please give a solution for my problem."

    The error tells you what the problem is - isn't the solution to that problem obvious:

    "Undefined symbol FLASH_PrefetchBufferCmd"

    If error is that the Symbol "FLASH_PrefetchBufferCmd" is not defined then, clearly, the solution is to define it!

Children
No data