I made a new application with just a draggable box and it works. Also, as I mentioned earlier, when I remove the led task from main.cpp file, the application works fine (In this case the gui button is not able to control the led on board as the led ...
I am sorry Martin, I don't know how but the Makefile is not reflecting the changes I made earlier. Probably when I was zipping the folder, Makefile was open :expressionless_face: . Nevertheless, PFA the updated project.Regarding the external flash pr...
Thanks for pointing that I out, I forgot to include ledtask.c in Makefile! Also, I had to add $(application_path)/target in the include path as well on line 171 of Makefile (I don't know if it's the right thing to do it but without it, ledtask.h is n...
Hi @Martin KJELDSEN ,Thanks for the quick reply. I am using STM32469I-DISCO board and trying to replicate the results from the video. Referencing from the project file you pointed out, I was able to resolve most of the errors (I had to make a change...
Hi @Martin KJELDSEN ,Could you please provide the project file of the hardware integration project demonstrated in the Youtube webinar video? I went through the link in the comment section but it's broken.Thanks,Prateek Jain