Hi,
I'm using nRF Connect 2.1.1
I create a application based on 802154_phy_test template.
When I create a configuration and build for the nRF52840 it compiles OK.
When I create a configuration (without the cpunet fragment) and build for the nRF5340 network MCU it does not compile because it cannot find the radio driver includes.
If I create a configuration with the cpunet fragment it says it cannot fit the application in flash
FAILED: zephyr/zephyr_pre0.elf zephyr/zephyr_pre0.map
cmd.exe /C "cd . && D:\NordicNRFConSDKs\toolchains\v2.1.1\opt\zephyr-sdk\arm-zephyr-eabi\bin\arm-zephyr-eabi-gcc.exe @CMakeFiles\zephyr_pre0.rsp -o zephyr\zephyr_pre0.elf && cmd.exe /C "cd /D D:\Nord5340Ws\802154_phy_test\build_with_fragment\zephyr && D:\NordicNRFConSDKs\toolchains\v2.1.1\opt\bin\cmake.exe -E echo ""
d:/nordicnrfconsdks/toolchains/v2.1.1/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: zephyr\zephyr_pre0.elf section `rodata' will not fit in region `FLASH'
d:/nordicnrfconsdks/toolchains/v2.1.1/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.exe: region `FLASH' overflowed by 8372 bytes
collect2.exe: error: ld returned 1 exit status
I have changed nothing else in the project.
We are trying to set up a multi-protocol 802.15.4 / Bluetooth demonstration on the nrf5340 (as I did in nrf52840 Bluetooth and 802.15.4 multiprotocol example project ) but at the moment cannot get the radio driver to compile in. So I've started with the simplest example I could find.
