2023-09-25 12:49 AM
Hi,
I use Riverdi RVT70HSSNWC00-B STM32 based board. I got project from my colleague to continue working on it. I succesfully imported it and also project build worked, but always after some time I am getting same errors. It begins with library "tmk.h" no such file or directory error. I tried to link some paths to the file, if this problem dissappears I will get another QuadSPI and FreeRTOS error which shows up multiple declaration issues.
You can download the project here:
2023-10-06 07:44 AM
Hello @MartinGinter
Based on errors mentioned in the screenshot, the compiler couldn't locate the source file. You should verify the include path.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.