Tool/software: TI-RTOS
Hello,
my platform is:
- EK-TM4C123
- tirtos_tivac_2_16_01_14
- xdctools_3_32_00_06_core
- running TI sample event_EK_TM4C123GXL_TI
i noticed that the explicit posting in the sample isn't causing the events to be queued while the implicit posting will cause the events to be queued?
and i will describe the behavior in term of pend/post
if the Event_post is invoked twice to post Event_Id_00, then i did only one Event_pend, the event mask will be cleared (No queuing for the event)
if the Mailbox_post is invoked twice, it will implicitly post "Event_Id_02", then i did pending with Event_pend, it will consume Event_Id_02 then once Mailbox_pend, i can see in the ROV that Event_Id_02 is appeared once again without any explicit/implicit posting. so it seems that the implicit event posting is queued with the mail box, Is this the correct behavior?
Thanks,
Mohammed Fawzy