Greetings. A recent return to Keil has left me having to relearn a lot of stuff. I wrote some C code in Keil for my TI Tiva Arm Launchpad. My computer froze so I reboot it. All that work is gone. I assumed it was autosaving. It was not. Any ideas how to turn autosaving on ? Thanks.
Just at the moment when you trigger the compilation of your project uVision auto-saves the project files.
Related:
"UVISION: Disabling Auto-save When Building a Project"
https://developer.arm.com/documentation/ka003383/latest
...btw, you might be interested in this:
"Cortex-M4 Tutorial with ETM using the MSP-EXP432E401Y LaunchPad Board!
www.keil.com/.../apnt_309_v1.0.pdf
Sorry, I mean autosave. I do not want to have to compile on every line I write. In that case, it would be easier to open File >> Save. . I want this AUTO saved meaning no action needed by myself.
Sorry, I mean autosave. I do not want to have to compile on every line I write. In that case, it would be easier to open File >> Save. . I want this AUTO saved meaning no action needed by myself. I'm using a different board and have no need to switch, thanks.
Main Menu: Edit >> Configuration
Editor Tab: Locate File & Project Handling
Select "Auto save..." Click OK button.
There are other options there that may be of interest as well.
GB
Got it, thanks.,