Skip to content

Star emulator bug fix

Zhengcheng Tao requested to merge bugfix_starEmu_LPEnable into devel

Fix a bug in the star emulator that data packets are always sent when receiving triggers regardless of the config registers "LP_ENABLE" and "PR_ENABLE". When running the StarCounterLoop with the emulator, this bug led to double counting of the hits. The star emulator tests are also updated accordingly to switch on/off "LP_ENABLE" and "PR_ENABLE" where necessary.

Merge request reports