Forum Discussion
Altera_Forum
Honored Contributor
19 years agoRC5.vhdl
Hi, I have a RC5 module from the web site :www.whitebream.com I work with cyclone :EP1C3T100C7 , the clk is 50Mhz, I changed the CLK_SYS in the module to 50M, but the RC5 module is not respondin...
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- Hi Jens Thanks for the help. I use remote control that work with RC5 protocol. The IR chip works on 38KHz. I run a simulation and I got that the reg_full is going high '1' and the state machine is getting to finish state, but the interrupt is NOT going down to '0' I am changing the code to fix it. Tal --------------------------------------------------------------------------------------------- I found the bug : they forgot to reset the reg_full on reset. (reg_full <= '0';) Now it's work fine. Thanks Tal --- Quote End --- hi Tal_nios, could you help me concern your rc5 code ? thanks