Describe the bug
I have a custom board with nrf52832. I made whole board files set and try to launch blinky example on it with additional uart printk (board has uart). Example builds successfully (with custom board specified) but after flashing there is no uart output (even "booting Zephyr OS...") and the led doesn't blink. When i flash the same example (without rebuilding) to nrf52_pca10040 it works perfectly. To werify hardware and pinout I did the same example with nrf sdk16 and it worked on both custom and pca boards so the hardware is fine.
Expected behavior
Working blinky example on both boards
Describe the bug I have a custom board with nrf52832. I made whole board files set and try to launch blinky example on it with additional uart printk (board has uart). Example builds successfully (with custom board specified) but after flashing there is no uart output (even "booting Zephyr OS...") and the led doesn't blink. When i flash the same example (without rebuilding) to nrf52_pca10040 it works perfectly. To werify hardware and pinout I did the same example with nrf sdk16 and it worked on both custom and pca boards so the hardware is fine.
Expected behavior Working blinky example on both boards
Impact Can't work on a simple custom board
Screenshots or console output My files:
Kconfig.board:
Kconfig.defconfig:
xxx_nrf52832.yaml:
xxx_nrf52832_defconfig:
xxx_nrf52832.dts:
Environment (please complete the following information):