Using Segger , only the BLE template is advertising,All other BLE apps such as BLE_UART, will flash the leds very fast but will not show on any Apple device on the Bluetooth.
SDK13 :
I did :
- imported the example
- replaced thumb_crt0.s with the required one from the guides
- added the files system_nrf52.c and ses_nrf52_startup.c
- remove from project->build configuration - the soft device
- added ../../../../../../components/device to the preprocessor
- added: FLASH_START=0x1F000 and SRAM_START=0x20002000 to placement macro
- added to additional loader[0] the path to the soft device on the SDK
- added to preprocessor definition NO_VTOR_CONFIG
- flash_palcment.xml was modified in its original folder ( segger installation folder), and the one in the project is as required in the tutorial.
Build and run.
What is wrong with this specific project that it won't work ? BTW: the ble template project works WITHOUT doing 7 and 8 . ( how ? )