I recently bought a NRF52840 DK board to teach myself embedded development. I am now following the nRF5 SDK tutorial here:
After opening the blinky project in SES (~/code/nordic/sdk/nRF5_SDK_17.1.0_ddde560/examples/peripheral/blinky/pca10056/blank/ses$), I click "Build > Build blinky_pca10056" and get the following error in the Output tab: ".text is larger than specified size".
I am a bit surprised by this error since I followed all the previous correctly I believe and didn't edit the code at all.
Can anyone explain what this error means and how to fix it?
Thanks.