"Create HEX File" in Keil?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

"Create HEX File" in Keil?

664件の閲覧回数
butok
NXP Employee
NXP Employee

Hello,

How is possible to enable "Create HEX File" in Keil using our SDK project generators? Is it supported by our YML records?

MaxthonSnap20200507145700.png

Thanks,

Andrej Butok

1 返信

649件の閲覧回数
nxf47831
NXP Employee
NXP Employee

Hi,  Andrej Butok

This feature is supported on generator branch: develop/mcu_sdk_generator

Here is an example:
mdk:
     config:
         __common__:
             createHexFile: true

If it doesn't work on your side, please create a jira ticket for me to port the feature.