Last seen: Mar 21, 2023
you can use input capture to count the rising edges.
What characters exactly ? Also remember that the LCD DDRAM does not have all the characters, though it have most of them. Check the datasheet and see ...
why not call the system init directly ?
@luke514 the website have a separate tutorial for it.
void lcd_put_cur(int row, int col) { switch (row) { case 0: col |= 0x00; break; case 1: ...
can you upload the image (full screen) of the hardfault
i am not sure, but maybe the speed of data transfer could be an issue. try increasing the clock speed to max. Also try slowing down the request from t...
Nope there are no videos on the topic yet. I haven't worked much with the ESP32, but what you are asking is present on STM32. Maybe you can use the ...