Other Parts Discussed in Thread: HALCOGEN
We are working with the RM48x development board and are trying to Implement a TCP/IP Ethernet stack without using an OS.
We are using LwIP along with the HALCOGEN libraries.
http://www.nongnu.org/lwip/2_0_x/raw_api.html
So far, we have successful compiles, a successful ping test, and successful Ethernet transfers for receive and transmit.
However, we are struggling a good bit with the "Interrupt" Driven of the raw API.
Can anyone comment on this approach?
Has LwIP been successfully used as a "bare metal" TCP/IP stack on the RM48x?
Are there any alternatives to LwIP that don't require an OS?
Are these alternatives also "interrupt" driven like LwIP?