Hi,
I would like to create a project for a BLE peripheral for nrf5340 based on a standard sample like "peripheral LBS" und nrfConnect SDK v3.0.2 with modifications both in app core as well as in the net core application.
Of course, the original LBS sample itself is building and running as expected on my nrf5340dk. But as soon as I try to copy the ipc_radio code into a child_image sub folder and adjust the CMakeList.txt and sysbuild.cmake in a similar way that I used for earlier projects (in 2.x versions of the nrf connect sdk) the system tries to build not two, but three parts - my app core code, the code of ipc_radio from the sdk sample directories and additionally the code I copied into the child_image sub folder... and fails to build.
How do I need to setup my build configuration and the config and CMake files to make the system build the lbs app code and the ipc_radio code from my subdirectory only and not use the sdk's version of ipc_radio anymore?
Being new to sdk v3.x I use this lbs sample for getting to know the behavior of the system, before I go into my "real" project in which I want to create a custom BLE peripheral with modifications and extensions to the ipc_radio code on the net core side.
Your advice is greatly appreciated.
Thanks,
Jens