raiden00pl commented on PR #17816:
URL: https://github.com/apache/nuttx/pull/17816#issuecomment-3769365347
@CV-Bowen there is nothing in debug messages.
`rpmsg dump all` on app core returns this:
```
nsh> rpmsg dump all
Dump rpmsg info between cpu (master: yes)appcore <==> netcore:
rpmsg vq RX:
rpmsg vq TX:
rpmsg ept list:
ept NS
ept rpmsg-ping
rpmsg buffer list:
RX buffer, total 8, pending 0
TX buffer, total 8, pending 0
```
on netcore it's not possible to run this command, because NSH with network
stack doesn't fit on FLASH.
One IPC interrupt happens on the netcore and appcore and rptun callback is
executed, so IPC works. But for some reason nothing else happens
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]