Constructing stm32 development environment under linux

arm cross compiler tool chain:

  Download      https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads

  (You can also make your own cross compiler tool chain, can be made with crosstool software, a wave of attempts, failures, and have time to go out)

  

 

 

Standard library development must pay attention to the point: There are several startup files, gcc version of the boot file can be obtained from the standard library directory truestdio specific directory here /STM32F10x_StdPeriph_Lib_V3.5.0/Libraries/CMSIS/CM3/DeviceSupport/ST / STM32F10x / startup / TrueSTUDIO /

    Download the official website of the standard library    https://www.st.com/en/embedded-software/stm32-standard-peripheral-libraries.html

        After entering the site to your development board model to select the appropriate interface standard library next appears although there is to download the software, but after that the standard library zip file compression, decompression can be downloaded.

 

 

(unfinished)

(If infringement, please contact delete, thank you)

Guess you like

Origin www.cnblogs.com/chen1262567640/p/10929138.html