jakecrowley

Results 9 comments of jakecrowley

Thank you for the help, both `-platform offscreen` and `-platform minimal` work in my case.

> See https://github.com/raspberrypi/pico-sdk/issues/88#issuecomment-774113818 ? Yeah, I have looked at that. The problem is that solution only works for master mode, and I need this functionality for slave mode. As far...

> I'm not very familiar with SPI code (and so there may be a better workaround than what I'm suggesting), but would changing your `spi_read_blocking` call to only read a...

It actually seems like something similar to what I was thinking of is actually already implemented in the [clocked_input.pio](https://github.com/raspberrypi/pico-examples/blob/master/pio/clocked_input/clocked_input.pio) example. I'll give it a try and see if this works...

Good news, the clocked input pio example actually works as-is, as it completely ignores the CS line all together. However, I would like to request an actual SPI implementation rather...

Have you figured out how to do this? I am having issues as well.

still happening with most songs other than popular songs

I am having the same issue, were you ever able to resolve this?

Hmm, I tried it on both ubuntu and kali (which is debian based), and got the same assertion error. Thanks for your input, though!