Gaucho
Gaucho
> You have to include the path C:\Keil_v5\ARM\PACK\ARM\CMSIS\5.4.0\CMSIS\Include in the "Options for Target..." > C/C++. Afterwards it compiles al the c-files but it gets stuck on the other issue that's...
> I also would like to know where I can find the sources I’m using with success slcan sources at this link: https://github.com/normaldotcom/canable-fw if you need hints on how to...
> Sure you can. You will need to select another timer and adjust DMA for another timer (different channel) but concept will of course work. Thank you for reply. I...
Yes, my pin doesn’t have timer as alternate function. Is it possible to generate custom interrupts at fixed periods and toggle gpio inside that interrupts? Sorry for newbie question. will...
> Alternatively you may use SPI if you have MOSI on your pin? Otherwise you will need bitbanging, that will slow your CPU :) Thank you. Meanwhile I found the...
unfortunately this library is using LL driver and not HAL. I find too difficult to convert it to STM32F0xx uP, since some functions are using different number of parameters, and...
I have no SPI in my free pins. Meanwhile i compiled with success this: https://github.com/Cpt-Quantum/STM32F0-Timer-WS2812 I made some adjustments and I need to double check everything before to try it....
Anyway this repo was really useful to understand the best approach to use, the protocol, and to get support on my problem. At the end I implemented with success the...
Tequilahat i've seen your board but it is different than mine. Mine is like the one found on flo (https://github.com/flo199213/Hoverboard-Firmware-Hack-Gen2) repository (you linked it, so you know it). Anyway I'm...
Btsimonh thank you. I Will flash mine then if my lawn mower project Will fail, i Will try to port your code on my board. The protocol between the 2...