Tool/software: TI-RTOS
Hi all,
I have a question about using MessageQ message priority. There are three priority levels a message can be set to: MessageQ_NORMALPRI, MessageQ_HIGHPRI, and MessageQ_URGENTPRI.
The higher priority messages are supported by a separate queue, which must in turn be supported by a separate mode of transport.
Is it possible to declare two instances of shared memory transport for a core (i.e. one for normal priority and one for high and urgent priority) ?
If I only have one mode of transport, does the message priority have any effect?
Best Regards,
Johnny