左边是应用核心,左边是网络核心,我分别编译了网络核心和应用核心固件,烧录网络核心后打印的数据不正确。rpmsg_service例程中有一个远程文件夹,vscode 如何切换编译此文件夹中的 main.c 文件
左边是应用核心,左边是网络核心,我分别编译了网络核心和应用核心固件,烧录网络核心后打印的数据不正确。rpmsg_service例程中有一个远程文件夹,vscode 如何切换编译此文件夹中的 main.c 文件
Hello,
Could you provide a bit more information about what your use case for rpmsg is? This zephyr sample will require changes to work for the nRF5340 DK. Support for this board was removed by this commit: https://github.com/nrfconnect/sdk-zephyr/commit/369e40b27bca1f08fefe23924f7dc82dd096c53f. This nrf example should work: https://docs.nordicsemi.com/bundle/ncs-2.8.0/page/nrf/samples/ipc/ipc_service/README.html, but it uses IPC directly.
Best regards,
Vidar
我在rpmsg_service例程中编译了远程文件,图片是例程中的配置,我感觉烧录后失败了,没有像例程中的程序那样在网络核心和应用核心之间的数据交互中加 1 的结果。网络层不打印图 2 的红框注释部分。如何配置
Please post the question in English. If you want your project to also build a FW image for the network core, you need to use sysbuild as in the ipc_service sample.
Hi: I'm sorry. Is the network core unusable in rpmsg_service routine?
hi Vidar berg. I listened to your advice and jumped to print rpmsg_service routine network nucleus. Now there's a problem that I can't bind successfully. Always in the rpmsg_service_endpoint_is_bound loop, please ask for advice on how to solve this problem