hi everyone,
I've write a beginning of PGA308 driver to be used as front-end amp with stm32 micro controller familly
I'm planning to use the PGA constantly in Software Lock Mode and manage parameters in microcontroler flash for differents reasons
but when i'm trying to write SWL bits into SFTC and reading back SWL bits don't changed
my init phase looks like this
- reading all OTP and all RAM registers
- writing DISOUT to 1, OWD and OWDOFF to 0 into CFG2 (working great)
- writing SWL to 0x5(101b) in SFTC (not wrote when reading back
- planing to setup ram offsets & gains (not done yet)
- writing DISOUT to 0 into CFG2 (ok)
if I refer to usermanual state machine it look's I 've not forgot anything prior to writing into SFTC but may be I made something wrong ???
thank's for any help