| lt_ret_t lt_do_mutable_fw_update | ( | lt_handle_t * | h, |
| const uint8_t * | cpu_fw_data, | ||
| const size_t | cpu_fw_data_size, | ||
| const uint8_t * | spect_fw_data, | ||
| const size_t | spect_fw_data_size | ||
| ) |
| h | Handle for communication with TROPIC01 |
| cpu_fw_data | Firmware update data for RISC-V main CPU |
| cpu_fw_data_size | Size of firmware update data for RISC-V main CPU |
| spect_fw_data | Firmware update data for SPECT coprocessor |
| spect_fw_data_size | Size of firmware update data for SPECT coprocessor |
| LT_OK | Function executed successfully |
| other | Function did not execute successully, you might use lt_ret_verbose() to get verbose encoding of returned value |