I can't build and run the EK-RA8D1 Quick Start. The project is also missing a binary with all the screen graphics. Any help would be appreciated.
Hello sir,
Thanks for reaching out Renesas Engineering Community!
Yes, that is an issue on the quick start example that has been already reported.
To fix the errors you get while building your project please try to go to file src/ai_apps/common/ClassificationResult.hpp and #include <stdint.h>.
And also:
You have to exclude from build two files the reduce.cc and reduce_common.cc from folder src\ai_apps\common\tensorflow\lite\micro\kernels :
In the .zip folder I have attached for you you will find the graphics.srec which is mentioned in the Debug configurations:
And you might need to use the JLink script from here :-
RA8M1 / RA8D1 : J-Link OSPI Flash Loader fails if flash in OSPI mode #330
quickstart_ek_ra8d1_graphics_srec.zip
Hope it helps you proceed.
Best Regards,
IK