Hi,
I've wondered how to pass command line arguments using the ARM DS IDE .launch project file?
Thanks,
Ronen
HI Ronen, is this to pass arguments to an FVP?If so, you need to use the parameter option "-C <instance>.semihosting-cmd-line=<args>", which can be specified in the launch config as below:You can find the exact name to use by listing all the parameters of your FVP (FVP.exe --list-params > params.txt)
See https://developer.arm.com/documentation/101470/2022-2/Reference/Passing-arguments-to-main--
Thanks a s usual Ronan.