-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
SITSW-8466
-
11.00.00
-
11.02.00
-
For AM62D/AM275 devices, the number of messages a FIFO can hold is mentioned as 4 in TRM. Whereas we use MAILBOX_MAX_MSGS_IN_FIFO = 8U in the code to get number of messages in mailbox. Since this is actually used as a mask to calculat the pending messages in mailbox. This macro needs to be named properly to avoid confusion.