Hi to all
I am using an ini file to initialize the external ram to load code during debug
at the end of the ram.ini file there is a command to load the code in ram
LOAD .\Obj\FL0064.afx INCREMENTAL
All seems to work, but i have to use this ini file in many projects of the same type. So searching in the forum i have found this
LOAD %L INCREMENTAL
but when i use it, it gives me an error:
LOAD %L INCREMENTAL ------ *** error 56, line 118: cant open file
i tried also:
LOAD .\Obj\@L.afx INCREMENTAL
and all possible combinations but it seems that Keil doesn't recognize key sequences
i am doing something wrong?
PS: i am using Keil uVision3 V3.63 (because the original project was built with it)
thank you