This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

F28335 only has 32 mailboxes, does that mean it can only receive 32 unique messages?

Other Parts Discussed in Thread: TMS320F28335

Actually 31, since you need at least 1 mailbox for transmit. You can always change the identifier before send but on receive you would have to already program a mailbox for the identifier you want to receive.

What strategies, if any, exist for receiving more than 31 (32) unique messages?

I can think of using a byte in the data as an identifier but...

 

Thanks