R-Car S4 Development Board/Spider
This solution provides a complete development environment with hardware and software for automotive gateway applications to support the new E/E architecture.
We are pleased to introduce new multi-device synchronous debugging support in the e2 studio integrated development environment. With the evolution of the E/E architecture, there are more and more cases where multiple SoC and MCU devices are mounted in a single ECU and the software on these devices needs to cooperate with each other. Previously, the operation of each device was checked one by one when checking the operation of such software, which made it difficult to debug more and more use cases where the devices share resources and cooperate with each other. For example, it takes a great deal of effort to analyze and determine which device and software is responsible for the problem when a software failure occurs. In response, Renesas has developed "Debug and Trace Tools for Multi-Devices," tools that facilitate analysis and identification of the causes of problems that occur in these systems.
|
|
|
---|---|---|
Type | Title | Date |
Application Note | PDF 1.68 MB 日本語 | |
Application Note | PDF 1.57 MB 日本語 | |
2 items
|
This solution provides a complete development environment with hardware and software for automotive gateway applications to support the new E/E architecture.
This video explains how to use multi-device synchronous debugging with e² studio.
An introductory video on multi-device synchronous debugging is also available. Please check it out:
Blog Post | Jan 31, 2023 | ||
Blog Post | Oct 19, 2022 | ||
News | Sep 27, 2022 |
Recent in-vehicle ECU systems are increasingly comprised of multiple in-vehicle SoC and MCU devices and shared resources such as memory and networks needed to operate them in coordination. Developing software for an in-vehicle ECU consisting of multiple devices like this presents different challenges than developing software for a conventional ECU with only a single SoC or MCU.
For example, consider an ECU with three devices, Device A, Device B, and Device C. The three devices are connected by a bus or interface such as PCIe or a high-speed serial bus, and the software on each device must work in conjunction with the others.
In this ECU, when something abnormal occurs in Software B running on Device B and you want to debug it, you would normally stop the operation of Device B and check the registers, memory and the status of variables using a debugger. However, even if the operation of Device B is stopped, the other devices will continue to operate as is. When you have a problem with Software B, you want to find out what is happening with Software A or Software C. In this case, you cannot see the status of Software A or Software C because they are still running. Software B, on the other hand, is stopped at this point. Therefore, Software A/B/C will no longer cooperate with each other, making it difficult to identify the problem.