EDT PCD SDK Documentation 6.1.0
|
Functions | |
int | edt_get_timecode_version (EdtDev edt_p) |
Get the msp430 IRIG-B firmware version. More... | |
int | edt_spi_invoke_flash_loader (EdtDev edt_p) |
Puts the EDT SPI msp430 into flash-loader mode. More... | |
Firmware Update Functions
int edt_get_timecode_version | ( | EdtDev | edt_p | ) |
Get the msp430 IRIG-B firmware version.
edt_p | The EDT open device handle. |
Obtain the version of the IRIG-B firmware running on the msp430.
See the included example program timing_test.c.
int edt_spi_invoke_flash_loader | ( | EdtDev | edt_p | ) |
Puts the EDT SPI msp430 into flash-loader mode.
edt_p | The EDT open device handle. |
Puts the EDT SPI msp430 into flash-loader mode, which accepts commands via ascii string to erase and reprogram the msp430 flash memory. Culminates in rebooting the msp430.
See the included utility program msp430_load.c.