Dear TI;
According to the Online GUI document, I change the vout_commad value and clicked the button “Store RAM To Flash”.
I want to know what function are supposed by the code UCD3138HSFBEVM when clicked “Store RAM To Flash”?
In PMBus_topology.c
inline Uint8 pmbus_write_vout_cmd(void)
{
pmbus_dcdc_config[0].vout_cmd = pmbus_buffer[1] + (pmbus_buffer[2] << 8);
configure_vout_cmd();
}
then trigger the software interrupt ( void write_data_flash_word(Uint32 address,unsigned long data) )?
I am not clear abourt it ? can you explain it in detail?
Best Wishes
SUN