Hi,
I’m developing CAN message sending system. System scope is to merged function code (uint8_t) to the respective function to be executed.
message[17]
. But it only sends 17 max function codes only. If I send 18 function codes message[18]
system is crashed in run time. How do I solve this issue?
Also I tried to change Thread OS_STACK_SIZE 786 to 512. Then the system works. Why is that?