Fez panda 2 could run C program? Any recommendation?

Hi,
Would like to find out if i could put in C program into a FEZ panda 2 mirco-controller?
If possible, how could i do it?
And can i run the C codes parallel with C# codes on the same board at the same time?

If not possible, any recommendation that you guys would recommend me to take up that could insert both the different languages into the same board and run at the same time?
Moreover, it could also support x-bee in the system for updating of the codes or wireless communication with computers.

Thanks in advance for any advice. :slight_smile:

If you want “native” C code, then you need to research RLP. That is the way to use C code natively on the device. RLP is usually only used when you need very fast processing of specific actions, so it’s possibly worth you explaining why you’d like to do this to see if that use-case would fit with what RLP can do.