In uVision 5, is there a way to have one button or one shortcut key that will do a Build immediately followed by a Download if the build is successful?
I am very often clicking Build, then waiting for the compile to finish so I can click Download to flash my target hardware. It would really be nice to be able to automate this in one click or one keyboard function key.
On the Project -> Options For Target -> User tab, for After Build you could add something like
..UV4.exe -f PROJECT1.uvprojx -t"MCB2100 Board"
See:developer.arm.com/.../Command-Line