UPGRADE YOUR BROWSER
We have detected your current browser version is not the latest one. Xilinx.com uses the latest web technologies to bring you the best online experience possible. Please upgrade to a Xilinx.com supported browser:Chrome, Firefox, Internet Explorer 11, Safari. Thank you!
01-10-2019 09:20 PM
hello, everyone
I am using zynq XC7Z020 SOC, during past half year, it run quite well.
However, days ago, I suddenly found CPU1 fails.
After power up, register A9_CPU_RST_CTRL(0xF8000244) has value 0x22( which means CPU1 clock stopped and CPU1 held in reset state). CPU0 is OK.
I tried to clear A9_CPU_RST_CTRL, CPU1 still doesn't work. I also check pin PS_SRST_B and PS_POR_B, the timing sequence satisfy UG585 doc.
I am very sure both CPUs were ok before, but now I can only have CPU0 work.
What is the cause and how can I solve the problem
I will be very grateful for your advice.
01-31-2019 07:19 PM
Anyone could give me some advices?
I made 20 product modal, 4 of 20 suffered Zynq CPU1 disapperance. This is really bad!
03-19-2019 11:02 AM
Have you tried taking cpu1 out of reset by writing to A9_CPU_RST_CTRL register as described in ug585 (v1.12.2), section 3.7.1?
03-19-2019 11:50 AM
Hi
I don't know what is the solution of your problem. Can you share information about the workload, temperature, electric parameters that you exposed the ZYNQ FPGA? I'M using the same FPGA in my design, any information will be helpful.
Thanks, I hope that you can solve this problem.
03-19-2019 12:00 PM
Damage from ESD sounds like it might be the cause,
Is your product protected against normal handling ESD?
If it is a bare board, the answer is no. If it is a board in a metal enclosure, the answer is maybe. LED, switches, connectors are alkl paths for damage. Are they protected?
l.e.o.
05-07-2019 08:20 PM
I was suspecting the failure was caused during power on&off, but now i tends to believe cpu1 fails during the software running.
the soc runs linux system. vdma obtains image from sensor and store it into DDR, application read the image from DDR and process the image, output data through tcp port.
temperature is room temperature. I don't know exactly about electric parameters, We supply it 3.3V DC to FGPA
this failure is very hard to repeat.
05-07-2019 08:45 PM
thanks for your reply,
the board locates inside a alluminum box. We didn't do ESD test. I think the borard designer didn't consider much about esd protection, how can we confirm esd problem?
05-08-2019 06:52 AM
A good test for ESD susceptibility,
Is to look at radiated EMI/RFI. If the enclosure is letting RF out of the box, then it is not ESD proof: in other words, if RF gets out, ESD can get in.
To test ESD, you need a high voltage (4,000v or 8,000v), and a disharge model probe (human body, and machine model). Then you zap all surfaces, all switches, leds, connectors. If it is damaged, you fail ESD protection. If you never did this, I would hire a ESD specialist to come in and educate you on how to pass such tests.
l.e.o.
11-01-2019 09:20 AM
Have you tried attaching a debugger to the Zynq JTAG? Normally cpu0 and cpu1 will both appear on the JTAG chain. What do you see?
11-01-2019 05:20 PM
I ever tried, but only cpu0 showed.