This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SES 3.3 nRF52DK Blinky - basic newbie issues

Installed SES, nRF Go, & SDK.
Programmed s132_nrf52_5.1.0_softdevice.hex

Imported the example. Compiles nrf52832_xxaa_s132 Internal. Launches and gets to memory check

... asked and answered many times. I understand what needs to be done, just not WHERE to do it.

RAM START ADDR 0x20000000 should be adjusted to 0x20001FE8 RAM SIZE should be adjusted to 0x10000

I assume it is in the linker script or project xml, but absolutely no joy.

While I would like to learn all this, it's a tight timeline, an unexpected subtask, and I could use a hand. What I need to accomplish are two things.

  1. peripheral that turns on or off a GPIO like blinky and reports an ADC status in response to a request. It will need to pair on a pushbutton, etc. I thought I had an off the shelf answer, but no joy.

  2. client blinky sort of device taking AT commands and controlling ~3 peripheral blinky+. It will be controlled by a particle based on some sensors. i was only supposed to work the particle and sensors in this project.

Related