Data Overflow Handling in ECU Application Layer Model Development

Data Overflow Handling in ECU Application Layer Model Development

During the development of the ASW model for automotive ECUs, the toolchain and development environment are usually configured at the early stages of the project. For instance, in the Simulink model library, even the simplest operators, such as Add, are configured to standardize the usage of various Simulink blocks among team members.As a team member, … Read more

Using For Loops in ECU Application Layer Model Development

Using For Loops in ECU Application Layer Model Development

It has been a while since I last updated an article on ECU application layer software development. Recently, I have frequently used for loops, so I would like to share some insights. Although for loops are generally avoided in actual projects, and most people do not often use them, there are times when they are … Read more