nRF Connect Custom Board address range collision warnings

I'm following the tutorial Exercise 1 – Custom board for single-core SoC using ncs v2.9.0 with one slight difference in that I'm using a nRF52DK with nRF52832 because that's what I physically have here. Once I get familiar with the process I'll repeat the exercise with my actual custom board.

The Hello World and BLE UART examples build and work, but I get a bunch of "address range collides" errors (the actual values are identical, so it looks like there is something duplicated)

There is also an problem reported in nrf52832.dtsi

Can you advise?

Parents Reply
  • Have you perhaps added multiple board files with the same name (nRF52832 DK) in your environment which results in these collisions?

    Not at all - it's a new custom board, then a new application as per the tutorial. There is just one board in my BOARDROOT directory, which is the custom board I'm creating now.

    I have just the 2 applications - hello_world and peripheral_uart in my application folders, anything else has been deleted.

    Of course there have been previous attempts at creating a board. Maybe some cache files need clearing?

    Oh, there is one other problem reported in myboard_defconfig

    CONFIG_ARM_MPU=y
    The active build context "build" does not use this file

    I've attached the board files

    5305.board.zip

Children
No Data
Related