pekkaroi

Results 26 comments of pekkaroi

Terve Tapio! I have compiled this using Eclipse (Luna 4.4.0) and GCC (gcc-arm-none-eabi-4_8-2014q2) (https://gnu-mcu-eclipse.github.io/) on Debian Linux. Those versions are pretty old, I've had this environment working and have not...

Thanks for the suggestion and sorry for delayed response. Personally I don't have hardware or time to port this to STM32F4-series, but it should not be a huge task as...

Hi, I think I have used quite recent git version of kicad, but I am not sure. I'll gladly accept a pull request if you get migration done. I have...

You are correct, there is no such mode and I agree, it might be useful in the beginning. Feel free to implement that. Personally I did that by modifying the...

I'm quite sure it is possible, if it has some way to input speed, you need to add the pid loop and make the pid output control the speed. I...

Hi. I have absolutely no experience with IAR, but according to short googling, it might be that IAR does not like the label "1" which is used in the assembly....

Ok, it really seems that IAR handles the asm() keyword differently to GCC. :( I'll try to find a way to implement the delay_ms in a better way without using...

I pushed a new version of utils.c. It is now implemented with systick and no assembly. You can try that. I'm afraid this is not the only problem with IAR...

Crap.. This is quite difficult as I cannot test it with IAR. :) It seems to do something with inline support on IAR. I have no clue if the inline...

Right.. I doubt it is the IAR that is causing the problem, it's just my lacking skill in software, the code is something that barely compiles in GCC with luck....