[MSP430 specific] BSL Password is required for almost any BSL operation except Mass Erase. Password is last 16-byte (F543x-non-A only) or 32-byte (others) of IVT (FFE0-FFFF), if newer 5xx/6xx MCU is used. If MCU from older series is used (1xx/2xx/4xx), password is exactly 20-byte long. Mostly it is 32-byte.
More...
|
| byte[] | Password32Byte [get, set] |
| | This is the password mostly used in todays MSP430 MCUs, 5xx/6xx series except F543x (non A). More...
|
| |
| byte[] | Password16Byte [get, set] |
| | 16-byte long Password used only in the very first series of 5xx, the F543x (non A). More...
|
| |
| byte[] | Password20Byte [get, set] |
| | 20-byte long Password used in old 1xx/2xx/4xx series. More...
|
| |
[MSP430 specific] BSL Password is required for almost any BSL operation except Mass Erase. Password is last 16-byte (F543x-non-A only) or 32-byte (others) of IVT (FFE0-FFFF), if newer 5xx/6xx MCU is used. If MCU from older series is used (1xx/2xx/4xx), password is exactly 20-byte long. Mostly it is 32-byte.
◆ Password16Byte
| byte [] BSL430_NET.FirmwareTools.FwTools.BslPasswords.Password16Byte |
|
getset |
16-byte long Password used only in the very first series of 5xx, the F543x (non A).
◆ Password20Byte
| byte [] BSL430_NET.FirmwareTools.FwTools.BslPasswords.Password20Byte |
|
getset |
20-byte long Password used in old 1xx/2xx/4xx series.
◆ Password32Byte
| byte [] BSL430_NET.FirmwareTools.FwTools.BslPasswords.Password32Byte |
|
getset |
This is the password mostly used in todays MSP430 MCUs, 5xx/6xx series except F543x (non A).
The documentation for this class was generated from the following file:
- D:/PROJECTS/C#/BSL430.NET/src/BSL430.NET.FirmwareTools/FwTools.cs