How to dump '.xe' files into startkit to see output?

If you have a simple question and just want an answer.
User avatar
jeevanicherukuri
Member++
Posts: 17
Joined: Fri Dec 26, 2014 4:41 pm

How to dump '.xe' files into startkit to see output?

Post by jeevanicherukuri »

I run the freertos port program in command line prompt. Now, I need to flash that program into startkit. How can i do that .xe file from cmmand line prompt?

Guest

Post by Guest »

You can use the following command to flash the binary into startkit.

 

xflash --target STARTKIT <my_binary>.xe

 

Power cycle the device after flashing and youwill see the code you flashed booting up.