openAMP/RPMsg app in thingy53 with issue in k_sem_take/K_SEM_DEFINE blocking the project #60540
Unanswered
neuberfran
asked this question in
General
Replies: 2 comments
-
Hi @neuberfran! We appreciate you submitting your first issue for our open-source project. 🌟 Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I solved when I commented out the lines k_sem_take(&bound_sem, K_FOREVER); of the main.c of the cpuapp openAMP/RPMsg/Part |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I need help to solve issue in k_sem_take from my zephyr/thingy53 project with link below:
https://github.com/neuberfran/rpmsg_playground/blob/main/src/main.c
I still don't know why, but everything stops at the line k_sem_take(&bound_sem, K_FOREVER);
I've already tried put: k_sem_init(&bound_sem, 0, 1); In various parts of the code (Example: inside static void ep_bound and inside: static void ep_recv), but it didn't Solve Yet.
Please review the photos below and try to help in any way
Tks


Beta Was this translation helpful? Give feedback.
All reactions