Message Queue usage
Posted on May 25, 2017 at 15:47Hello all,I have problems with Message Queue in CMSIS-RTOS. I have following codefor putting C structures onto the Message QueueBOOL put_program_chunk(main_controller_req_t req){main_controller_req_t *p_req;BOOL retval...