I have tried to use tflite default package in Keil MDK environment, but I am facing some compiling problems.
As below~
Finally, I decided to separate tensorflow lite micro library and my project. It means that I builded a tensorflow lite micro interpreter library in another single project without other objects but tensorflow lite micro, and then imported the .lib file to my main project. It solved my problem.