Memory Functions #3

Closed
opened 2024-06-19 15:14:03 +00:00 by jeff · 0 comments
Owner

Note: In re-implementing edlink in golang, some of these functions may not be needed.

  • MemWR()—Writes data to memory.
  • MemRD()—Reads data from memory.
  • MemRD()—Reads data from memory.
  • FifoWR()—FIFO writes
  • MemSet()—Sets memory with a specific value.
  • MemTest()—Tests memory with a specific value.
  • MemCRC()—Calculates CRC of memory.
  • FlaRD()—Reads data from flash.
  • FlaWR()—Writes data to flash.
_Note: In re-implementing edlink in golang, some of these functions may not be needed._ - [x] `MemWR()`—Writes data to memory. - [x] `MemRD()`—Reads data from memory. - [x] `MemRD()`—Reads data from memory. - [x] `FifoWR()`—FIFO writes - [x] `MemSet()`—Sets memory with a specific value. - [x] `MemTest()`—Tests memory with a specific value. - [x] `MemCRC()`—Calculates CRC of memory. - [x] `FlaRD()`—Reads data from flash. - [x] `FlaWR()`—Writes data to flash.
jeff self-assigned this 2024-06-19 15:14:03 +00:00
jeff added this to the goedlink project 2024-06-19 15:14:03 +00:00
jeff closed this issue 2024-06-23 14:19:41 +00:00
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: jeff/goedlink#3
No description provided.