Hello,
I'm not really sure if thats the correct information, but under eclipse there are a lot of plugins...
MCU v10.2 Service Pack for Kinetis 100MHz K10 K20 K30 K40 K50 K60
com.freescale.mcu10_2.p2_2.win.sp.feature.group
Version: 1.0.1
Regarding the buffer - its just a normal unsigned char array which is defined on top of a source file with "unsigned char rxBuffer[RX_BUFFER_SIZE]". Fread is used to fill this buffer with information received on the rs485 interface - which by the way works fine.
Because I have to switch my platform from k60n512 to k60f120m I have tried the same code on the new platform. This results in an unhandled interrupt message while calling a cgi function (not on all cgi calls - just for one function) - which works on the k60n512. Compiling this code on a 32bit machine results in a working image.
regards,
flo