We are porting a display-project from Imagecraft-compiler to IAR-compiler for the STM32F446-chip. This is the most vital bits of the LDC-drive (with ILI9488-chip). The pins are alive, checked by an oscilloscope (we don't have a logic analyzer) and th...
Here is the code that doesn't work. Any suggestions?UART_HandleTypeDef UartHandle;uint8_t MyRxBuf[ 10 ], MyTxBuf[3];int main( void ) { uint32_t t_print; int16_t i; HAL_Init(); SystemClock_Config(); /* Put the USART peripheral in the Asynchronou...