readme.txt
来自「csr芯片内置dsp编程demo,可以学习它的dsp编程」· 文本 代码 · 共 24 行
TXT
24 行
** An example of accessing flash data (and code for BC5-MM) from the Kalimba DSP **
Notes
-----
If using BC3-MM a kalimba_r03 chip (date code of 450 or higher) must be
used if Kalimba is to access flash memory. If the data code is less than
450 then the KalimbaLoad() call from the VM will fail.
For BC5-MM chips we run part of the code from flash PM as an example.
What the app does
----------------
What the Kalimba DSP code does:
1) Reads an ascii text string from flash and sends it as a message to the
VM. The VM then displays this message using a PRINT statement.
2) Next it reads 23Kwords of data from flash and checks that what it's
read is what it expected. The data is words of 0-31 repeated many
times (see below).
3) Finally it reads another string from flash and sends it as a message to
the VM. The VM then displays this message using a PRINT statement.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?