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?
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?