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 with
    let spi: Spi<SPI2,FullDuplexMode> = Spi::new_no_cs_no_miso(
        peripherals.SPI2,
        sclk,
        mosi,
        26u32.MHz(),
        SpiMode::Mode0,
        &clocks,
    );

But struggling to get going