(04-11-2021, 12:07 PM)embitz Wrote: That's no longer there.
ref:
https://www.embitz.org/forum/thread-51-p...tml#pid302
Howto:
https://www.embitz.org/forum/thread-53-p...tml#pid320
Hi, EmBitz,
I found the ebmon.h and ebmon.c, included in my project and
compiled successively.
I use the STM32G061C8T6 with the STLINK-V3MINI.
My code fragment:
// cli_init(); /* from 1.11 */
printf("Circle Starts!\r\n");
fflush(stdout); // don't wait for EOL, send prompt now
In the EB monitor window I see:
The EB monitor variables are not found.
Check if:
- You have added the EB monitor source files to your target.
Menu: Debug->Plugins->EB monitor.
- Enable debug information at the compiler settings.
- Have a debugger probe with live variables capabilities.
Please, can you provide a brief instruction, how to use the new EB monitor
for not professional system programmer users like me.
vdaniel