User Activity

Hi, I would like to use USART1 insted of LPUART1 on LoRaWAN_AT_Slave exmaple. But when I try to do this, I can't choose USART1 on Middleware->LORAWAN->VCOM parameter in STMCubeMX (see screenshot).I don't understand why, thus in LoRaWAN_End_Node, it i...
Hi, I would like to try nucleo-WL55 in LoRa Node with Quatz and see temperature influence in RF signal.So I have unsolder R2, and solder R39/R40. But now LoRaWAN_AT_Slave does not work anymore, even if I change TCXO to Quartz in .ioc file. I can see ...
Hi, I have new custom board on STM32WL55CCU7. I can't flash/program with STM32CubeIDE. And when i try to connect with STM32CubeProgrammer with "Normal'" mode I have this error :"Error: Cannot connect to access port 1! If you are trying to connect to ...
Hi, I trying to debug on nucleo-WL55 with serial wire debug via SWO. I have enable "Serial Wire Viewer (SWV)" in debug config, and add SWV ITM Data console (Config 0).Even add this code : int _write(int file, char *ptr, int len) { /* Implement your...