Go to the source code of this file.
Typedefs | |
typedef void(* | DLL430_FET_NOTIFY_FUNC )(UINT MsgId, ULONG wParam, ULONG lParam, LONG clientHandle) |
Type definition for a callback function which could handle notify messages sent by the DLL to the calling application during USB FET firmware update. A handle to the callback function is passed to the DLL by calling MSP430_FET_FwUpdate(). See enumeration UPDATE_STATUS_MESSAGES for details on possible notify messages. | |
typedef enum UPDATE_STATUS_MESSAGES | UPDATE_STATUS_MESSAGES_t |
Status messages during USB FET firmware update. | |
Enumerations | |
enum | UPDATE_STATUS_MESSAGES { BL_INIT = 0, BL_ERASE_INT_VECTORS = 1, BL_ERASE_FIRMWARE = 2, BL_PROGRAM_FIRMWARE = 3, BL_DATA_BLOCK_PROGRAMMED = 4, BL_EXIT = 5, BL_UPDATE_DONE = 6, BL_UPDATE_ERROR = 7, BL_WAIT_FOR_TIMEOUT = 8 } |
Status messages during USB FET firmware update. More... | |
Functions | |
DLL430_SYMBOL STATUS_T WINAPI | MSP430_FET_SelfTest (LONG count, BYTE *buffer) |
Call the hardware self test function of the USB JTAG adaptor. | |
DLL430_SYMBOL STATUS_T WINAPI | MSP430_FET_SetSignals (LONG SigMask, LONG SigState) |
This function is only meant for testing. | |
DLL430_SYMBOL STATUS_T WINAPI | MSP430_FET_Reset (void) |
Perform a reset of the USB JTAG adaptor's firmware. | |
DLL430_SYMBOL STATUS_T WINAPI | MSP430_FET_I2C (LONG address, CHAR *buffer, LONG count, LONG rw) |
Read and write to EEPROM via I2C. | |
DLL430_SYMBOL STATUS_T WINAPI | MSP430_FET_EnterBootloader (void) |
Enter the bootloader. | |
DLL430_SYMBOL STATUS_T WINAPI | MSP430_FET_ExitBootloader (void) |
Exit the bootloader. | |
DLL430_SYMBOL STATUS_T WINAPI | MSP430_FET_GetFwVersion (LONG *version) |
Returns the version number of the MSP430-FET430UIF USB FET firmware. | |
DLL430_SYMBOL STATUS_T WINAPI | MSP430_FET_GetHwVersion (BYTE **version, LONG *count) |
Returns the version number of the MSP430-FET430UIF USB FET hardware. | |
DLL430_SYMBOL STATUS_T WINAPI | MSP430_FET_FwUpdate (CHAR *lpszFileName, DLL430_FET_NOTIFY_FUNC callback, LONG clientHandle) |
Synchronizes the firmware version of the MSP-FET430UIF (TI USB FET) with the version of the Dll. |
|
Type definition for a callback function which could handle notify messages sent by the DLL to the calling application during USB FET firmware update. A handle to the callback function is passed to the DLL by calling MSP430_FET_FwUpdate(). See enumeration UPDATE_STATUS_MESSAGES for details on possible notify messages.
|
|
Status messages during USB FET firmware update.
|
|
|
Call the hardware self test function of the USB JTAG adaptor.
|
|
This function is only meant for testing.
|
|
Perform a reset of the USB JTAG adaptor's firmware.
|
|
Read and write to EEPROM via I2C.
|
|
Enter the bootloader.
|
|
Exit the bootloader.
|
|
Returns the version number of the MSP430-FET430UIF USB FET firmware.
|
|
Returns the version number of the MSP430-FET430UIF USB FET hardware.
|
|
Synchronizes the firmware version of the MSP-FET430UIF (TI USB FET) with the version of the Dll.
|