Following this link to build and flash BLE advertisement https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/device_guides/thingy91x/thingy91x_building_programming.html#programming-onto-thingy-91-x
Issue: Advertisments are not shown on NRF application
Steps Followed:
1. Build peripheral_hr_coded sample from nrf/samples/bluetooth/peripheral_hr_coded on VS code with thingy91x/nrf5340/cpuapp build configuration
2. Flashed dfu_application.zip
Problem while building cpunet
1. Build peripheral_hr_coded sample from nrf/samples/bluetooth/peripheral_hr_coded on VS code with thingy91x/nrf5340/cpunet build configuration
Error:`text' will not fit in region `FLASH'
/opt/nordic/ncs/toolchains/ef4fc6722e/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd: region `FLASH' overflowed by 62816 bytes
collect2: error: ld returned 1 exit status
Any help would be really appreciated thanks

