Skip to content

Fix for Star reset

Zhengcheng Tao requested to merge devel_star_reset_fix into devel

As suggested by @elebouli in !412 (merged), this MR adds logic reset and BCR in StarChips::configure() after StarChips::writeRegisters(). This should fix the issue of not receiving data and 0x77F4 errors on the CERN test setup.

I couldn't find the fix in any existing MRs. It would also be great if @elebouli @arnaez could confirm this is correct. On my setup, I do receive data packets either with or without this MR though. With this MR, I indeed no longer get BCID errors.

Merge request reports