I'm using the RA8D1 for OTA. Use dual bank Mode of routines (www.renesas.cn/.../ra8-mcu-advanced-secure-bootloader-design-using-mcuboot-and-code-flash-du (albank-mode?language=en), I saw that the level of MCUboot logging can be set. I chose error and found that the project reported an error as follows. Is there a way to solve it
Hello,
Please refer to this article:
en.na4.teamsupport.com/.../20465583
According to your method, there are still errors reported, as follows:
> undefined reference to "initialise_monitor_handles"> Toolchain: LLVM for ARMNo need initialise_monitor_handles in LLVM project.
See this FAQ:FAQ - e² studio printf console debugginghttps://en-support.renesas.com/knowledgeBase/16979385
cf. https://community.renesas.com/mcu/tools/f/tools-forum/53567/renesas-debug-virtual-console
It's done. Thank you.
There is no error reported at present, but the data cannot be printed out.
ra8m1_boot_debug.zipPlease check it for me and thank you.
> but the data cannot be printed out.
See "Renesas Debug Virtual Console" view for semi-hosting output as mentioned in the FAQ stated above.
I think this Renesas Debug Virtual Console also prints data through UART, and it requires COM port and baud rate configuration. However, no information is printed out. But my tera term does print information.
So, actually you don't use stdout, but it redirected to UART.
So how should I check him out? I haven't printed out the values yet.The printed values within this function
See how the log function is implemented.