Skip to main content
amoos.11
Associate II
April 30, 2021
Question

"error[LI005]no definition for ..."in IAR and Keil IDE s to stm32f031c6t8

  • April 30, 2021
  • 2 replies
  • 903 views

hi every one

i have some problems by STEVAL-PTOOL1V1 evaluation board.mentioned evaluation board is based on stm32f031c6t8 mcu and used for brushless DC motor control fields.the ST microcontrollers has been provided a sample project by stmcubemx to run BLDCs.i used the sample code in IAR and keil IDEs and faced by some problems.problems are following:

1-error [LI005]:no definition for "MC_Core_Start".......

1-error [LI005]:no definition for "MC_Core_Reset".....

1-error [LI005]:no definition for "MC_Core_Stop".......

it would be appreciated if help me to resolve those errors?

thanks

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
April 30, 2021

Linker error, so missing a source file or library in the build.

Grep the source

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
amoos.11
amoos.11Author
Associate II
May 7, 2021

but I downloaded whole files that provided by ST company.