0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

MSC-MOD20 > MSC-MOD10との比較 > No Data Token / Half Data Token が異なる

Last updated at Posted at 2016-07-31

SDカードモジュール MSC-MOD20(ALFAT Soc使用)の取説を読んでいて気になった事項。

MSC-MOD20

MSC-MOD20取説

p7

ファイル内の実データ値 MSC-MOD20から送られるデータ
0x00 0xFFに続いて0x00を送信
0xFF 0xFFに続いて0xFFを送信
0x01~0xFE データのまま

関連して、p6にNo Data Token(0x00)とHalf Data Token(0xFF)という定義がある。

MSC-MOD10

MSC-MOD10(uALFATチップ使用)
http://www.microtechnica.tv/support/manual/uALFAT_I2C_new.pdf

0xFFは、No Data Token(NDT)です。
...
0xFEのことはHalf Data Token(HDT)と呼びます。

異なる定義

NDT, HDTの定義が異なるので、互換性を持たせる場合にソフトウェアの改変が必要となる。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?