lnls-dig / halcs

Hardware Abstraction Layer for Control Systems
GNU General Public License v3.0
1 stars 4 forks source link

[CLOSED] [fmc250m_4ch] ISLA216P is not initialized correctly #118

Closed lerwys closed 8 years ago

lerwys commented 8 years ago

Issue by lerwys Monday May 09, 2016 at 22:12 GMT Originally opened as https://github.com/lnls-dig/bpm-sw/issues/118


Problem: Sometimes the ISLA216P ADCs are not correctly initialized, particularly the RESET signal. This is related to the fact that we first initialize the ADCs and then we spawn the FMC_ACTIVE_CLK module. This module enables the clock to the ISLA216P ADCs, so it must be enabled first

Solution: Spawn FMC_ACTIVE_CLK first