You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pin 45, is quad timer 4...
Need to add: quadtimer_init(&IMXRT_TMR4);
Question is, should we only initialize QTIMER4 on MICROMOD only, as this is the only board that has a QT4 pin
Secondary question: The forum member dogbone06 was also trying to use pin 44 on the Micromod, which does have the capability to be used as PWM, actually two different ways: 44 B0_08 LCD_DATA04 **QTIMER3_TIMER2** **FLEXPWM2_PWMA01** LPUART3_TX FLEXIO2_FLEXIO08 GPIO2_IO08 SRC_BOOT_CFG04 ENET2_RDATA03
As either QTIMER3_TIMER2 or as FLEXPWM2_PWMA01
However these are other pins that have these same PWM
Should some of these be easily enabled as they might be more convenient to use then the ones they are duplicates of...
And if so, how. Simply add the right stuff to the table for one of the options? Update the tables to define both possibilities
and allow user some method to optionally choose the secondary one....
The text was updated successfully, but these errors were encountered:
The issue, is that the method:
Pin 45, is quad timer 4...
Need to add:
quadtimer_init(&IMXRT_TMR4);
Question is, should we only initialize QTIMER4 on MICROMOD only, as this is the only board that has a QT4 pin
Secondary question: The forum member dogbone06 was also trying to use pin 44 on the Micromod, which does have the capability to be used as PWM, actually two different ways:
44 B0_08 LCD_DATA04 **QTIMER3_TIMER2** **FLEXPWM2_PWMA01** LPUART3_TX FLEXIO2_FLEXIO08 GPIO2_IO08 SRC_BOOT_CFG04 ENET2_RDATA03
As either QTIMER3_TIMER2 or as FLEXPWM2_PWMA01
However these are other pins that have these same PWM
14/A0 AD_B1_02 USB_OTG1_ID **QTIMER3_TIMER2** LPUART2_TX SPDIF_OUT ENET_1588_EVENT2_OUT GPIO1_IO18 USDHC1_CD_B KPP_ROW06 GPT2_CLK FLEXIO3_FLEXIO02
and
5 EMC_08 SEMC_DM00 **FLEXPWM2_PWMA01** SAI2_RX_DATA XBAR1_INOUT17 FLEXIO1_FLEXIO08 GPIO4_IO08
Should some of these be easily enabled as they might be more convenient to use then the ones they are duplicates of...
And if so, how. Simply add the right stuff to the table for one of the options? Update the tables to define both possibilities
and allow user some method to optionally choose the secondary one....
The text was updated successfully, but these errors were encountered: