2015-05-12 01:57 PM
Greetings,
Our design requires a non-default IFR setup. ST provides a tool that can update the IFR, but this isn't going to be useful to us in production. We'd like to be able to write new IFR values over the SPI bus as part of our manufacturing procedures.Is there documentation that explains how we can do this? If not, what method other than the GUI is available to us?Cheers #ifr-and-ble-stack #ifr-manufacturing2015-05-12 03:41 PM
bluenrg_utils.h provides some utility methods to write/read IFR data.
Have not toyed around with it yet, but we will need it in the future too. Functions seem fairly well documented. There is also documentation on the IFR in the bluetooth development kit2015-05-13 12:43 AM
Hi,
For further information, you can read the document:UM1868: BlueNRG and BlueNRG-MS information register (IFR)
that you can find at the following link:http://www.st.com/st-web-ui/static/active/en/resource/technical/document/user_manual/DM00164925.pdf
Regards, GM2015-10-15 11:02 AM
2015-10-22 07:08 AM
Dear Customer,
in order to connect a master until 8 slaves, you have to set Stack Mode=3. to do this, you could send the command: ACI_HAL_WRITE_CONFIG_DATA(Offset=2D, Length=0x01, Value=0x03) or you could set the stack mode using the window Tools-> BlueNRG IFR and after write it. Regards, GM