Hi,
I found the 'Solar Sensor Beacon' example from
https://github.com/NordicPlayground/solar_sensor_beacon.
There, I found that no softdevice initialisation (nrf_sdh_ble_enable) has been used. Also, in the Target Options, I found that IROM1 starts from 0x0 and IRAM1 starts from 0x20000000 - which confirms, softdevice has not been used.
Is it possible to beacon out something without using softdevice?
Thanks.