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

hid_keyboard_pairing_nfc iram setting question

Hi, I'm using SDK12.3.0, 52DK with the "experimental_ble_app_hids_keyboard_pairing_nfc" project, I follow this post and using the setting: IROM1: Start: 0x1F000 Size: 0x61000 IRAM1: Start: 0x20002128 Size: 0xDED8

compile ok but after download to 52DK board the program doesn't run because I didn't see the LED1 litting, softdevice is "s132_nrf52_3.0.0_softdevice.hex", can anyone tell me where did I do wrong?

Thanks very much,

Parents
  • I'm afraid I'm not able to reproduce the problems you are having, it's working just fine for me. I can aslo see the NRF_LOG_INFO on my terminal (using putty).
    In sdk_config.h, make sure that logging is enabled (NRF_LOG_ENABLED 1) and is printing data over UART (NRF_LOG_BACKEND_SERIAL_USES_UART 1). Are those enabled in your config file?

Reply
  • I'm afraid I'm not able to reproduce the problems you are having, it's working just fine for me. I can aslo see the NRF_LOG_INFO on my terminal (using putty).
    In sdk_config.h, make sure that logging is enabled (NRF_LOG_ENABLED 1) and is printing data over UART (NRF_LOG_BACKEND_SERIAL_USES_UART 1). Are those enabled in your config file?

Children
No Data