4 posts / 0 new
Last post
zwang308
Offline
Last seen:4 years 5 months ago
Master
加入:2014-07-02 14:15
DA14580 IO level

Hi Dialog,

We are using DA14580 with boost mode and it is operating at 3.3v for IO. Is that possible to make its IO level to be 1.8v?

Thanks,

Device:
MT_dialog
Offline
Last seen:2 months 3 weeks ago
工作人员
加入:2015-06-08 11:34
Hi zwang308,

Hi zwang308,

Since you are operating under Boost mode you can change the voltage output of your IO by selecting different supply rail from the _PADPWR_CTRL_REG registers or you can use the GPIO_ConfigurePinPower() api in order to do so. You can find more info regarding this api in the UM-B-051 on section 10.3.

Thanks MT_dialog

zwang308
Offline
Last seen:4 years 5 months ago
Master
加入:2014-07-02 14:15
Hi MT_Dialog,

Hi MT_Dialog,

Thanks a lot for the information.

Is that possible to configure the boot time GPIO level? E.g. change the serial boot interface to 1.8V level? I mean when the processor is boot from external serial interface.

Thanks,

Zeyu

MT_dialog
Offline
Last seen:2 months 3 weeks ago
工作人员
加入:2015-06-08 11:34
Hi zwang308,

Hi zwang308,

The booting sequence is executed from the bootloader which is part of the ROM code, you can't change this, but i suppose that if you use the secondary bootloader you can alter the code for the UART booting sequence, change the code and configure your UART pins to change the power rail from VBAT3 to VBAT1.

Thanks MT_dialog