* Ideally I need to learn a bit more about rust I know and looking at the letsgetrusty youtube Got it working on the old hal and ESP32 with let spi: Spi\ = Spi::new\_no\_cs\_no\_miso( peripherals.SPI2, sclk, mosi, 26u32.MHz(), SpiMode::Mode0, &clocks, ); But struggling to get going