generated from amosproj/amos202Xss0Y-projname
-
Notifications
You must be signed in to change notification settings - Fork 0
User documentation
Leon edited this page Jun 5, 2024
·
9 revisions
There are 3 options in the AURIX IDE:
- build: white hammer button
- rebuild: blue hammer button
- flashing: orange chip button
First build the project and then flash is, while the MCU is connected to the developing windows machine.
You can build the application by executing the .bat file "GUI_Build.bat" in the WINDOWS_GUI directory.
The FBL will respond to the UDS request made by the GUI.
You can run the application by executing the .bat file "GUI_Run.bat" in the WINDOWS_GUI directory.
First Click "Refresh" in the top left corner, which will list all available MCU. By clicking on the desired MCU you can now execute the following functionalities:
- Reset: This will soft reset the MCU
- Choose files for flashing: Choose files wich will be used for the flashing task
- Select communication protocol with the MCU: This will select the desired communication protocol for the MCU.
- Flash: This will flash the MCU with the selected files.