Hello Friends,
I was want my board (STR912 comstick it has ethernet port on board) to receive a UDP packet sent by some remote host.
My free rtos version is V5.0.2.
Hello Sir,
But my target platform is not matching with mine…….the source code is for ** LPC1830 Xplorer board** from NGX Technologies.
mine is** STR912 comstick **by ST Microelectronics. Do we have sample code available for it……
What can be done in this case??
There is a porting guide on the website. You have to implement a few functions to pass data between the stack and your Ethernet driver. The best thing to do is first ensure your Ethernet driver is working without the FreeRTOS code, then create interface functions required.