I would like to make 3 sensors using the MAG3110. The uC are already programmed. I didn't quite think about how to program the MAG3110 by itself before placing on the PCB. How can I program the MAG3110 before placing on the PCB? Can I upload my program and order them with program preloaded?
Solved! Go to Solution.
Hi Isaac,
No, all MAG3110FC registers are volatile, their content is not preserved when power is lost. The only way is to write the register configuration after powering up from your MCU.
Regards,
Tomas
Hi Isaac,
No, all MAG3110FC registers are volatile, their content is not preserved when power is lost. The only way is to write the register configuration after powering up from your MCU.
Regards,
Tomas
Oh ok, thanks! Just got confused there for a minute.