Question
How to compile examples from the FOC library using KEIL.
Posted on December 26, 2015 at 20:10
Hi,
Not getting anywhere with GCC I've gone ahead and installed windows, keil, cube and the FOC development kit. When I follow STM's howto for compiling the example, keil reports: ''undefined symbol: R3_1_F3xx_NewObject''This symbol is defined in the Web/Project/MDK-ARM/MC_Library_Compiled/Exe/MC_Library_STM32F302x8_single_drive.lib library. And... under project->manage->project items I see MC_Library_STM32F302x8_single_dri listed in the third column. Apparently the windows8 window-manager does not allow me to increase the size of that window, so I must assume that the last two letters are there. So: How do I check that this library is actually used, and/or how do I find out why it isn't finding this symbol?