2021-10-05 10:39 PM
Since I short connect VLCD and PD1, when there is uart communication, there will be communication waveform like below on VLCD pin, will this affect MCU work?
I set VSEL to 1(External source) by the code below in MCU initialization
CLK_PeripheralClockConfig(CLK_Peripheral_LCD, ENABLE);
LCD->CR2 |= 0x01;
CLK_PeripheralClockConfig(CLK_Peripheral_LCD, DISABLE);