Improve the accuracy of mm32 micropathon output PWM frequency through mem32 function

Introduction: Using the mem32 function, for the problem of low PWM frequency accuracy in MM32 micro python, we can improve the PWM frequency accuracy by readjusting the ARR. Key words: PWM, MM32, micropathon, mem32   § 01 MM32 PWM output Advantages and disadvantages of version 1.1   in Micro Python transplantation ...

Added by zed420 on Sat, 05 Feb 2022 15:02:40 +0200

Limitations of using mm32 microphoton to generate dual audio signals

Introduction: The micro Python PWM module of ESP32 can produce a very accurate output frequency, but all micro Python PWM share the same Timer, so their fundamental frequency is the same. Two of the hardware timers can be used with MM32 micropathon, but the frequency accuracy of the output cannot meet the requirements. Therefore: either use oth ...

Added by duclet on Sat, 05 Feb 2022 12:56:22 +0200