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

Micro Python transplantation PWM on MindMotion MM32 single chip microcomputer

Introduction: The software transplanted with micro python with PWM function sent by MindMotion on November 22 was tested. Firstly, the output waveform can be tested on the two PWM channels (PA6 and PA7), but there are still differences between the signal parameters and settings: the spectrum of the output PWM signal is smaller than the ...

Added by jackwh on Mon, 22 Nov 2021 14:47:08 +0200