I have about 80 messages I need to handle. When I take most of them out the few messages that I test seem to work correctly. However when I have all of them accounted for , it seems to hang when attempting
"remoteproc_request_ack(req);"
I'm not sure if its because the message_handler function has a limited size, or stack, or if the switch statement is too large.