This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to pass multi arguments to main() in Arm Development Studio?

I wanna pass 1 configure text as argv[1] to main(), and has tried command line set semihosting args "config txt" ,but it seems like the config txt is argv[0] not argv[1],so how to pass multi arguments to main()?