Skip to content

Commit 27b0121

Browse files
committed
lab 6 med org kod
1 parent 5db0d55 commit 27b0121

File tree

186 files changed

+2294
-63222
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

186 files changed

+2294
-63222
lines changed

labs/lab6/.metadata/.ide.log

Lines changed: 300 additions & 524 deletions
Large diffs are not rendered by default.

labs/lab6/.metadata/.ide.log-2023-10-09.log

Lines changed: 526 additions & 0 deletions
Large diffs are not rendered by default.

labs/lab6/.metadata/.log

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,3 +165,18 @@ Command-line arguments: -os win32 -ws win32 -arch x86_64
165165

166166
!ENTRY com.st.stm32cube.ide.mcu.debug 4 0 2023-10-09 16:43:29.999
167167
!MESSAGE Existing sessions are:
168+
!SESSION 2023-10-10 22:01:37.175 -----------------------------------------------
169+
eclipse.buildId=Version 1.13.1
170+
java.version=17.0.6
171+
java.vendor=Eclipse Adoptium
172+
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
173+
Command-line arguments: -os win32 -ws win32 -arch x86_64
174+
175+
!ENTRY com.st.stm32cube.ide.mcu.informationcenter 4 4 2023-10-10 22:02:24.060
176+
!MESSAGE CubeMX plugin appears to be active, Log4j initialization might be too late.
177+
178+
!ENTRY com.st.stm32cube.ide.mcu.informationcenter 1 1 2023-10-10 22:02:24.069
179+
!MESSAGE Log4j2 initialized with config file D:\JU\Microdata_Technology\Mikrodatateknik_HT2023\labs\lab6\.metadata\.log4j2.xml
180+
181+
!ENTRY com.st.stm32cube.ide.mcu.ide 1 1 2023-10-10 22:02:33.515
182+
!MESSAGE Started RMI Server, listening on port 41337
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*** SESSION Oct 06, 2023 22:00:23.250 ------------------------------------------
2+
*** SESSION Oct 09, 2023 10:26:07.78 -------------------------------------------
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<section name="Workbench">
3+
<section name="org.eclipse.cdt.dsf.debug.internal.ui.ExpressionInformationControlCreator$ExpressionInformationControl">
4+
<item key="WIDTH" value="1020"/>
5+
<item key="HEIGHT" value="374"/>
6+
<item key="SashWeightTree" value="200"/>
7+
<item key="SashWeightDetails" value="200"/>
8+
</section>
39
</section>

labs/lab6/.metadata/.plugins/org.eclipse.cdt.ui/global-build.log

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2442,3 +2442,53 @@ Finished building: default.size.stdout
24422442

24432443
Finished building: pwm.list
24442444

