wiced_pwm_start() and wiced_pwm_stop() dont have any effect

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
MaGr_2160016
Level 4
Level 4
First like received First like given

[WICED-SDK-2.2.1]

On evaluation board BCM943362WCD4 wiced_pwm_start() and wiced_pwm_stop() used for the onboard LEDs, dont seem to have any effect. Unlike specified in the API documentation, with this board the function wiced_pwm_init() starts the PWM.

0 Likes
2 Replies
Anonymous
Not applicable
Please take a look at the usage of these APIs in the WICED-SDK/Apps/demo/temp_control app.

They work out of the box with this app.
0 Likes
Anonymous
Not applicable

Hi jasonrc

I have looked in to the application you have told.

But When i use simple functions .

USING BCM943362WCD4 EVAL board with WICED SDK 3.1.2

wiced_pwm_init(WICED_PWM_1, 24000 , 50.00 );

wiced_pwm_start(WICED_PWM_1);

wiced_pwm_stop(WICED_PWM_1);

The starts at given frequency and duty cycle but its not stopping.

Thanks,

Hinesh

0 Likes