Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.
We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.
Thank you for your understanding.
putchar work when continuous debugging and show output on serial window, but when u debug step by step ,after executing putchar it not show output on serial window, how i overcome this problem
You have to let your serial interrupt code run too, so that the serial character actually gets sent.
i am not getting properly please tell me in detail