All memory in the Synergy project is allocated statically (even the heap pool), RAM usage can be seen in the compiler output (RAM = data + bss). Try increasing global heap a little bit and also the stack size of the thread calling the "write" API. Regards
↧