Skip to main content
SWenn.1
Senior III
March 14, 2023
Question

STM32WLE5 code error??

  • March 14, 2023
  • 0 replies
  • 659 views

I am trying to use the following well written example to have two boards communicate using GFSK:

sub-GHz FW

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.

0693W00000aIrVlQAK.jpg 

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

This topic has been closed for replies.