First day:
When I first used Dave3 to develop the Infineon MCU, Dave can create the main program and the driver code of each part of the peripherals by building Dave CE Project Load app, and visually configure the MCU and each peripheral unit you choose. That is, by using the app, you can configure your PIN to automatically generate the corresponding. C,. h file.
Dave3 interface
List of Dave3 apps
App GUI for configuring Digital_io
Signal correlation between multiple apps
The Dave app is initialized in the main program
Initialization of individual apps
. c files generated by the app
Generated/inc. h,.c files stored in the app
The source file for the app in Model (the app in Dave3 is not open source)
When using the Dave app, I found some problems. For example, the initialization pin of the Dave app can only be used once to restrict pin multiplexing, there are limitations when choosing an ADC channel, and there are a variety of things that don't work as expected when using app authoring programs, which encourages me to understand how the app works and to improve the app's functionality through my own efforts.