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

Problen debbuging when passing more than 5 parameters to a function

Hello

I have a problem when passing more than 5 (mixed type) parameters to a function.
The last parameters (after the first five) are disrupted and I get uncorrect value
when watch the value in the debugger.
Despite the fact the a function can get 255 parameters, is there any known problem with this one?

(Using uVision 4.21 for STM32F103ZC).

Thank you