I have two questions for EB spi configration.
1. I need to configure spi baud rate to 1M, But SpiClockFrequency was fixed at 200M(Actual clock souce is 150M), so the spi_baudrate in generated code by EB is 0xC7(correct value should be 0x4A).
Please how to change SpiClockFrequency to 150M?
2. I can't seem to be change SpiTimeClk2Cs. Please how to change it?