I made an own SPI device driver using the SDK's BM280 as a pattern
The result has a strange clock configuration (normally high - should be normally low)

Looking through other SPI drivers I do not see where this is coming from.
Is there an example of a *simple* spi driver that I can look at to see SPI clock configuration done right?