int16_t test(int16_t p1, int16_t p2, int16_t p3, int16_t p4, int16_t p5, int16_t p6, int16_t p7, int16_t p8)
{
return p1 + p2 + p3 + p4 + p5 + p6 + p7 + p8;
}
and it was causing restarts with the old toolchain I had. With the new one from you it runs fine so thanks for that. Btw. Is there any advantage in having a 64bit toolchain vs a 32bit one?
And if you get some time, feel free to write about how you compile the toolchain