2023-04-09 01:52 PM - edited 2023-11-20 08:39 AM
Hi everyone,
I use the STM32CubeIDE 1.6.0 and the STM32WL package 1.0.0
I am trying to implement the clock synchronization feature but I cannot get the application to be built.
I enabled the with the following definition
#define LORAWAN_DATA_DISTRIB_MGT 1 in lorawan_conf.h
But while building the project it returns undefined reference of two functions defined in LmhpDataDistribution.h
I tried to clean and build again but it doesn't work
Both files (LmhpDataDistribution.h and LmhpDataDistribution.c) are included in the project. Do I miss something?