2026-01-05 8:48 AM - last edited on 2026-01-05 8:54 AM by Andrew Neil
Hi,
I'm trying to write custom firmware for the MKI109D. I am currently using an MKI251A adapter board with it for evaluation. How do I set VDD_DUT and VDDIO_DUT to 3.3V on the MKI109D board without using MEMS Studio?
Solved! Go to Solution.
2026-01-11 6:00 PM
Hi,
Thank you for your response. I found that Vdd_set (PA4) and VddIO_set (PA5) can be configured as outputs from the dual-channel DAC. By programming the DAC, I am able to set the voltages on VDD_DUT and VDDIO_DUT as desired. Thanks!
-adomin1337
2026-01-09 1:21 AM
Hi @adomin1337 ,
the VDD and VDDIO circuitry are set via micro. It is possible to use an application that communicates via virtual serial port (e.g. Termite) with STM32 and after that it is possible to send the command to communicate with all adapters included STEVAL-MKI251A.
Please refer to STEVAL-MKI109D documentation (UM3420; for command list and description, chapter 4)
2026-01-11 6:00 PM
Hi,
Thank you for your response. I found that Vdd_set (PA4) and VddIO_set (PA5) can be configured as outputs from the dual-channel DAC. By programming the DAC, I am able to set the voltages on VDD_DUT and VDDIO_DUT as desired. Thanks!
-adomin1337