I have been using SDK7.2 on an nrf51822 quite succesfully for a number of projects in the past. However, for a new project, which is just a simple beacon, no complex IO or other application things, I am thinking of switching to a newer version.
I need to be able to :
- define beacon advertising content
- add DFU service (buttonless DFU) in application
- add bootloader
What would be the best starting point?
BTW: my preference is to use GCC, certainly for the application, for the bootloader I could live with Keil.