User Activity

Hello,I'm trying to connect my ST-LINK-PWR V3 to my own bord with a STM32WL5M0 but it doesn't wrok. I also tried with a J-Link probe and a Nucleo board and that doesn't work either.I modified my card to work at 3.3V, no improvement.The MCU is fresh f...
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