User Activity

Hello, I am using the dma to receive data into the uart using the functions: HAL_UARTEx_ReceiveToIdle_DMA(&huart2, UART_p.UART_Data, UART_DATA_LENGTH)); with UART_DATA_LENGTH = 200. void HAL_UARTEx_RxEventCallback(UART_HandleTypeDef *huart, uint16_t ...
Hello,I want to write my own ID in the STM32WL55 memory. For this I use STM32Cubeprogram and the ST-LINK V3.My question is: is there a small flash area where I can write this identifier and which does not interfere with the code and data so as not to...
Hello,I'm using the Nucleo-WL55CJ kit to test the Lora connectivity with TTN server.At first, all worked fine and I received my data, but now the kit is unable to join the networt with the following error "DevNonce is too small".Any idea?Thanks.
Kudos given to