invalid conversion from 'uint8_t*' {aka 'unsigned char*'} to 'const char*' [-fpermissive]
I have tried everything to clear this error. Does anyone know what I am doing wrong and how to fix it? The error if pointing to the HAL_UART_Transmit_DMA call.uint8_t SPI_data[SPI_Buffer_Size] = {};HAL_UART_Transmit_DMA(RS485_1, SPI_data, strlen(SPI...