"Create HEX File" in Keil?

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

"Create HEX File" in Keil?

562 Views
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 Reply

547 Views
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.