2023-05-07 05:31 PM - edited 2023-11-20 06:11 AM
Recently, I have an Audio_playback_and_record project to understand the use of ST MEMS microphone. My purpose is to understand the running order of the functions defined in waverecorder.c, but I find that int main() can not find the function defined in waverecorder.c file. And the main function also has acceleration sensor content, which makes me very confused
The main program is as follows:
I also upload the project
2023-05-07 05:57 PM
What's the error reported?
From compiler or linker?
Compiler, check you have prototypes.
Linker, that the code containing the functions is built and liked.
2023-05-07 06:12 PM
Thanks for your reply!
The program compiled with no errors, I just want to knowthe running order of the functions defined in waverecorder.c