You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to zephyr and to practice im trying to write a sinple program. Here's the flow:
Workqueue adds data to message queue
A Thread reads that data from the message queue
If the data it reads is a 1, it will adds another set of data to a ring buffer.
When i build my program it builds without any issues. But when i try to run it, it says "segmentation fault (core dumped)"
Below is the code I've written so far:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new to zephyr and to practice im trying to write a sinple program. Here's the flow:
When i build my program it builds without any issues. But when i try to run it, it says "segmentation fault (core dumped)"
Below is the code I've written so far:
I'm also attaching a screenshot of the terminal:

What have i done wrong???
Beta Was this translation helpful? Give feedback.
All reactions