Hear Rate Client exaxmple is not working on nrf52840

Sysprogs forums Forums VisualGDB Hear Rate Client exaxmple is not working on nrf52840

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12428
    Embedded_World
    Participant

    Hello,

    i am using latest version of the nordic sdk (13.0r3). i have nrf52840 Preview board.

    i try to run the default example code heart rate client, it is not working. no light is blinking.

    here is my RAM Setting.

     

    MEMORY
    {
    FLASH_SOFTDEVICE (RX) : ORIGIN = 0x00000000, LENGTH = 136K
    FLASH (RX) : ORIGIN = 0x00022000, LENGTH = 888K
    SRAM_SOFTDEVICE (RWX) : ORIGIN = 0x20000000, LENGTH = 0x2580
    SRAM (RWX) : ORIGIN = 0x20002580, LENGTH = 0x3da80
    }

    _estack = 0x20040000;

    #12434
    support
    Keymaster

    Hi,

    You might need to adjust the memory size for your softdevice configuration. Please follow this tutorial for details.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.