I am having trouble with my code. The same code works on a RCM3000 but when ported to the RCM4400W it crashes when sock_init() trys to xalloc 15KB of memory.
If I use the code from ZWorld that shows the XMEM available, it shows a corruption in the memory when I try to read back the values.
This does not always happen at the same point so I am wondering what can cause the XMEM to be corrupt?
At first I thought that I was allocating beyond and array but I have double checked alll and they are fine.