SPI is getting slow #964
Labels
answered
duplicate
This issue or pull request already exists
question ❓
Usually converted as a discussion
hello,
First of all I am new to this core, prev I used roger's one.
I am using f103vet6 board. by using this https://github.com/r-pv/STM32F103VET6_STUno added variant in this core and ran simple tests like blink, serial examples its fine.
Now I want to use SPI 2 for tft ili9341(tried with adafruit and tft_eSPI) by declaring
SPIClass SPI(PB15, PB14, PB13, PB12); in SPI.cpp.
its works but printing on the display is very slow, when compared with my old core.
I cant find where is the issue.
Is there anything more required to add to core additional to this https://github.com/r-pv/STM32F103VET6_STUno ?
The text was updated successfully, but these errors were encountered: