UDP/Ethernet and USB FreeRTOS demo for Renesas RZ/A card

Hi, Using: FreeRTOSV7.5.0 and eclipse For DS-5 I developing embedded application running on Renesas RZA1 (currently under the RZ Evaluation board). I’m looking for UDP/Ethernet or USB simple demo(example) FreeRTOS for communication between My host and the Renesas RA/A1 card. Have you any idea about Functions or main() that i can called it? Thanks

UDP/Ethernet and USB FreeRTOS demo for Renesas RZ/A card

For USB you could use the drivers provided by Renesas. For UDP you could use FreeRTOS+UDP (http://www.FreeRTOS.org/udp) with the MAC driver provided by Renesas. In either case, you would have to build these into your application as (per the previous thread) FreeRTOS is a statically linked system. Regards.

UDP/Ethernet and USB FreeRTOS demo for Renesas RZ/A card

Drivers UDP and USB provided by renesas are only for RX card, There are no ethernet or USB drivers for Renesas RZ/A1 card. is FreeRTOS provides a USB driver or demo?

UDP/Ethernet and USB FreeRTOS demo for Renesas RZ/A card

I just looked at the drivers I have and there do not appear to be any USB or MAC drivers – but I have a very early release which was provided prior to the product launch so that may have changed. Do you have the new RSK (Renesas Starter Kit)? Maybe some come with that. Regards.

UDP/Ethernet and USB FreeRTOS demo for Renesas RZ/A card

Yes i have RENESAS MCU RZ Family / RZ/A Series , it is the new RSK(Renesas Starter Kit) and does not support USB or Ethernet driver. RZ family: http://www.renesas.com/products/mpumcu/rz/index.jsp

UDP/Ethernet and USB FreeRTOS demo for Renesas RZ/A card

Is there any example or library FreeRTOS for USB communication device? Thanks.

UDP/Ethernet and USB FreeRTOS demo for Renesas RZ/A card

FreeRTOS is normally used with the drivers provided by the chip vendors themselves, and in this case it does not look like Renesas have a driver yet – although I’m sure they will soon. Regards.