RPMsg in thingy53 with Segger J-Link mini Edu Not showing the messages in the console

Hi,

I stay trying this project github.com/.../rpmsg_playground
based on this video: www.youtube.com/watch
(openAMP/RPMsg in nordic thingy:53(nrf5340 dk)

Everything compiles and flashes OK, but the RPMsg messages from the Cores don't come out in the Console. I've used JLinkExe, JLinkExe -if SWD
(Both with h and g option combined after connect and speed) and also combined with JLinkRTTClient opened in another terminal

I stay using JLINK MINI EDU By SEGGER

Notes:

1) i stay using zephyr 3.3 and NCS

2) In github link I have several photos (like the one below) that demonstrate my issue:

https://github.com/neuberfran/rpmsg_playground/blob/main/photo04.png

3) I already did a blink led on this board now (using Zephyr 3.3) and it worked. Then I used the command: nrfjprog --eraseall to clean up.

How to solve?

?

Parents Reply
  • Ok bro.We can forget about the question about the cmakelists file and its changes having no effect.We can focus on the main issue from now on: out the line k_sem_take(&bound_sem, K_FOREVER); (in two places) in cpuappNet's main.c code: 

    I honestly don't know the versions of zephyr and ncs used in the video and I don't know if the changes in these versions are what cause this change of having to comment lines.

Children
Related