Kaili Hill

Results 4 comments of Kaili Hill

I am also having this issue. Version 2.1.3. Things look great when applying the style to the whole string using defaultAttributes but using listAttributes doesn't seem to do anything once...

The PSRAM has two modes, SPI and QPI. `0x0B Fast read` and `0xEB Fast read quad` are supported in both formats. In SPI Column version (no need to issue the...

This configuration *almost* works. ``` ssi->ssienr = 0; // Clear sticky errors (clear-on-read) (void)ssi_hw->sr; (void)ssi_hw->icr; ssi_hw->baudr = 2; ssi_hw->ctrlr0 = ((SSI_CTRLR0_SPI_FRF_VALUE_STD

I was able to get this working but several things had to be done. The PSRAM will only work in quad mode as the hardware doesn't respect serial address, quad...