I used to use the ncs1.2.0 SDK to develop a product for customers. Now I am porting it to the ncs1.9.0 SDK. During the adaptation process, I find that its control over SPI is very different from that before. When the 1.2.0 version of SPI communicates, the CS signal will be lowered, making the peripherals selected; However, in version 1.9.0, I found that its definition of CS signal was just the opposite. During communication, it pulled the CS signal high, which led to my peripheral unable to receive data. Why did this happen? Where can I set it or is this a bug?
This is the waveform diagram of SPI communication in ncs1.9.0

This is the waveform diagram of SPI communication in ncs1.2.0.

