Hello,
I want to have 2 applications running on nrf5340 CPUAPP (nothing on CPUNET) with app1 in flash and app2 (in RAM) getting launched by app1 once placed in RAM as a binary file.
app1 has a int sum(a,b) function that I want to use in app2. I am looking for documentation or guidance on how app2 can access functions from app1 or how to configure both applications to make this possible. One more idea is to build app2 in c instead of zephyr ncs2.6.0 that app1 is using to reduce the size of app2. Any ideas?
Thanks,
dev