Reset Aurix after flashing

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable
Hi, I'm creating a CI script to run a software on top of Aurix.
I've managed to use the IMTMemtool.exe in batch mode to flash the compiled program onto the Aurix processor.
In order for the program to run it needs to reset the board. If I manually press the PORST button it works. I need a way to do it from the script.

Some details:
Aurix model: TC387PQ
Memtool version: 4.8.02

The batch script for the flashing:


connect
open_file C:\some\file\path.hex
select_all_sections
add_selected_sections
program
disconnect
exit
0 Likes
0 Replies