Hello!
我'm using a 580 daughterboard with a devkit pro. I just downloaded the beacon code to it but I can´t find the beacon. Is the daughterboard not capable to run that code or I must modify some code in order to make it work?
Thank you,
Device:
There are 2 option for find the beacon from your application:
1) With the SPI flash memory to be enabled ( define CFG_CONFIG_STORAGE).
2) With the SPI flash memory to be disabled (undef CFG_CONFIG_STORAGE) in this case you locate the default beacon type if a device configuration struct from SPI flash is not used.
Please check the UM-B-019 from beacon (reference design) documents-page 19.
BR,
STS_Dialog.