Hello Earl.
You have previously suggested:
SMAC is basically a stack used to test a MCU and it is not recommended to enable a full network, and that if I want to build a more robust network then I should use the MAC codebase.
Now, I would like to make use of the frame-filtering functionality that is supported in the MC1323x Transceiver.
More specifically, I would like to include the destination address in the transmitted packets, so that the received packets can be filtered (in or out) according to this address.
At present, we filter the every received packet at the application layer, i.e., we embed a 16-bit destination address within the transmitted packet payload, and check it upon reception.
This is not very efficient of course, as the application is "interrupted for nothing".
Looking into SMAC source code, I believe that the frame-filtering functionality is not supported.
So I would like to implement it myself (i.e., extend my SMAC code to support it).
However, the MC1323x data-sheet is rather obscure on how to do this?
Question 1:
Is it supported in what you have referred to as 'MAC codebase'?
Question 2:
I have posted here a more detailed description of my problems in understanding the MC1323x data-sheet with regards to the frame-filtering functionality. Would it be possible for to refer to this post?
Thanks again for your help :smileyhappy: