Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A QUESTION ABOUT C CODE #13

Open
1250364116 opened this issue Jun 19, 2024 · 1 comment
Open

A QUESTION ABOUT C CODE #13

1250364116 opened this issue Jun 19, 2024 · 1 comment

Comments

@1250364116
Copy link

Hi, I have read your code and learned a lot about raspbery rp2040 capabilities by analyzing your code. I admire your great work
it is very fantastic. as I understood you are capturing data using pio and then processing the captured data to show everything on the
display. all of this process is in a while loop which is running by core1.
the strange thing for me is what your core0 is running in the while(1) loop. what is the purpose of this section, while everything
we need to capture the data is running on core1?

@ataradov
Copy link
Owner

Core 0 handles all the UI and USB communication while Core 1 does the capture and nothing else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants