-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Milestone
Description
Hello Rpi peeps,
I'm currently developing with TinyGo and wanted to implement CY43439 support to make use of the on board wifi capabilities.
I've gotten thus far, been able to read/write via an SPI bitbang implementation. The data I'm getting back from the chip is nonsense for the time being and it's very hard to debug without being able to hook up a logic analyzer to the CY's DIN/DOUT or GPIO24. So I was wondering if you guys had any SPI transaction samples used for the development of the pico-sdk's implementation. Anything helps really, images, tips and whatnot!