We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
When using Keil RTE, I want to do some changes to the file managed by the pack system, but it seems they all are read only. So, are there any way keil provided for us to do the changes? Or just Keil absolutely don't permit any changes to them?
Thanks.
They're just files - you can clear the write protection if you want.
Just bear in mind what rkopsch said - any changes you make will get overwritten by the next Pack update.
This is really no different to editing any 3rd-party files.
A common approach would be to take a copy of the file(s) in question, and make your modifications in that/them.
This still leaves you with the maintenance issue of having to check whether any of the supplier's (eg, Keil's) changes from their updates need to be merged into your "hacked" version.