Hi,
I have a RA4M2 eval kit and am working on a product for that MCU. From what I can see the USB example code provided for this MCU uses FreeRTOS, with the USB send and admit running in its own thread.
I believe my product doesn’t need an RTOS. Would it be possible to use the RA4M2 USB drivers without any RTOS, with the send and receive running in a circle in the main thread? Would there be any example code for this?
Thanks,
Vikas
Hello, The Renesas RA4M2 microcontroller has built-in USB functionality and comes with a USB driver library that can be used to develop USB applications without an RTOS. Here are the general steps to use the RA4M2 USB drivers without an RTOS: Download and install the Renesas e2 studio IDE and the RARead more
Hello,
The Renesas RA4M2 microcontroller has built-in USB functionality and comes with a USB driver library that can be used to develop USB applications without an RTOS. Here are the general steps to use the RA4M2 USB drivers without an RTOS:
Thank You
See lessSachin Sharma