How to change slave select pin from high to low in SPI_MASTER_APP

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Not applicable
Hi,
I am new to DAVE programming. I am using SPI_MASTER_APP to send data to two slaves. Each time I have to send data, I have to make slave/chip select pin low, send data and then pull it back high again. How do I do that?
I used following way but its not working

SPI_MASTER_0_SS_1_Config.port_config.output_level = XMC_GPIO_OUTPUT_LEVEL_LOW;
0 Likes
0 Replies