updated README

This commit is contained in:
dekunukem
2019-07-22 10:26:17 +01:00
parent 0f2624b940
commit c57eda9013
55 changed files with 855 additions and 856 deletions

View File

File diff suppressed because one or more lines are too long

View File

File diff suppressed because one or more lines are too long

View File

Binary file not shown.

View File

@@ -22,36 +22,35 @@ Dialog DLL: TARMCM1.DLL V1.14.0.0
<h2>Project:</h2>
C:\Users\allen\Desktop\repos\exixe\firmware\exixe14\MDK-ARM\exixe.uvprojx
Project File Date: 09/05/2018
Project File Date: 06/08/2019
<h2>Output:</h2>
*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'exixe'
assembling startup_stm32f042x6.s...
compiling stm32f0xx_hal_flash.c...
compiling stm32f0xx_hal_rcc_ex.c...
compiling stm32f0xx_hal_dma.c...
compiling stm32f0xx_hal_cortex.c...
compiling stm32f0xx_hal_i2c_ex.c...
compiling stm32f0xx_hal_pwr_ex.c...
compiling stm32f0xx_hal_pwr.c...
compiling stm32f0xx_hal_flash_ex.c...
compiling stm32f0xx_hal_i2c_ex.c...
compiling stm32f0xx_hal_dma.c...
compiling stm32f0xx_hal_rcc_ex.c...
compiling stm32f0xx_hal_pwr_ex.c...
compiling stm32f0xx_hal_flash.c...
compiling stm32f0xx_hal_pwr.c...
compiling stm32f0xx_hal_rcc.c...
compiling stm32f0xx_hal_i2c.c...
compiling stm32f0xx_hal_tim.c...
compiling stm32f0xx_it.c...
compiling stm32f0xx_hal.c...
compiling stm32f0xx_hal_msp.c...
compiling stm32f0xx_hal_i2c.c...
compiling stm32f0xx_hal_spi_ex.c...
compiling stm32f0xx_hal_iwdg.c...
compiling stm32f0xx_hal_tim_ex.c...
compiling system_stm32f0xx.c...
compiling stm32f0xx_hal_uart_ex.c...
compiling stm32f0xx_hal_msp.c...
compiling stm32f0xx_hal_gpio.c...
compiling stm32f0xx_hal_spi.c...
compiling stm32f0xx_hal_iwdg.c...
compiling stm32f0xx_hal.c...
compiling stm32f0xx_hal_uart_ex.c...
compiling system_stm32f0xx.c...
compiling stm32f0xx_it.c...
compiling stm32f0xx_hal_tim_ex.c...
compiling stm32f0xx_hal_uart.c...
compiling helpers.c...
compiling stm32f0xx_hal_spi.c...
compiling main.c...
compiling helpers.c...
linking...
Program Size: Code=9980 RO-data=248 RW-data=8 ZI-data=1720
FromELF: creating hex file...
@@ -78,7 +77,7 @@ Package Vendor: Keil
<h2>Collection of Component Files used:</h2>
* Component: ARM::CMSIS:CORE:5.1.1
Build Time Elapsed: 00:00:07
Build Time Elapsed: 00:00:08
</pre>
</body>
</html>

View File

@@ -3,7 +3,7 @@
<title>Static Call Graph - [exixe\exixe.axf]</title></head>
<body><HR>
<H1>Static Call Graph for image exixe\exixe.axf</H1><HR>
<BR><P>#&#060CALLGRAPH&#062# ARM Linker, 5060750: Last Updated: Tue Oct 16 18:57:46 2018
<BR><P>#&#060CALLGRAPH&#062# ARM Linker, 5060750: Last Updated: Sat Jun 15 13:20:13 2019
<BR><P>
<H3>Maximum Stack Usage = 212 bytes + Unknown(Cycles, Untraceable Function Pointers)</H3><H3>
Call chain for Maximum Stack Depth:</H3>

View File

File diff suppressed because it is too large Load Diff

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

@@ -50,4 +50,4 @@ Then click start to upload the firmware:
![Alt text](resources/stlink_4.png)
That's pretty much it if you don't want to recompile the firmware. If you do however you'll need to download the [Keil MDK](https://www.keil.com/demo/eval/arm.htm), it's slightly more involved, and I'll write a tutorial if interest arises.
That's pretty much it if you don't want to recompile the firmware. If you do however you'll need to download the [Keil MDK](https://www.keil.com/demo/eval/arm.htm), it's slightly more involved, [see this guide](https://github.com/dekuNukem/STM32_tutorials) for details.