Alexandra Voinea

Results 13 issues of Alexandra Voinea

### Operating System Windows 10 ### Board stm32g474nucleo ### Firmware I was using the uac2_headset example code. I tried using it on a stm32g474nucleo board, but any mcu which uses...

Feature 💡
STM32 FSDev

I recently found an annoying bug in the latest 1.7.10 version of NEI and I wanted to share it with you. Here is how to reproduce it: -create a new...

Added stm32g070, stm32g071 and stm32g0b0 support. This PR should make sure that the stm32g0b0 uses TIM3 instead of TIM2 (eg, see BTT Manta M4P which might have a stm32g0b0ret6 where...

pending feedback

Make all the tmc microstep lookup table registers configurable via the config file. It also loads the default values on startup if the parameters are not provided. TMC220x and TMC2660...

Instead of relying on a TIMx channel for generating interrupts for the scheduler, use the SYSTICK timer countdown just like on the other stm32 families. The TIMx is still the...

pending feedback

This PR adds the necessary changes in order to get CoolStep working on all TMC drivers that support it. All parameters for CoolStep can be defined in the config file....

# Summary of changes: A ticked box means that a separate PR has been made with this change. - [ ] Moved the initialization of the microstep settings in a...

pending feedback

Allow the clock frequency of the tmc driver to be specified in case the user uses an external clock oscillator for the driver so that the velocity based thresholds are...

reviewer needed