Page 1 of 1

[TD1205] Error in msg lenght 255 65535

Posted: Tue Nov 24, 2015 9:05 am
by Gertjan
Hello,

at the moment i'm writing some new code on the TD1205.
There are some math functions involved, therefore i use putty to print the outcome to check it.
every now and then the following message is printed in the putty window "Error in msg lenght 255 65535".
After that my code stops running for about 60 seconds, and then it starts again.

i searched everywhere to find the error message but couldt find it, does anyone have any idea what is going on?

Thanks!

Re: [TD1205] Error in msg lenght 255 65535

Posted: Tue Nov 24, 2015 9:36 am
by lcheminade
Hi,

This error comes from the pre-compiled code, this is why you can't see it. Could you please send me your code in PM so that I can find out what's going wrong?

Thanks.

Re: [TD1205] Error in msg lenght 255 65535

Posted: Tue Nov 24, 2015 9:41 am
by Gertjan
At the moment my code is one big mess, have been trying out some things.
i'll continue writing my code so i can make it readable after that.
When the error still occurs i will send you the cleaned up version of the code.

Re: [TD1205] Error in msg lenght 255 65535

Posted: Thu Dec 03, 2015 1:43 pm
by Gertjan
Problem is solved.
I was returning an array pointer from a function, but the array was a local variable from the function.