Hello there !
Is there a all in one shortcut in Keil, like "save compile flash run"? maybe a way to build one? I miss eclipse sometimes because of that ... thanks
Best Regards
Martin
You can check a few options to chain these together:
save... ======== In the IDE under Edit-> Configuration "Save Files before entering Debug " see: http://www.keil.com/support/man/docs/uv4/uv4_dg_editsettings.htm
compile [and link] ... ======================= Select Project -> Build
Flash ===== Project -> options for Target -> Utilities tab, "Update Target before debugging"
and Debug ========= Project -> options for Target -> User tab, "Start Debugging" see: http://www.keil.com/support/man/docs/uv4/uv4_dg_user.htm
Checking those boxes should give you something close to what you requested.
Let us know if that works.