Hi,i have used PLS many time and many.Now PLS does not work any more. Still this problem: Message from component 'PpcJtagTargIntf' :Can't connect target !Message from component 'PpcJtagTargIntf' :No JTAG client found !Please check:- target power supp...
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...
News,Today i start my laptop, plug pls to program and.. NOT WORKING AGAIN!Can please somebody fix this problem? I am the only one?Again i have done in powershell:pnputil /delete-driver oem4.inf /uninstall /forceand after restart, i have install C:\Pr...
I have solved the problem. With a third PC i see that PLS was working and in the "Detail Tab" all was egual to my pc except for "INF Name"The working PC has "oem30.inf" and not working PC has " oem176.inf"So after some google search i found these lin...
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...