2021年2月26日 星期五

2021年2月25日 星期四

[MEMO] How to enable RTT on Embitz IDE

If you want to enable the RTT function on Embitz, in addition to adding RTT-related .c & .h, we also need to add some commend on Embitz IDE for normal operation.

1. Go to Debug/Interfaces like below:



2. Add the following commands under GDB additionals/After connect:

eval "monitor exec SetRTTAddr %p", &_SEGGER_RTT

3. Done