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

nboubaker wrote on Wednesday, May 14, 2014:

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

rtel wrote on Wednesday, May 14, 2014:

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.

nboubaker wrote on Wednesday, May 14, 2014:

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?

rtel wrote on Wednesday, May 14, 2014:

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.

nboubaker wrote on Wednesday, May 14, 2014:

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

nboubaker wrote on Thursday, May 15, 2014:

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

rtel wrote on Friday, May 16, 2014:

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.