Search Results

Search results 1-2 of 2.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Hi Nino, I cannot clearly confirm that the argc and argv are set on target - they are '0' in Local Data view, but this can be a problem with used c stdlib implementation. Most probably r0 and r1 are just set to 0 before calling main which is an expected behavior. I don't see any additional logs in Console view at startup when Project.ConfigSemihosting is added - logs are the same as without it. Perhaps the difference occurs when SysGetCmdLine is sent by target - it is not done on my side, but mo…

  • 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 pos…