AN4080: Getting started with STM32F05xxx hardware development
http://www.st.com/internet/com/T ... NOTE/DM00051986.pdf
Embedded boot loader
The embedded boot loader is located in the System memory, programmed by ST during production. It is used to reprogram the Flash memory using one of the following serial interfaces:
●USART1(PA9/PA10)
●USART2(PA14/PA15).
For additional information, refer to application note AN2606.
這是第14頁的內容,這里很關鍵,指明了不用st-link如何燒程序的問題。
22頁提到和原來mcu的兼容管腳問題
Hardware migration from STM32F1 to STM32F0
點擊確認之后,控制窗口出現一個Library出現一個子目錄,
這個目錄,就是新建原件庫的目錄,
里面的library1就是默認的原件庫文件名。
我們把這個元件庫改名,改成我們項目的名字。
鼠標右鍵點擊這個元件庫文件名,選擇 save as
然后選擇目錄,選擇到我們這個工程文件所在的目錄C:\stm32f0
填寫文件名stm32f0
點擊保存