how to read file(.bin or .hex) in CodeWarrior10.4

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

how to read file(.bin or .hex) in CodeWarrior10.4

Jump to solution
1,583 Views
hotashu
Contributor III

is there a method to read file in CodeWarrior10.4?

Labels (1)
0 Kudos
1 Solution
965 Views
BlackNight
NXP Employee
NXP Employee

Hello,

do you mean to program such a file with the debugger/programmer?

There is 'Flash file to target': Standalone Flash Programmer | MCU on Eclipse

I hope this helps.

View solution in original post

0 Kudos
3 Replies
966 Views
BlackNight
NXP Employee
NXP Employee

Hello,

do you mean to program such a file with the debugger/programmer?

There is 'Flash file to target': Standalone Flash Programmer | MCU on Eclipse

I hope this helps.

0 Kudos
965 Views
hotashu
Contributor III

Hello Erich,

is that possiable to read the bin or hex file from my code. ?

0 Kudos
965 Views
BlackNight
NXP Employee
NXP Employee

Do you mean to load a bin or hex file from your code? Sure, but then you need to implement a bootloader or another reader which reads the data. This one reads S19 files: Serial Bootloader for the Freedom Board with Processor Expert

If this is about exporting your program code as binary file, then see Dump my Device Memory

I hope this helps.

0 Kudos