We are trying to get the console output in e2studio for Renesas RA6M3G with Amazon Free RTOS. We have tried using the virtual console with semihosting, but we are not seeing any output. We used the command “initialise_monitor_handles();” with the linker option “–specs=rdimon.specs”. Does Renesas RA support this?
Share
Hi, printf won't work as the heap is set to zero by default in an FSP project. The heap size can be altered in the BSP tab of the configurator.
Hi, printf won’t work as the heap is set to zero by default in an FSP project. The heap size can be altered in the BSP tab of the configurator.
See less