Hi,
Our board will be designed as a co-layout board.
We can't make a decision now on which chip we will use, maybe DA14581 or DA14585.
Thus, I am worry about which SDK is more suitable for out project.
If I choose SDK 6.0.3, is it possible to run the sample code both on DA14581 and DA14585? How?
Is there a definition such as "#define LET_THE_CODE_FOR_DA14581" and I can switch the code is for DA14581 or DA14585 by editing the definition?
Thank you.
Device:
嗨stanley_yeh,
No, you wont be able to run the SDK 6 on 580, 581 or 583 SoC out of the box. There is no #define that will allow you to do that.
Thanks MT_dialog
OK, I see, thank you.
By the way, is there any sample code for Beacon in SDK 6?
Also, SDK 6 does not include the patch files for the 580, 581, or 583.
Thank you for your information.
However, I am sorry that I can't understand what you mean.
may I ask you what the patch files is?
Thanks.
嗨stanley_yeh,
Regarding the beacon example on SDK6, currently there is no reference design for the SDK6 all the available examples are located in the SDK, regarding the patch files, are additional code files that its purpose is to apply fixes in the ROM code where the BLE stack is located.
Thanks MT_dialog