Closed Nekspire closed 3 years ago
Edit. Something was wrong with CubeProg. With semihosting evrything seems to work fine, but calibration process is still wrong. TS_CINDEX_X are not set correctly. I've tried many times and always Paint app works very poor.
The TS_XM_ADCCH and TS_YP_ADCCH settings is wrong. TS_XM_ADCCH (A, 4) -> 4 TS_YP_ADCCH (A, 1) -> 1
@RobertoBenjami thanks for reply. You are absolutely right, changing this setting did the trick. Thank you :)
Hello, i've got LCD TFT ILI9486 which uses 8-bit parallel interface. So in that i case i have lcdts_io_gpio8.c/h files respectively.
The file .h is configurated like this:
To watch SWO i use STM32CubeProgrammer with SWV. I cannot understand why output is like this:
and why after 3 checked rectangles it does not show me TS_CINDEX values.
I've checked that longer SWO buffers works corrcectly.