2024-11-23 04:15 PM - last edited on 2024-11-25 04:25 AM by Andrew Neil
STHS34PF80 code needed to access SEL_ABS bit in ALGO_CONFIG embedded register Address: 28H using Arduino Nano
I would like to know how to generate the code to set SEL_ABS bit in ALGO_CONFIG embedded register using Arduino Nano Board as the micro-controller.
2024-11-26 02:16 AM
Hi @mikeju ,
As reported in the section 2.1 of the AN5867, to access the embedded funcions registers, you must write the FUNC_CFG_ACCESS bit in the CTRL2 (21h) register to 1.
Then, you can change the values of all the embedded functions registers.