Header of the Device Commands.
More...
#include <cstdint>
Header of the Device Commands.
- Author
- Robson Martins (https://www.robsonmartins.com)
◆ ANY_ADDRESS
#define ANY_ADDRESS static_cast<uint32_t>(-1) |
◆ ANY_DATA
#define ANY_DATA static_cast<uint16_t>(-1) |
◆ kDeviceErasePulseDuration27E
constexpr uint32_t kDeviceErasePulseDuration27E = 100 |
|
constexpr |
EPROM 27E: Erase pulse duration, in milliseconds.
◆ kDeviceCmdUnprotect28C64
Initial value:= {
{0x1555, 0xAA}, {0x0AAA, 0x55}, {0x1555, 0x80},
{0x1555, 0xAA}, {0x0AAA, 0x55}, {0x1555, 0x20}
}
Command sequence to Unprotect an EEPROM 28C/X28 64 (ST/Atmel/Xicor).
◆ kDeviceCmdProtect28C64
Initial value:= {
{0x1555, 0xAA}, {0x0AAA, 0x55}, {0x1555, 0xA0}
}
Command sequence to Protect an EEPROM 28C/X28 64 (ST/Atmel/Xicor).
◆ kDeviceCmdUnprotect28C256
Initial value:= {
{0x5555, 0xAA}, {0x2AAA, 0x55}, {0x5555, 0x80},
{0x5555, 0xAA}, {0x2AAA, 0x55}, {0x5555, 0x20}
}
Command sequence to Unprotect an EEPROM 28C/X28 256 (ST/Atmel/Xicor).
◆ kDeviceCmdProtect28C256
Initial value:= {
{0x5555, 0xAA}, {0x2AAA, 0x55}, {0x5555, 0xA0}
}
Command sequence to Protect an EEPROM 28C/X28 256 (ST/Atmel/Xicor).
◆ kDeviceEraseDelay28F
constexpr uint32_t kDeviceEraseDelay28F = 10 |
|
constexpr |
Flash 28F: Erase delay, in milliseconds.
◆ kDeviceCmdRead28F
Initial value:= {
{ static_cast<uint32_t>(-1) , 0x00}
}
Command sequence to Read a Flash 28F.
◆ kDeviceCmdWrite28F
Initial value:= {
{ static_cast<uint32_t>(-1) , 0x40}
}
Command sequence to Write a Flash 28F.
◆ kDeviceCmdVerify28F
Initial value:= {
{ static_cast<uint32_t>(-1) , 0xC0}
}
Command sequence to Verify a Flash 28F.
◆ kDeviceCmdErase28F
Initial value:= {
{ static_cast<uint32_t>(-1) , 0x20}, { static_cast<uint32_t>(-1) , 0x20}
}
Command sequence to Erase a Flash 28F.
◆ kDeviceCmdGetId28F
Initial value:
Command sequence to GetID a Flash 28F.
◆ kDeviceCmdWriteSST28SF
Initial value:= {
{ static_cast<uint32_t>(-1) , 0x10}
}
Command sequence to Write a Flash SST28SF.
◆ kDeviceCmdEraseSST28SF
Initial value:= {
{ static_cast<uint32_t>(-1) , 0x20}, { static_cast<uint32_t>(-1) , 0xD0}
}
Command sequence to Erase a Flash SST28SF.
This erase a sector (256), not the full device.
◆ kDeviceCmdGetIdSST28SF
Initial value:
Command sequence to GetID a Flash SST28SF.
◆ kDeviceCmdDisableSdpSST28SF
Initial value:= {
{ 0x1823, static_cast<uint16_t>(-1) }, {0x1820, static_cast<uint16_t>(-1) }, {0x1822, static_cast<uint16_t>(-1) },
{ 0x0418, static_cast<uint16_t>(-1) }, {0x041B, static_cast<uint16_t>(-1) },
{ 0x0419, static_cast<uint16_t>(-1) }, {0x041A, static_cast<uint16_t>(-1) }
}
Command sequence to disable SDP in a Flash SST28SF.
◆ kDeviceCmdEnableSdpSST28SF
Initial value:= {
{ 0x1823, static_cast<uint16_t>(-1) }, {0x1820, static_cast<uint16_t>(-1) }, {0x1822, static_cast<uint16_t>(-1) },
{ 0x0418, static_cast<uint16_t>(-1) }, {0x041B, static_cast<uint16_t>(-1) },
{ 0x0419, static_cast<uint16_t>(-1) }, {0x040A, static_cast<uint16_t>(-1) }
}
Command sequence to enable SDP in a Flash SST28SF.
◆ kDeviceCmdReadAm28F
Initial value:= {
{ static_cast<uint32_t>(-1) , 0x00}
}
Command sequence to Read a Flash Am28F(A).
◆ kDeviceCmdWriteAm28F
Initial value:= {
{ static_cast<uint32_t>(-1) , 0x10}
}
Command sequence to Write a Flash Am28F(A).
◆ kDeviceCmdEraseAm28F
Initial value:= {
{ static_cast<uint32_t>(-1) , 0x30}, { static_cast<uint32_t>(-1) , 0x30}
}
Command sequence to Erase a Flash Am28F(A).
◆ kDeviceCmdGetIdAm28F
Initial value:
Command sequence to GetID a Flash Am28F(A).
◆ kDeviceStatusByteOkI28F
constexpr uint8_t kDeviceStatusByteOkI28F = 0x80 |
|
constexpr |
Flash i28F Status Byte OK.
◆ kDeviceCmdReadI28F
Initial value:= {
{ static_cast<uint32_t>(-1) , 0xFF}
}
Command sequence to Read a Flash i28F.
◆ kDeviceCmdWriteI28F
Initial value:= {
{ static_cast<uint32_t>(-1) , 0x40}
}
Command sequence to Write a Flash i28F.
◆ kDeviceCmdEraseI28F
Initial value:= {
{ static_cast<uint32_t>(-1) , 0x20}, { static_cast<uint32_t>(-1) , 0xD0}
}
Command sequence to Erase a Flash i28F.
This erase a block (n bytes), not the full device.
◆ kDeviceCmdGetIdI28F
Initial value:
Command sequence to GetID a Flash i28F.