This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF8001 acilib for 16 bit microprocessor

Is there a port of lib_aci for 16-bit processors? The structs in lib_aci written for nRF8200 are byte misaligned using a 16-bit processor. Seems to be almost a complete rewrite to fix this for the 16-bit processor I am using. Any suggestions appreciated.

Thanks

Parents Reply
  • Can you post a separate question ? You will also need to post the error messages that you receive. One key thing in this port is that it depends on attribute ((packed)) and your compiler needs to support that. If attribute ((packed)) is not supported you will need use the acilib.c (this is available from the nRF8001 SDK ) and use the decode functions to extract the ACI messages.

Children
No Data
Related