Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
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

Hard fault error while Build and debug with blinky example on nRF52833 DK

Hi Team,

 

I tried the blinky example for the nRF52833 DK with the nRF5_SDK_17.1.0_ddde560. I am using Segger Embedded studio for ARM V5.62 64bit – Non Commercial License. I am facing the Hard Fault error issue as I attached the screenshot while Build and Debug. Please support me for solving the issue.

 

I have followed the procedure as mentioned in below links to run blinky example on nRF52833 DK.

https://nrf5dev.com/tutorials/test-blinky-app/

https://devzone.nordicsemi.com/f/nordic-q-a/56468/can-i-use-the-example-code-for-pca-10056-for-pca-10100

https://devzone.nordicsemi.com/guides/short-range-guides/b/getting-started/posts/adjustment-of-ram-and-flash-memory

 

Please find the below details:

  1. Example code : nRF5_SDK_17.1.0_ddde560 – PCA10056
  2. Development kit : nRF52833 DK
  3. IDE : Segger Embedded Studio for ARM v5.62 64bit – Non Commercial License
  1.   Modification in project settings of the example code (attached screenshots) :    
    1. Private Configurations – Common                       
    2. In Common configuration
      1. Preprocessor – Preprocessor definitions
      2. Linker – Select Placement Macros

Regards,

Sudheer

Parents
  • Hi, 

    For the PCA10100 try these memory settings:

    FLASH_PH_START=0x0

    FLASH_PH_SIZE=0x80000

    RAM_PH_START=0x20000000

    RAM_PH_SIZE=0x20000

    FLASH_START=0x0

    FLASH_SIZE=0x80000

    RAM_START=0x20000000

    RAM_SIZE=0x20000

    regards

    Jared

Reply
  • Hi, 

    For the PCA10100 try these memory settings:

    FLASH_PH_START=0x0

    FLASH_PH_SIZE=0x80000

    RAM_PH_START=0x20000000

    RAM_PH_SIZE=0x20000

    FLASH_START=0x0

    FLASH_SIZE=0x80000

    RAM_START=0x20000000

    RAM_SIZE=0x20000

    regards

    Jared

Children
Related