Hello, I am using an external memory and, as I'm using a RM48L952 revision C microcontroller, I know that I must use the --no-stm option so that the memory will work accordingly due to a bug in the sillicon (I know this problem is resolved in revision D).
The problem is that I couldn't find the --no-stm option in the project options and after some research I found this link.
This indicates that the --no-stm option must be inserted manually, so I did. I went to project->properties->set additional flags and wrote --no-stm which didn't work (it stated thta it isn't a valid option)