Hello everyone,
I have a DA4580DEVKT-P_VB Eval Kit with 14580 Daughter Board. Now I want to use it as a Bluetooth interface for an application running on ARM Cortex M4 Controller. I see a lot of documentation e.g. UM-B-13 which describes the SPI Message Formate. But I have problems finding information about how the dest and src ID should be filled or how a message looks like. Furthermore I can see that a lot of code has to be implemented on the external processor e.g. a state maschine for message handling. Is there a libriary that l can use on the external processor that still implements all these?
Device:
Hi lehmannaevum,
Sorry, but there is no library or api that would ease the implementation of your external proccessor project. You can have as an example either the windows project (external proximity application) or the host proximity reporter application over spi. Regarding the messages you can have a look at the RW-BT-KERNEL-SW-FS document, maybe this can give you some extra boost.
Thanks MT_dialog