Create .bin file from existing code

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Create .bin file from existing code

1,985 Views
fahimrahman
Contributor I

Hi all,

 

I'm new to KDS so I'm trying to figure out how some things work.

 

I've got a Freedom K64F board and I want to output the accelerometer data. I managed to use FRDM-K64 I2C-Accelerometer basic example using mbed by loading .bin file into the board. But now I want to make an edit to it: instead of outputting the data every 1 second, I want it to output data every 0.1 seconds.

 

So, I changed the last line from "wait(1.0);" to "wait(0.1);" in KDS. How can I create a .bin file so I can load it into the board?

 

Thanks!

Labels (1)
0 Kudos
1 Reply

513 Views
BlackNight
NXP Employee
NXP Employee
0 Kudos