This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
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

Porting from SDK 1.5.1 to 1.6.1

I'm still struggling with porting to 1.6.1.  The previous answer I received enabled me to start compiling.  But when SPM hands off to my application, it hangs there;

Non-secure callable region 0 placed in flash region 3 with size 32.

SRAM region Domain Permissions
00 07 0x00000 0x10000 Secure rwxl
08 31 0x10000 0x40000 Non-Secure rwxl

Peripheral Domain Status
00 NRF_P0 Non-Secure OK
01 NRF_CLOCK Non-Secure OK
02 NRF_RTC0 Non-Secure OK
03 NRF_RTC1 Non-Secure OK
04 NRF_NVMC Non-Secure OK
05 NRF_UARTE1 Non-Secure OK
06 NRF_UARTE2 Non-Secure OK
07 NRF_TWIM2 Non-Secure OK
08 NRF_SPIM3 Non-Secure OK
09 NRF_TIMER0 Non-Secure OK
10 NRF_TIMER1 Non-Secure OK
11 NRF_TIMER2 Non-Secure OK
12 NRF_SAADC Non-Secure OK
13 NRF_PWM0 Non-Secure OK
14 NRF_PWM1 Non-Secure OK
15 NRF_PWM2 Non-Secure OK
16 NRF_PWM3 Non-Secure OK
17 NRF_WDT Non-Secure OK
18 NRF_IPC Non-Secure OK
19 NRF_VMC Non-Secure OK
20 NRF_FPU Non-Secure OK
21 NRF_EGU1 Non-Secure OK
22 NRF_EGU2 Non-Secure OK
23 NRF_DPPIC Non-Secure OK
24 NRF_REGULATORS Non-Secure OK
25 NRF_PDM Non-Secure OK
26 NRF_I2S Non-Secure OK
27 NRF_GPIOTE1 Non-Secure OK

SPM: NS image at 0x20200
SPM: NS MSP at 0x20033678
SPM: NS reset vector at 0x30cd1
SPM: prepare to jump to Non-Secure image.

It appears to be handing on the Zephyr shell startup trying to use the uart;


Is there some change that requires that I reserve the uart differently than before.  Its uart0.


Parents
  • Hello, 

    The issue sounds at first as an issue with the build folder. Can you please try deleting the old build folder or choose a new build folder?

    When moving from v1.5.1 to v1.6.1 did you see the release notes to ensure that you have not missed any changes? Have you based your application on any of our samples or have you built this from scratch? Are you able to share your project?

    Kind regards,
    Øyvind

Reply
  • Hello, 

    The issue sounds at first as an issue with the build folder. Can you please try deleting the old build folder or choose a new build folder?

    When moving from v1.5.1 to v1.6.1 did you see the release notes to ensure that you have not missed any changes? Have you based your application on any of our samples or have you built this from scratch? Are you able to share your project?

    Kind regards,
    Øyvind

Children
Related