User Activity

I am using the Nucleo-64 STM32L476 evaluation board and am connecting via the (USB) debug port. This connects to USART2. However, when I send 7 bit serial (from the PC) it appears to arrive as 8 bit serial  (USART2). Does the USB to Serial converter ...
The symptoms:We are building with IAR C++We have 4 global variables that change infrequently and we want to monitor when they change.We have set up a very simple monitoring program in CubeMonitor (based on the demo version)When monitoring the variabl...