smeenka

Results 7 issues of smeenka

I try to use p.TIM1 and p.TIM3 for pwm generation. My board has chip STM32G070CBTx which is for embassy feature "stm32g070cb" Setting the feature features = "stm32g070cb" on [dependencies.embassy-stm32] gives...

e-stm32

The current async interface targets an I2C Master. Hereby I propose to also create an async interface for an I2C slave device. It would be nice that the length of...

To able to synchronize with a pwm (for example sample motor current with ADC) I propose hereby an update interrupt for simple_pwm. A test can be found in stm32g0 example...

Hereby I created a proposal for an async i2c slave implementation. It is not finished yet, but working for my use case. Work in progress. Requirements are: * Must be...

For motor control with SimplePwm it would be nice that in user land it is possible to run code in sync with the Pwm. For example to measure the motor...

Hereby a proposal for a i2c slave for the stm32. Goal is to support a slave module with 2 addresses (module address and generic address), which can handle a (limited)...

Here is my use case: The SimplePWM does create a pwm for a motor. At the start of the pwm cycle the motor is enabled. A millisecond after this event...

e-stm32