Hello,
I have two projects, one for the application core (modified BLE Peripheral sample) and the second is for the network core (modified HCI_RPMsg sample). I am currently using nRF Connect SDK v1.9.0 with VS Code and I have a nRF5340DK.
Following this post (NRF5340 Multi-Image example configuration help), I was able to build my application core image with my customized HCI_RPMsg project as a child image. However, this required adding/modifying files within the SDK install, which isn't an ideal solution.
I have also tried following the defining and enabling a child-image guide, but the pm_config.h files were not being generated for the HCI_RPMsg image.
Is there a way I can do this without having to modify the SDK? If not, is this something that could be added to the SDK in the future?
Regards,
Austin