Hi,I have FlexPWM0 with PWM channel 0 and PWM channel 1 enabled.Then if i put this code pwm_lld_start(&PWMD1, &pwm_config_pwm_cfg0);
pwm_lld_enable_channel(&PWMD1, 0, PWM_PERCENTAGE_TO_WIDTH(&PWMD1, 5000));
pwm_lld_enable_channel(&PWMD1, 1, P...
Hello, i have now this working code on SPC560P without sync flag. pwm_lld_start(&PWMD1, &pwm_config_pwm_cfg0);
pwm_lld_start(&PWMD2, &pwm_config_pwm_cfg0);
pwm_lld_start(&PWMD3, &pwm_config_pwm_cfg0);
pwm_lld_start(&PWMD4, &pwm_config_...
Hi,i have spc560p50l5 if i enable irqIsrEnable(); in debug it crash. (no codes execuded after).If i comment //irqIsrEnable(); debug works, but osal not starts.In assembly code of swirq_enable there are a lot OF_SE_ILLEGAL0x400001E8 00 00 SE_ILLEGA...
Hi,there is possibility that ST fix Build Output Parser (BOP) to have confortable IDE.Okay i can add :C:\SPC5Studio-6.0\eclipse\plugins\com.st.tools.spc5.tools.gnu.gcc.ppcvle.win32_4.9.4.20200908161514\toolchain\includeC:\SPC5Studio-6.0\eclipse\plugi...
Is possible to change or just check this RX global mask?Because i have a problem in standard RX that seams that filter mask is not 0x7FF , but 0x3FF. I have tested in this way:RX ID= 0x1up to message id 0x201 -> 0b 0010 0000 0001 filter worksif i...
Hi.I need to understand what yuo mean for reading push button duty cycle.Have you a standard frequency?How much is it?Because if frequency is low you can easy read digital input with pal library in polling every systick (1ms) then you can set your pw...
1->Set input following example RLA EIRQ Test Application2->Set your output PWM following example RLA FlexPWMIn your code change duty-cicle every time push button is pressed