This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
請問我想把 controlSUITE 的 F28035 sample code "gpio_toggle" 範例程式從在 RAM 上面跑改成燒到 FLASH 裡面,
我的作法如下, 但是只要斷電後還是無法正常動作,感覺程式還是在只有在 RAM 上執行。
1. 我把原本的 linker command file 從原本的 28035_RAM_lnk.cmd (在 RAM) 改成 F28035.cmd (在 FLASH)
2. 把專案 clear 後重新 Build 在進入 debug mode 燒錄按執行沒有問題, LED 會做 toggle 的動作。
3. 斷電後重新上電, LED 就沒有 toggle。
請問我還有漏掉甚麼步驟嗎?