Skip to content

Commit 754d517

Browse files
CXSforHPURbb666
authored andcommitted
[nxp/mcxa156] Fix the low-frequency PWM output
1 parent f52fb60 commit 754d517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bsp/nxp/mcx/mcxa/Libraries/drivers/drv_pwm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
#define BOARD_PWM_BASEADDR (FLEXPWM0)
1818
#define PWM_SRC_CLK_FREQ (CLOCK_GetFreq(kCLOCK_BusClk))
19-
#define FLEX_PWM_CLOCK_DEVIDER (kPWM_Prescale_Divide_2)
19+
#define FLEX_PWM_CLOCK_DEVIDER (kPWM_Prescale_Divide_32)
2020
#define FLEX_PWM_FAULT_LEVEL true
2121

2222
typedef struct

0 commit comments

Comments
 (0)