Displaying logs and debugging at the same time
I am running Amazon FreeRTOS on STM32L475.
When I connect CN7 port to my Macbook’s USB port, a new device, called /dev/cu.usbmodem141243, is created. I can run and debug the sample applications via this port using System Workbench.
In the application, the logs are written to the serial port. How can I connect and read these logs? Should I make a configuration in System Workbench?