I have a problem with STM32. I use System Workbench For STM32 and I inclue to my project Hal and FatFs (when I create a project I choose it). But after create a project have error:
Description Resource Path Location Type 'PPP_OK' undeclared (first use in this function) ppp_diskio_template.c /Hal_sd/Middlewares/Third_Party/FatFs/src/drivers line 98 C/C++ Problem
How can I build it? I want make an example project with FatFs but I can't build empty main.c
.