User Activity

#define RADIO_TCXO_VCC_CLK_ENABLE()   __HAL_RCC_GPIOA_CLK_ENABLE()#define RADIO_ANT_SWITCH_CLK_ENABLE_RX()   __HAL_RCC_GPIOA_CLK_ENABLE()#define RADIO_ANT_SWITCH_CLK_ENABLE_TX_BOOST()   __HAL_RCC_GPIOC_CLK_ENABLE()#define RADIO_ANT_SWITCH_CLK_ENABLE_...
Sir, I testing the STM32L0 + SX1276 with en.i-cube_lrwan_v2.1.0 libI compiled the AT COMMANDS example on KEIL and then with STM32 IDE too, but during execution i am always getting the following error in bothAPP_VERSION:    V1.1.0MW_LORAWAN_VERSION: V...
I am using the low power timer (LPTIM), but i need to initialize the timer value to 30000 before start the counting.Is it possible ?Thank you!