Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reducing flash0 usage #76

Merged
merged 1 commit into from
Oct 21, 2019
Merged

Reducing flash0 usage #76

merged 1 commit into from
Oct 21, 2019

Conversation

cho45
Copy link
Contributor

@cho45 cho45 commented Oct 11, 2019

flash0 の 96k 制限にあたりつつあるので、小手先の削減案です。

fft.h の sin_table は使用量の割に、1スイープにつき1回しか実行されない IFFT のためのもので、あまりパフォーマンスがあがらないテーブルです。これを削除して普通に sin/cos 関数を呼びます。

(もしくは caldata の flash 領域を最適化する必要があるのかもしれません)

@cho45 cho45 mentioned this pull request Oct 11, 2019
@edy555 edy555 merged commit 06c45d9 into ttrftech:master Oct 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants