help me, I need to do a manchester decoder software

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

cross mob
Anonymous
Not applicable

 i need to do a manchester decoder but only using software because I can only use a single module and I have all the outputs of the microprocessor very fair. and not to the C programming using an 8-bit timmer.

   

I need help! thanks. At the moment:

   

 

   
    #include <m8c.h>           
   
    #include "PSoCAPI.h"       
   
    void main(void)   
   
    {   
   
     M8C_EnableGInt;   
   
     M8C_EnableIntMask(INT_MSK0,INT_MSK0_GPIO);    
   
     Timer8_1_EnableInt();   
   
     BYTE cuenta;   
   
        
   
     while(1)   
   
     {   
   
          cuenta=Timer8_1_bReadTimer();   
   
        
   
        
   
        
   
        
   
        
   
     }   
0 Likes
2 Replies
KishoreS_96
Employee
Employee
5 sign-ins 50 replies posted 25 replies posted

Can you please post your query in the PSoC1 section with more clarifications on your question?

   

 

   

Regards,

   

Kishore.

0 Likes
Anonymous
Not applicable

Hi Guti,

   

 

   

Application Note on implementing a Manchester Decoder on PSoC1 can be found at the following location:

   

http://www.cypress.com/index.cfm?rID=2866

   

 

   

Similar design can also be implemented on PSoC3/5.

   

 

   

Regards,

   

dasg

0 Likes