Forum Discussion

MKlee2's avatar
MKlee2
Icon for New Contributor rankNew Contributor
4 years ago

Cyclone V SoC - Temperature measurement

Hi,

we use a 5CSXFC6C6U23C7 Cyclone V SoC FPGA in one in our systems (inverter) after sometime, especially after the system heats up, we observe "strange" behavior, as if the fpga messes up some timings.

It might either be EMI or heat, I suspect it to be heat, as it only happens after a couple of hours running and fixes itself after a couple minutes, without power/heat.

Is there a way to measure the SoCs temperature? I believe the Cyc V doesn't come with a sensor, but the ARM part should have a sensor(?).

But even from within linux I can't seem to fine any way to read the devices temperatures. Or am I wrong and even the ARM comes without measurements?

I'm using a mitysom device with a device-tree + kernel + modules compiled from the most recent intel source provided on git. (the dev tree of the mity is based on the cyc5 soc one an just adds some stuff)

Greetings,

M.Klee

3 Replies

  • sstrell's avatar
    sstrell
    Icon for Super Contributor rankSuper Contributor

    I don't believe CV (normal or SoC version) has a temp sensor. If it did, there'd be an IP available for it in the IP Catalog.

    • MKlee2's avatar
      MKlee2
      Icon for New Contributor rankNew Contributor

      Yeah I always thought most ARM processors have an build in sensor, and so I thought maybe it's just not connected to the FPGA, as it is part of the ARM processor itself, but it seems I was wrong and even the ARM part comes without a sensor.