YukMingLaw / ArduinoJoystickWithFFBLibrary

An Arduino Joystick Library With Force Feedback Feature
GNU Lesser General Public License v3.0
208 stars 55 forks source link

STM32F103 #41

Open vtrx-az opened 2 years ago

vtrx-az commented 2 years ago

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?

vtrx-az commented 2 years ago

Solved.

fikririzal commented 1 year ago

can i ask about how you solve this problem?

does this library support STM32F103 / STM32F401?

vtrx-az commented 1 year ago

can i ask about how you solve this problem?

does this library support STM32F103 / STM32F401?

I abandoned the project because it was crashing a lot. I changed the descriptor many times. I was getting used to it...