Hello, when I change mcsusw from 0703sdk to 0805sdk, I found some changes with fls and spi module.
First, I do not know how to set the "flsBaudRateDiv" and "blockSize" which not found in sdk0703 , and the default value of blockSize is 17?
Second, I find the function: ISR(Spi_IrqUnitMcuMcspi0TxRx)/ISR(Spi_IrqUnitMcuMcspi0DmaTx)/SPI_ISR_TEXT_SECTION ISR(Spi_IrqUnitMcuMcspi0DmaRx) are redefined in the file "Spi_Cfg.c", But I actually set one spi
hardware unit with two external devices, so I must delete one, may you tell me what can I deal with it?