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
Using the .ioc I believe I found a small bug. Here is my setup:
STM32CubeIDE FW 12.0.0
CubeMX: 6.8.0
Inside of the .ioc on Select the LoRaWAN Link Layer specification I chose the option v.1.0.4
Searching all the files in Visual Studio I see there are about 8 files referencing the "CONTEXT_MANAGEMENT_ENABLED".
In lorawan_conf.h the value was correctly changed to 1 after enabling it in the .ioc file
In the Middlewares/LoRaWAN/LmHandler/NvmDataMgmt.c file, CONTEXT_MANAGEMENT_ENABLED still remains 0
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Using the .ioc I believe I found a small bug. Here is my setup:
STM32CubeIDE FW 12.0.0
CubeMX: 6.8.0
Inside of the .ioc on Select the LoRaWAN Link Layer specification I chose the option v.1.0.4
Searching all the files in Visual Studio I see there are about 8 files referencing the "CONTEXT_MANAGEMENT_ENABLED".
In lorawan_conf.h the value was correctly changed to 1 after enabling it in the .ioc file
In the Middlewares/LoRaWAN/LmHandler/NvmDataMgmt.c file, CONTEXT_MANAGEMENT_ENABLED still remains 0
Beta Was this translation helpful? Give feedback.
All reactions