Sorry i have a related but different question.
If I want to change the port_config from high to low and back again (the slave works on low CS), how do I do that in coding?
I tried like this but ofcourse it doesnt work
SPI_MASTER_0_SS_1_Config.port_config.output_level = XMC_GPIO_OUTPUT_LEVEL_LOW;
How do I change level of slave select lines in software? I am using SPI_MASTER_APP
If I want to change the port_config from high to low and back again (the slave works on low CS), how do I do that in coding?
I tried like this but ofcourse it doesnt work
SPI_MASTER_0_SS_1_Config.port_config.output_level = XMC_GPIO_OUTPUT_LEVEL_LOW;
How do I change level of slave select lines in software? I am using SPI_MASTER_APP