You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've combined the examples 1_thread_x_on_stm32_u5 and 3_geolocation_on_lora_edge to create a new example for the NUCLEO-U5A5ZJ-Q Board.
I've deleted the ThreadX stuff and used the application from 3_geolocation_on_lora_edge to get the geolocation stuff to work.
In addition I've modified the app_options.mk to use # Add any lbm build options (ex: LBM_BUILD_OPTIONS ?= LBM_CLASS_B=yes REGION=ALL) LBM_BUILD_OPTIONS ?= LBM_CLASS_B=yes REGION=ALL LBM_GEOLOCATION=yes LBM_ALMANAC=yes LBM_STORE_AND_FORWARD=yes
and adjusted the modem_pinout.h to use the right pins for the RADIO_LNA_CTRL.
The application gets stuck after the initialization of the geolocation services. It seems like there is a problem with the filesystem. Could you please help me with that?
Hello,
I've combined the examples 1_thread_x_on_stm32_u5 and 3_geolocation_on_lora_edge to create a new example for the NUCLEO-U5A5ZJ-Q Board.
I've deleted the ThreadX stuff and used the application from 3_geolocation_on_lora_edge to get the geolocation stuff to work.
In addition I've modified the app_options.mk to use
# Add any lbm build options (ex: LBM_BUILD_OPTIONS ?= LBM_CLASS_B=yes REGION=ALL)
LBM_BUILD_OPTIONS ?= LBM_CLASS_B=yes REGION=ALL LBM_GEOLOCATION=yes LBM_ALMANAC=yes LBM_STORE_AND_FORWARD=yes
and adjusted the modem_pinout.h to use the right pins for the RADIO_LNA_CTRL.
The application gets stuck after the initialization of the geolocation services. It seems like there is a problem with the filesystem. Could you please help me with that?
If I comment the store and fwd stuff the application runs as espected.
Best regards,
Benedikt
The text was updated successfully, but these errors were encountered: