Hello,
I'm trying to work with the pulse oximeter mentioned on the subject. I'm codifying on Windows 7 with Xilinx 13.1 in VHDL, simulating with Modelsim Student Edition 10.1 and verifying data transmit with GoLogic2 (version 5.31). The problem I have is I'm doing (or I think I'm doing) the right things in the FPGA and it doesn't works. The TMS320C5515 DSP works as you can see in the following image:
And my FPGA, programming by me, works as follow:
As you can see, it's practically the same (ok, the I2C_SCL is always running during the R_SWT / IR_SWT, but I think it's not relevant while you transmit the other signals correctly) but it doesn't works and I don't know why. I'm trying to follow the documentation as much as I can, but there are many things I don't understand (the first of all is that DSP doesn't follow documentacion, i.e. R / IR pulses aren't active 450 us but 520-530-540 us) and, also, I'm trying to do a mix between documentation and DSP.
Can anyone help me with my project? I'm desperate trying to light the LED of the finger SpO2 probe.
Thank you.