ESP8266-STM32F4Disc-Interface-master

所属分类:处理器开发
开发工具:C/C++
文件大小:26KB
下载次数:2
上传日期:2021-01-04 18:44:34
上 传 者vasquez
说明:  ESP8266 - STM32f407disc1 interface for communications & configurations.

文件列表:
LICENSE (1071, 2020-09-18)
flash (0, 2020-09-18)
flash\STM32F407VGTX_FLASH.ld (5947, 2020-09-18)
flash\STM32F407VGTX_RAM.ld (5965, 2020-09-18)
flash\stm32.ld (690, 2020-09-18)
include (0, 2020-09-18)
include\main.h (538, 2020-09-18)
include\mylibm4.h (7377, 2020-09-18)
include\project1.c (8005, 2020-09-18)
include\project1.h (886, 2020-09-18)
include\startup_stm32f407vgtx.s (20761, 2020-09-18)
include\system_stm32f4xx.c (2290, 2020-09-18)
include\system_stm32f4xx.h (519, 2020-09-18)
projects (0, 2020-09-18)
projects\armf4.mk (3194, 2020-09-18)
projects\makefile (264, 2020-09-18)
projects\project1 (0, 2020-09-18)
projects\project1\.cproject (29917, 2020-09-18)
projects\project1\.project (1052, 2020-09-18)
projects\project1\main.c (4526, 2020-09-18)
projects\project1\makefile (245, 2020-09-18)

#### Compile [makefile](makefile) contains necessary build scripts and compiler flags. Browse into the directory and run `make` to compile. You should see a similar output as shown below. ``` Cleaning... Building main.c text data bss dec hex filename 432 16 16 4*** 1d0 main.elf Successfully finished... ``` If you see any errors about command not found, make sure the toolchain binaries are in your `PATH`. On Windows check the *Environment Variables* for your account. On Linux/macOS run `echo $PATH` to verify your installation. #### Program Run `make burn` to program the chip. ``` ... Flash written and verified! jolly good! ``` Install the [ST LINK](https://www.st.com/en/development-tools/st-link-v2.html) drivers if you cannot see your board when `make burn` is run. #### Disassemble Run `make disass` / `make disass-all` to disassamble. #### Debug In order to debug your code, connect your board to the PC, run `st-util` (comes with stlink utility) from one terminal, and from another terminal within the project directory run `make debug`. You can then use general **gdb** commands to browse through the code.

近期下载者

相关文件


收藏者