2019-08-20 03:22 AM
Hi ,
Object: Establish a BLE connection between the BlueNRG-2 and mobile phone app .
I'm using BlueNRG-2 on STEVAL-IDB008V2 that i want to configure it as a network coprocessor via SPI mode with nucleo-L053 board.
For now :
-I developped the application to pass through the SPI communication on the STM32L053 of the nucleo-board with Atollic TrueStudio.
- I did the HW configuration on the STEVAL-IDB008V2 as described in the ST document (STM32_SPI_protocol_example.html)
- I did the connection between the tow platforms (STEVAL-IDB008V2/nucleo-L053 ).
My questions are:
1-how to program DTM_SPI. hex binary file for the selected BlueNRG-2 platform ? since the STEVAL-IDB008V2 can't be detected to the BlueNRG-2 navigator with USB (after the HW modification) , also I can't "drag and drop " the file because space problem .
2-How can I get the MAC address of the blueNRG-2 ?
3-How can I flash the .hex file with Atollic Truestudio or Keil uvision with St-link ?
Thank you .