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
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!