You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to port this code to STM32F103 using keil compiler.
I made changes to behave like C code (C99 mode).
The build completed perfectly, but the effects do not follow the timing.
Using fedit.exe, the effects work as if they are in infinite time, they don't stop.
'Periodic Force' does not work.
I have checked the code several times and I don't understand where the error is.
How is the 'Periodic Force' effect controlled and what could be wrong with looping other effects?
The text was updated successfully, but these errors were encountered:
I'm trying to port this code to STM32F103 using keil compiler.
I made changes to behave like C code (C99 mode).
The build completed perfectly, but the effects do not follow the timing.
Using fedit.exe, the effects work as if they are in infinite time, they don't stop.
'Periodic Force' does not work.
I have checked the code several times and I don't understand where the error is.
How is the 'Periodic Force' effect controlled and what could be wrong with looping other effects?
The text was updated successfully, but these errors were encountered: