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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

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

跳至解决方案
2,668 次查看
hotashu
Contributor III

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

标签 (1)
0 项奖励
回复
1 解答
2,050 次查看
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 项奖励
回复
3 回复数
2,051 次查看
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 项奖励
回复
2,050 次查看
hotashu
Contributor III

Hello Erich,

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

0 项奖励
回复
2,050 次查看
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 项奖励
回复