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

Partition in Keil nRF9160

Hello!

On the Nordic website there stands that Keil is supported. So I am currently using it throw the Package but i got a problem with the correct partitioning in Keil.

Everething works fine accept the BSD-library it always goes into Hard-Fault when I am initializing with bsd_init, so i step throw the asselmbler code and it seems

to me that it has something to do with a memory-function which is used in the library. Has anyone a clue how to make the right partitioning in Keil? i tried it throw the 

Target-Dialog but this does nor really work. 

Best Regards

René 

Parents
  • Hi Rene,

    Keil is not supported on the nRF9160 DK. If you want to use NCS, you should use Segger Embedded Studio instead. We support Keil on the nRF5 SDK.

    Kind Regards,

    Bjorn

  • Hi Björn!

    For clarification I am currently working in Keil and I am not using any RTOS because I want to build the AT_Client example without any RTOS at first and later with FreeRTOS. Currently the only part which does not work is the BSD-Library (bsd_init goes into Hard-Fault and yes I have read the documentation it is not because of illegitimate use).

    When i debugged the bsd_init Function i saw that it goes into Hard-Fault by using an memory-function so my guess is that it is because of a not made partitioning and so I am asking you if you have any glue how to make this part right in Keil.

    I would be very pleased if you cloud help me and of course later if the AT_Client example with Free RTOS works i will upload it because I think more users would appreciate that. 

    Best Regards

    René 

Reply
  • Hi Björn!

    For clarification I am currently working in Keil and I am not using any RTOS because I want to build the AT_Client example without any RTOS at first and later with FreeRTOS. Currently the only part which does not work is the BSD-Library (bsd_init goes into Hard-Fault and yes I have read the documentation it is not because of illegitimate use).

    When i debugged the bsd_init Function i saw that it goes into Hard-Fault by using an memory-function so my guess is that it is because of a not made partitioning and so I am asking you if you have any glue how to make this part right in Keil.

    I would be very pleased if you cloud help me and of course later if the AT_Client example with Free RTOS works i will upload it because I think more users would appreciate that. 

    Best Regards

    René 

Children
Related