關於dsp存資料和寫資料到什麼地方與操作方式的總結

2021-08-29 03:49:54 字數 363 閱讀 5211

需要使用28335做乙個儲存資料(傳遞函式陣列)的動作,在以後上電之後還要多次使用該組資料,甚至將其修改後儲存。於是便有了以下思考:

1、存進28335的rom區域。大致可劃分為.cinit,.pinit,.const,.econst,.switch,.text等幾個段,但是考慮到rom以後修改麻煩,遂放棄。儲存資料的相關操作為:

#pragma data_section(a,".test")

char a[10];

2、存進28335的內部flash空間。28335的flash只有燒寫的時候才能更改,執行中不能更改,遂放棄;

3、存進28335開發板的外設eeprom空間。正在學習,開發板有配套例程。

c c 寫資料到檔案

c include int main int a scanf d a while a 1 fclose fp return 0 c 對於c 檔案操作 標頭檔案 include 輸出流 ofstream fout 路徑 fout 輸入流 ifstream fin 路徑 fin include incl...

JMeter BeanShell寫資料到CSV檔案

beanshell後置處理器的其中乙個用法是把返回資料寫入到檔案中 需求 1 呼叫登入介面,獲取token值 2 將token值儲存到乙個檔案裡token 一 新增乙個登入http請求,填寫登入介面位址,以及引數,引數值需要引數化,變數名為username,password 二 新增後置處理器 js...

向redis存資料和取資料

redistemplate使用方法歸納 redistemplate操作redis資料 這裡只是寫了我自己專案中用到的,具體redistemplate操作redis資料的內容見上面鏈結 1.向pom.xml中匯入依賴 dependency 2.向redis中存入資料 autowired private...