Can KDS generate an *.srec file?

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

Can KDS generate an *.srec file?

跳至解决方案
1,791 次查看
dstraight
Contributor II

I'd like to generate an *.srec file to be used by the MSD Flash programmer on the FRDM-KE04Z board.   I'm unclear if KDS can or cannot generate a *.srec file on its own.   If KDS has the ability to generate an *.srec file then do I need to install something or can a default installation of KDS compile an *.srec file?    If KDS isn't capable of generating this file then what tool can accomplish this task?

 

I'm using KDS v3.2

 

Thanks,

 

David

标签 (1)
0 项奖励
回复
1 解答
1,202 次查看
dstraight
Contributor II

The answer is yes - KDS can produce *.srec files.

From the top menu select

Project -->  Properties

Then in the left-hand pane select   "C/C++ Build" --> "Settings"  then select the toolchains tab/button in the dialog box that appears.  In the dialog box select/check "Create Flash Image"

Next, select the Tool Settings Tab  - you'll see a folder tree appear within the dialog box.   In that folder tree select  "Cross ARM GNU Create Flash Image" --> "General"

 

Toward the upper right where it says Output file format (-O)  Select from dropdown "Motorola S-record"

Now the *.srec file will get generated 

kds_gen_srec_01.png

kds_srec_gen_02.png

在原帖中查看解决方案

1 回复
1,203 次查看
dstraight
Contributor II

The answer is yes - KDS can produce *.srec files.

From the top menu select

Project -->  Properties

Then in the left-hand pane select   "C/C++ Build" --> "Settings"  then select the toolchains tab/button in the dialog box that appears.  In the dialog box select/check "Create Flash Image"

Next, select the Tool Settings Tab  - you'll see a folder tree appear within the dialog box.   In that folder tree select  "Cross ARM GNU Create Flash Image" --> "General"

 

Toward the upper right where it says Output file format (-O)  Select from dropdown "Motorola S-record"

Now the *.srec file will get generated 

kds_gen_srec_01.png

kds_srec_gen_02.png