Skip to content

Commit

Permalink
hmc7043: add delay after init
Browse files Browse the repository at this point in the history
Delay required at step 9 of the "Typical Programming Sequence" (page 24 of the datasheet)
  • Loading branch information
sbourdeauducq committed Jul 12, 2018
1 parent c66f948 commit 8802b93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions artiq/firmware/libboard_artiq/hmc830_7043.rs
Expand Up @@ -131,6 +131,8 @@ mod hmc830 {
write(0x4, m_div);
write(0x3, n_div);

clock::spin_us(10_000);

info!(" ...done");
}

Expand Down

0 comments on commit 8802b93

Please sign in to comment.