We intend to create (code) a data interface between the application and mac layer and the mac and physical layer.
Currently our code (minimal RF on IAR workbench) transmits the data directly from the application layer to the physical layer.
We would like to incorporate the mac ( with CSMA/CA) layer and the respective interfaces into the code.
Our approach was to take help from similar interfaces in TI MSA _ MSP430 code but those parts of the code have been pre - compiled. Kindly suggest a way to tackle our situation.
Thank You.