SDK: nRF Connect SDK 2.9.0 with VS Code
SoC: nRF52840. nRF52840-DK for development.
We are currently using USB to output logs for debugging. For production, we disable the logs over USB from prj.conf. The test firmware has a larger size and consumes more power compared to production firmware.
Is it possible to use SWO to output logs? If yes, are there any references which we can follow to implement the same? Also, will it lead to reduced power consumption and smaller size of build files, as compared to using USB for logs?