User Activity

Lora class c unconfirm message uplink return LORAMAC_STATUS_NO_FREE_CHANNEL_FOUNDI had downloaded en.I-CUBE_LRWAN. I am using Projects -> B-L072Z-LRWAN1 - > MDK ARM.I am using Class C. I had try change the APP_TX_DUTYCYCLE and it does not help.#defin...
Hi, Currently i am using STM32L082CZ processor and debugger tools as ST-LINK V2 B2019-51.When I enter debug mode, it will update the status/flag/watch variable upon reach breakpoints. The debugger window show on Keil won't update during run time, i...
void vcom_IRQHandler(void) // external interrupt for USART2_IRQHandler { HAL_UART_IRQHandler(&UartHandle); USER_UART_IRQHandler(&UartHandle); }   void USER_UART_IRQHandler(UART_HandleTypeDef *huart) { if(USART2 == ...