Search results

  1. E

    New Arduino eFlexPWM Library

    Thanks @Joepasquariello, indeed the first clause should be deleted. I correct on the github repository. The latest version is 0.2.5, I will switch to version 1 when I have carried out all the tests exhaustively. Currently I'm working on an educational version of VFD for a 3 phase asynchronous...
  2. E

    New Arduino eFlexPWM Library

    The source code link does not work, here it is: #include <eFlexPwm.h> using namespace eFlex; // My eFlexPWM submodules (Hardware > PWM2: SM[0], SM[2], SM[3]) SubModule Sm20 (4, 33); SubModule Sm22 (6, 9); SubModule Sm23 (36, 37); // Tm2 simplifies access to the functions that concern all...
  3. E

    New Arduino eFlexPWM Library

    If you look at the code you will see that I rely on the NXP driver code, the NXP part is in C language, it is separated from my code in the src/nxp folder The goal of my work is to make all the power of eFlexPwm accessible to Arduino programmers with a "simple" use.
  4. E

    New Arduino eFlexPWM Library

    Hi, The iMxRT1062 used in Teensy 4.x was designed by NXP to perform scalar or vector motor control. I published the Arduino eFlexPwm library allowing to use all the features of NXP eFlexPwm timers to control motors or inverters. It is still possible to use analogWrite() on timers that are not...
  5. E

    Teensy 4.1 Debug Mod Project

    Thank you so much ! I will think about that.
  6. E

    Teensy 4.1 Debug Mod Project

    Hi, I wish to obtain or have manufactured the PCB designed by Spencez. I've searched on OSHPark and can't find a share. Could you tell me if it is possible? THANKS.
Back
Top