We are using IAR workbench to develop an application on the RT595 board. Right now, we need to connect to a laptop (IAR workbench) every time we want to run the app, load the binary, and work on it. The problem is we can't store the binary in flash memory, so we always need the laptop to load the application. I'm looking for a way to reduce this dependency on IAR so we can run the application without needing the laptop. Is there any solution for this?