I want to make a blinky program from scratch and have no idea how to settup keil. I would prefer something step-by-step. I have been able to use the precompiled example, but never my own code and copying/pasting the code does not work.
Thanks
I want to make a blinky program from scratch and have no idea how to settup keil. I would prefer something step-by-step. I have been able to use the precompiled example, but never my own code and copying/pasting the code does not work.
Thanks
The answer would be extremely long. Needless to say it depends upon which version of the SDK you're using and which softdevice (and version) you're using.
Hi,
I'm not sure what your definition of "from scratch" is, but I usually just start with the template examples from the SDK. There is a peripheral template which is a completely empty project and there is a BLE template which includes all the files you need to start creating BLE applications. You might also be interested in some of these tutorials.