User Activity

Hello all,I'm trying to lock the flash in level 1 mode. To do so, I'm using the provided ST APIs. In particular, I'm doing:  FLASH_Unlock(); // unlock flash to deal with it FLASH_OB_Unlock(); // unlock option byte to deal with it if(FLASH_OB_GetRDP...
Hi,I'm working on Power Line Communication with ST8500, with evaluation board equipped with STM32G0 and ST8500.I'm able to send and receive UDP messages between 2 nodes, but I'd like to implement the IPV6 multicast feature. In particular, I want that...
Hi,I'm evaluating ST8500 board, having purchased the complete kit Complete kit integrate an STM32G0 nucleo board that as my understanding is connected to ST8500 using UART (default baud 115200).I found out the G3 message format (header, checksum, pay...