Tool/software:
Hello, I am developing a project using the AMC131M03EVM evaluation module. Initially, I conducted preliminary tests using the "PHI" expansion board to understand the operation of both the chip and the evaluation module. I was able to do this without any issues. Later, I decided to configure it using a microcontroller with SPI communication, in my case, one from the STM32 family. After making the physical connections and configuring the SPI following the datasheet recommendations, I conducted initial tests. I am able to successfully read and write the different registers.
The specific problem I have is that, supposedly, when enabling the DC-DC converter using the write command and subsequently confirming it with the read command, it indicates that the converter is enabled. However, the voltage that should be present at HLDO_OUT relative to HGND never goes high (around 2.8 V), causing the SEC_FAIL bit in the status register to never go to (0b). This occurs regardless of how many times I execute the NULL command. However, by performing this same process using the evaluation module's (GUI), it can be observed that disabling the DC-DC converter automatically drops the voltage to 0 V. I would like to know what could be causing this error. Thank you in advance.
