This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM-Q1: Mcal fls and spi config

Part Number: TDA4VM-Q1

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?