問題タブ [cmsis]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
memory-management - CMSIS DSP ルックテーブルがメモリを食い尽くす
残念ながら、CMSIS (Cortex Microcontroller Software Interface Standard) には大量のルックアップ テーブルが付属しています。その DSP 関数の 1 つを使用するとすぐに、必要のないものも含め、すべてのルックアップ テーブル (~200KB) が含まれます。これらの未使用のテーブルを取り除くようにgccまたはlnに指示する方法があるかどうか疑問に思っていました. 「arm-eabi-strip --strip-unneeded file.elf」は何もしないようです。これらすべてのアレイを手動で削除せずにこれに対処する方法がわかりません。