Resolved! SPI3 not working on stm32u585 but other SPI peripherals work ok (SPI1 and SPI2). No CLK output.
As described.I am using the B-U585I-IOT02A Discovery development kit. Just testing basic SPI operation and trying to use all three SPI lines.Using basic setup with STM Cube ID I can send data using HAL_SPITransmit over SPI1 and SPI2. Trying to do the...