Hey So I changed my configuration from having 1 SPI to 2 SPI. In the drv_spi_static.c file I can see DRV_SPI0 functions and DRV_SPI1 functions. My problem is in my app.c file, I can't call DRV_SPI1_BufferAddWriteRead(), when I try to use it in a function,..
↧