D.Can

Results 1 issues of D.Can

I am using STM32F4. I'm struggling to get the library working.When I am debugging, chip select pin setup HIGH. It's working correctly. [ret = no_os_gpio_direction_output(sdesc->chip_select, NO_OS_GPIO_HIGH);](https://github.com/analogdevicesinc/no-OS/blob/6a503d47eb05b2c0159a907e69cb2917ec8bbba0/drivers/platform/stm32/stm32_spi.c#L83-L97) But in here it...