jaschek
Newbie level 5
I am using linux on a MPC5200 board.
There is a serial interrupt in the code. On accessing a global floating point variable from inside the interrupts I am corrupting variables elsewhere. Is accessing float variables inside not recommended and why ?
also note that the frequency of this interrupts is fairly high.
There is a serial interrupt in the code. On accessing a global floating point variable from inside the interrupts I am corrupting variables elsewhere. Is accessing float variables inside not recommended and why ?
also note that the frequency of this interrupts is fairly high.