2445+
22:06:18 **** Incremental Build of configuration Debug for project pwm ****
2446+
make -j8 all
2447+
arm-none-eabi-gcc "../Core/Src/main.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"Core/Src/main.d" -MT"Core/Src/main.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Core/Src/main.o"
2448+
../Core/Src/main.c: In function 'main':
2449+
../Core/Src/main.c:120:13: warning: unused variable 'ARR' [-Wunused-variable]
2450+
120 | const int ARR = 99;
2451+
| ^~~
2452+
arm-none-eabi-gcc -o "pwm.elf" @"objects.list" -mcpu=cortex-m4 -T"D:\JU\Microdata_Technology\Mikrodatateknik_HT2023\labs\lab6\pwm\STM32F411RETX_FLASH.ld" --specs=nosys.specs -Wl,-Map="pwm.map" -Wl,--gc-sections -static --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -Wl,--start-group -lc -lm -Wl,--end-group
2453+
Finished building target: pwm.elf
2454+
2455+
arm-none-eabi-size pwm.elf
2456+
arm-none-eabi-objdump -h -S pwm.elf > "pwm.list"
2457+
text data bss dec hex filename
2458+
18452 20 1716 20188 4edc pwm.elf
2459+
Finished building: default.size.stdout
2460+
2461+
Finished building: pwm.list
2462+
2463+
22:07:29 **** Incremental Build of configuration Debug for project pwm ****
2464+
make -j8 all
2465+
arm-none-eabi-gcc "../Core/Src/main.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"Core/Src/main.d" -MT"Core/Src/main.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Core/Src/main.o"
2466+
../Core/Src/main.c: In function 'main':
2467+
../Core/Src/main.c:120:13: warning: unused variable 'ARR' [-Wunused-variable]
2468+
120 | const int ARR = 99;
2469+
| ^~~
2470+
arm-none-eabi-gcc -o "pwm.elf" @"objects.list" -mcpu=cortex-m4 -T"D:\JU\Microdata_Technology\Mikrodatateknik_HT2023\labs\lab6\pwm\STM32F411RETX_FLASH.ld" --specs=nosys.specs -Wl,-Map="pwm.map" -Wl,--gc-sections -static --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -Wl,--start-group -lc -lm -Wl,--end-group
2471+
Finished building target: pwm.elf
2472+
2473+
arm-none-eabi-size pwm.elf
2474+
arm-none-eabi-objdump -h -S pwm.elf > "pwm.list"
2475+
text data bss dec hex filename
2476+
18644 20 1716 20380 4f9c pwm.elf
2477+
Finished building: default.size.stdout
2478+
2479+
Finished building: pwm.list
2480+
2481+
22:08:55 **** Incremental Build of configuration Debug for project pwm ****
2482+
make -j8 all
2483+
arm-none-eabi-gcc "../Core/Src/main.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"Core/Src/main.d" -MT"Core/Src/main.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Core/Src/main.o"
2484+
arm-none-eabi-gcc -o "pwm.elf" @"objects.list" -mcpu=cortex-m4 -T"D:\JU\Microdata_Technology\Mikrodatateknik_HT2023\labs\lab6\pwm\STM32F411RETX_FLASH.ld" --specs=nosys.specs -Wl,-Map="pwm.map" -Wl,--gc-sections -static --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -Wl,--start-group -lc -lm -Wl,--end-group
2485+
Finished building target: pwm.elf
2486+
2487+
arm-none-eabi-size pwm.elf
2488+
arm-none-eabi-objdump -h -S pwm.elf > "pwm.list"
2489+
text data bss dec hex filename
2490+
18688 20 1716 20424 4fc8 pwm.elf
2491+
Finished building: default.size.stdout
2492+
2493+
Finished building: pwm.list
2494+
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
16:45:56 **** Incremental Build of configuration Debug for project pwm ****
1+
22:08:55 **** Incremental Build of configuration Debug for project pwm ****
22
make -j8 all
33
arm-none-eabi-gcc "../Core/Src/main.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"Core/Src/main.d" -MT"Core/Src/main.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Core/Src/main.o"
44
arm-none-eabi-gcc -o "pwm.elf" @"objects.list" -mcpu=cortex-m4 -T"D:\JU\Microdata_Technology\Mikrodatateknik_HT2023\labs\lab6\pwm\STM32F411RETX_FLASH.ld" --specs=nosys.specs -Wl,-Map="pwm.map" -Wl,--gc-sections -static --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -Wl,--start-group -lc -lm -Wl,--end-group
@@ -7,11 +7,11 @@ Finished building target: pwm.elf
77
arm-none-eabi-size pwm.elf
88
arm-none-eabi-objdump -h -S pwm.elf > "pwm.list"
99
text data bss dec hex filename
10-
18652 20 1716 20388 4fa4 pwm.elf
10+
18688 20 1716 20424 4fc8 pwm.elf
1111
Finished building: default.size.stdout
1212

1313
Finished building: pwm.list
1414

1515

16-
16:45:58 Build Finished. 0 errors, 0 warnings. (took 1s.532ms)
16+
22:08:56 Build Finished. 0 errors, 0 warnings. (took 1s.79ms)
1717

0 commit comments

Comments
 (0)