STM32 - ST-LINK Utility 製作完整的hex檔或bin檔步驟
量產或是可以用ST-LINK燒錄boot+AP code,必須要將boot code與AP code合併在一起,最快的方法就是用ST-LINK Utility 這個工具來輔助 bootloader升級完APcode後按照下面步驟 打開 點擊 connect to the target 可以看到,flash內的address有資料 點save the displayed content a Binary File --- 選擇路徑跟檔案名稱: 可以選擇各種格式 這樣即可完成 --