This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Description
In the normal build debug_printf messages are using the ITM0 channel and show up in the uVision debugger. But there is a lot of debug data going out as hal_printf messages.
How do we monitor hal_printf messages and is it possible to send these to ITM0.
In lwip there are also levels of lwip debug messages - how do we enable these and can they be set up to come out of itm0 ( I am assuming we change a define in lwipopts.h)
If we have to use mfdeploy and 'connect to device' - only a few messages come thru - how do we enable more debug messages here - just doing a flavour-debug build does not seem to change much.