From: Stefano C. <ste...@gm...> - 2011-12-14 15:04:12
|
Hi, I have a problem with a external tool. After compiling my project, i must download current firmware into microcontroller. For programming, i use an program which works with some parameters. So i must give these param. in the arguments of the window "ext.tool". The problem is this. One of this paramater is the directory where ther's the hex file. Example: -C SWD -P "C:\directory\...\test1.bin" 0x08000000 . How can i change the directory each time?? I tried so, but i can't resolved : -C SWD -P "$(ProjectOutputFile)" 0x08000000. How i can put the directory of the hex file in my parameters( and in Arguments of Codelite) ?? Thanks! |