This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Problems porting "pin_change_int" example to pca10100

Dear Sir or Madam,

I am asking advice on the following matter:

When trying to port the "pin_change_int" example to a
nrf52833 DK the code compiles but is not showing the expected
behavior. Segger IDE + SDK Version 17009d13099

The following steps have been carried out:

* Copy the pca10040 tree from the "pin_change_int" example to own
directory in the example directory

* replace NRF52832_XXAA with NRF52833_XXAA and BOARD_PCA10040 with
BOARD_PCA10100 in the preprocessor definitions

* Alter the Code > Linker > Section Placement Macros to:
FLASH_START=0x78000;FLASH_SIZE=0x6000;RAM_START=0x2000260c;
RAM_SIZE=0x1d9f4

* Replace ses_startup_nrf52.s with ses_startup_nrf52833.s
in the "None" directory


The code compiles and can be started but pushing the buttons
does not toggle the LED.

What am I missing? Any advice on how to solve the is much appreciated!

Thank you very much!
Jan

Related