TRY TO CREATE MY OWN LIB but SPI_Handler couldn't get recognized
- August 2, 2021
- 3 replies
- 3371 views
Hello folks,
I want to create my own library.
However, it seems I cannot send SPI_HandleTypedef between the main source and my library file.
My codes are not even close to the finish, but I placed in here so that maybe I have different issues that I may miss.
*FOR THE ONES WHO ARE CURIOUS:
I am planning to get data from UART (I DON'T KNOW WHY BUT I COULDN'T RUN VCP), and get time via RTC. Lastly, print that info in a presentable shape to LCD.
I use Tilen Majerle codes (for SPI initializing). https://github.com/MaJerle/stm32f429/tree/master/08-STM32F429_ILI9341
I couldn't be able to make LCD work on my own. I thought maybe I have a problem with SPI initializing. that's some irrelevant info but for someone who is interested.
Thanks for your attention and help,
Kind Regards.
Serkan KAŞ