Run HiL directly without downloading
Robbert Lee
Altair Community Member
I have designed a project using Arduino Mega that captures data and monitors it in real-time. However, before each execution, Embed needs to download the .elf file to the Target. Is there a way to run HiL directly without the need to re-download the file each time? Thank you!
0
Answers
-
Embed currently does not support to skip the download of the elf before HIL starts. This is something we will investigate and see if it can be provided as an option in future .
By the way on the STM32 targets Embed does do a check automatically to verify if the flash image has changed before a download is attempted. You may want to try the STM32 support if this is a primary requirement.
1