This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Using EMIF and can't find no-stm option

Other Parts Discussed in Thread: RM48L952

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)