Hi all,
I have a problem with calling Project.ConfigSemihosting for TargetCmdLine setting (in Ozone v3.24b).
I tried using it in this way: Project.ConfigSemihosting ("TargetCmdLine=-v"); , but .jdebug script execution prints the following error: "Invalid semihosting setting value: -v".
Function allows number usage only e.g. Project.ConfigSemihosting ("TargetCmdLine=1"); works ok.
Is possible to pass a string as an argument e.g. "-v"? Eventually I will pass "firmware -v" options, will this be possible?
Is any alternative for passing argv to the target application?
Best regards,
Aleksander
I have a problem with calling Project.ConfigSemihosting for TargetCmdLine setting (in Ozone v3.24b).
I tried using it in this way: Project.ConfigSemihosting ("TargetCmdLine=-v"); , but .jdebug script execution prints the following error: "Invalid semihosting setting value: -v".
Function allows number usage only e.g. Project.ConfigSemihosting ("TargetCmdLine=1"); works ok.
Is possible to pass a string as an argument e.g. "-v"? Eventually I will pass "firmware -v" options, will this be possible?
Is any alternative for passing argv to the target application?
Best regards,
Aleksander
The post was edited 1 time, last by Aleksander04 ().