Tool/software:
Hi Team,
What is the minimum settings required to output debug logs using DebugP_log() from the UART port?
Is there any restriction to use DebugP_log()? For example, is there any issue using DebugP_log() within and ISR context or outside ISR context?
If DebugP_log() has any restrictions in its usage, what alternative is there? They are looking for an alternative that they can place anywhere in the code and it will not stop the execution unlike DebugP_assert(). They are looking for an API that will output a log when passed through.
Best regards,
Mari Tsunoda