C166 PWM Status Bit Error

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

cross mob
manohar2901
Level 1
Level 1
First question asked Welcome!

Hello,

1. We are facing some random status error issues in PWM(feedback status register), during run time. Looking for C166 microcontroller reference manual with Memory mapped registers. 
Code Sample:
If(PWM_configured_in_application & (PWM_status_bit ==True))
{
    PWM_working_properly;
}else
If(PWM_not_configured_in_application & (PWM_status_bit ==True))
{
    PWM_Error;
}
Sporadically PWM_Error is getting triggered during run time.

2. Want to know at which instant PWM status register bits are set/clear by microcontroller at register location 0x2F9000u?

3. Please share PWM module architecture/block diagram of the same. Because no where i am finding it in user manual.

 

Thanks in advance, Appreciate reply.

Regards,
Manohar

 

 

 

0 Likes
0 Replies