readout_program/chapters/05-03-exct-wavetable.md

10 lines
519 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 5.3. 波形索引表定义
波形查找表的深度为256条1 kB每个条目的位宽为32比特
其通过8比特的波形id来索引输出波形的参数地址和长度最大支持256种不同的输出波形。
索引表格式定义如下图所示: wave_id是mcu产生的码字其可以作为地址索引波形控制参数。
波形控制参数包括波形地址`addr`和波形长度`len`参数,颗粒度是时钟周期。
![波形查找表和波形仓库](../assets/readout_lut.png)