This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Problems adding Event Recorder for Renesas project on Keil

I'm trying to integrate Event Recorder in order to see events and tasks' behavior during debugging. The target will be a R7FA6T2BB3CFP#AA0 from Renesas. I managed to integrate RTX5 to the Keil project and to compile, but when I try to integrate Event Recorder and then try to compile, I got a bunch of errors related to a missing definition (CMSIS_device_header) in the EventRecorder.c module (see image below).

So the question is where do I can find this definition and why it is not defined by Keil?

I found a partial solution that is adding a custom patch file and define it as "CMSIS_device_header" in the RTE_Components.h file (see image below)  

The problem is that I have to do this step every time I open the project which is annoying.

Please advice.