I am using 'twrk70f120m' and Freescale MQX RTOS with CodeWarrior IDE. Please help me to find answer for my doubts regarding MQX RTCS.
In MQX RTCS User Guide I could find APIs starting with RTCS_ and ipcfg_ what are the differences between these two.
As mentioned in the same document we can initialize Ethernet with APIs RTCS_create, ENET_initialize, RTCS_if_add and RTCS_if_bind, can I create a socket and communicate after initializing this way or is it required to do any thing else.
Is it possible to change MAC ID without restarting the device.