User Activity

Dear Team,I hope this email finds you well. I am reaching out to discuss a technical challenge we are facing with the STM32L072CZY3TR microcontroller. Our goal is to implement Ethernet over USB functionality. From my research, I understand that the C...
Hi all,I am a new member to stm controllers.i am using B-L072z-LRWAN1 & SUB IOT STACK.While iam using wrapper class functions i am able to see the output of my codeuart_handle_t* uart_0;uart_0 = uart_init(0,9600,0);uart_enable(uart_0);uart_send_byte(...