英飞凌 DAVE™ 4.1.2 SDK 开发app学习笔记——SDK Overview

来源:互联网 发布:双代号时标网络计划 编辑:程序博客网 时间:2024/05/21 08:47

DAVE™ Software Development Kit overview

The DAVE™ SDK project provides the tool used to develop DAVE™ 4 software components or applications called "DAVE™ APPs". It provides facilities to create user interface configurations, edit template files, create a signal designer view and create documentation for the APPs. In this help contents are described the procedures/steps to develop DAVE™ 4 applications.

Imagine you have developed some code with DAVE™ 4 and you think in the future you are going to reuse this code, but maybe with other microcontroller of Infineon. You have used many APPs and you do not want to reconfigure them from the beginning each time you use this code because you know that many parameters are fix. Furthermore, your code is a use case for something, and maybe in the future you will add more APPs to the project.

All this signals are telling you that you can create an APP to automatize tasks, addreusability to your code,save your time and make everythingscalable.

The audience for this help contents are:

  • Experienced professionals with DAVE™ 4
  • Professionals who want to develop DAVE™ 4 applications using the available application libraries

Prerequisites:

  • Working knowledge of DAVE™ 4 Code Engine (DAVE™ CE) and its associated features
  • Usage of XMC microcontrollers and knowledge of the hardware capabilities (available in the reference manual)
  • Basic programming skills
  • Basic object oriented programming skills (OOPS)
  • Basic JAVA/Groovy programming skills

0 0