a test program for my SPI_IS25LQ032B library. please set local-echo on for the terminal program.
Dependencies: SPI_IS25LQ032B mbed vt100
At start up the program show the list of available commands
起動すると、使用出来るコマンドの一覧が表示されます。
To see the contents of the first 256 bytes of memory, type
dump 0x00
最初の256バイトを表示させるのには dump 0x00 と入力してください。
Let's write a value 0xA5 to address 0x10
write 0x10 0xA5
Then see the result with
dump 0x00
先ず、アドレス 0x10 に 0xA5 を書き込みます。 write 0x10 0xA5
その結果を再度 dump 0x00 コマンドで表示させると
To erase the entire memory, use command
cer
メモリ全体を初期化するのには cer コマンドを使用してください。
mbed.bld@1:c92b1fb10573, 2017-03-28 (annotated)
- Committer:
- Rhyme
- Date:
- Tue Mar 28 00:48:14 2017 +0000
- Revision:
- 1:c92b1fb10573
- Parent:
- 0:a9c975f17ca4
- Child:
- 2:05ddb1d95e2a
quattro-II support added (not tested)
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Rhyme | 1:c92b1fb10573 | 1 | http://mbed.org/users/mbed_official/code/mbed/builds/9bcdf88f62b0 |