Hello,
How is possible to enable "Create HEX File" in Keil using our SDK project generators? Is it supported by our YML records?
Thanks,
Andrej Butok
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.