2023-03-13 05:36 PM
I am trying to use the following well written example to have two boards communicate using GFSK:
My code compiles error free up to the Example Application section. If I then replace my main with the GFSK main on github. I get the following error.
I have verified that the project properties in the compiler section for the include paths are correct. When I double click on the error I go to it in radio_driver.c, hitting F3 jumps me to the #define in radio_conf.h. I then place cursor her on the line over UTIL_MEM_set_8 and hit F3 but I jump to nowhere. The interesting thing is at the top of this file is
#include stm32_mem.h and if I hover on it and hit F3 and go into it the declaration exists AND the stm32_mem.c contains the function definition just fine.
Can anyone tell me what I might be missing here??
Thank you