diff --git a/README.md b/README.md
index 04cc57c..cabe407 100644
--- a/README.md
+++ b/README.md
@@ -16,3 +16,5 @@ Note that the compression has been changed from '.zip' to '.7z' as the resulting
25/06/2019 - OBC 0.4 Fixed the infamous xTaskGenericCreate() error by removing an extra semicolon at the end of the declaration. Proceeded forward with a few header errors and managed to arrive to 'hldlc_UT.c'. Apparently, a function defined in 'hldlc.h' called "HLDLC_frame" is defined to take 3 arguments, however the function call in 'hldlc_UT.c' uses 4 different parameters, thus returning an error. We are currently working to understand the nature of the function so we can proceed and decisively remove the extra parameter. After all, the files being compiled now are unity tests that verify the integrity of the code. Therefore, we are currently fixing the last parts of what will eventually become our first testable binary
09/07/2019 - OBC 1.0 Rebuilt the project as an IAR project using the project import tool within Segger, we then proceeded to fix any header references remaining. We encountered an issue with undefined functiones and variables within the project, and all that needed to be done was #define the functions that were never done so, and #include the files where some were defined but not compiled. Finally, we managed to build a binary file which can be found in the EWARM forlder of the OBC directory.
+
+15/07/2019 -OBC 1.02 Project built on another computer using the project in the OBC 1.0 branch to test that other members can rebuild the project.
diff --git a/obc/upsat-obc-software-master/cubeMX/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h b/obc/upsat-obc-software-master/cubeMX/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h
index 109b720..32b33e7 100644
--- a/obc/upsat-obc-software-master/cubeMX/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h
+++ b/obc/upsat-obc-software-master/cubeMX/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h
@@ -52,7 +52,7 @@ Purpose : Interface between FreeRTOS and SystemView.
#ifndef SYSVIEW_FREERTOS_H
#define SYSVIEW_FREERTOS_H
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER_SYSVIEW.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\SystemView\Src\SEGGER\SEGGER_SYSVIEW.h"
/*********************************************************************
*
diff --git a/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER.h b/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER.h
index bb534cd..55b8ee6 100644
--- a/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER.h
+++ b/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER.h
@@ -50,7 +50,7 @@ Purpose : Global types etc & general purpose utility functions
#ifndef SEGGER_H // Guard against multiple inclusion
#define SEGGER_H
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/Config/Global.h" // Type definitions: U8, U16, U32, I8, I16, I32
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\SystemView\Src\Config\Global.h" // Type definitions: U8, U16, U32, I8, I16, I32
#if defined(__cplusplus)
extern "C" { /* Make sure we have C-declarations in C++ programs */
diff --git a/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER_RTT.c b/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER_RTT.c
index 2e6efac..51eded5 100644
--- a/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER_RTT.c
+++ b/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER_RTT.c
@@ -417,6 +417,7 @@ static unsigned _GetAvailWriteSpace(SEGGER_RTT_BUFFER_UP* pRing) {
* Return value
* Number of bytes that have been read.
*/
+
unsigned SEGGER_RTT_ReadNoLock(unsigned BufferIndex, void* pData, unsigned BufferSize) {
unsigned NumBytesRem;
unsigned NumBytesRead;
diff --git a/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER_RTT.h b/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER_RTT.h
index 013f4b2..9d03d28 100644
--- a/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER_RTT.h
+++ b/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER_RTT.h
@@ -52,7 +52,7 @@ Purpose : Implementation of SEGGER real-time transfer which allows
#ifndef SEGGER_RTT_H
#define SEGGER_RTT_H
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/Config/SEGGER_RTT_Conf.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\SystemView\Src\Config\SEGGER_RTT_Conf.h"
/*********************************************************************
*
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/Project.emProject b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/Project.emProject
index ff3df2e..2f76a80 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/Project.emProject
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/Project.emProject
@@ -3,11 +3,8 @@
@@ -25,15 +22,10 @@
+ c_user_include_directories=";./../Inc;./../Drivers/STM32F4xx_HAL_Driver/Inc;./../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy;./../Middlewares/Third_Party/FatFs/src/drivers;./../Middlewares/Third_Party/FreeRTOS/Source/portable/IAR/ARM_CM4F;./../Middlewares/Third_Party/FatFs/src;./../Middlewares/Third_Party/FreeRTOS/Source/include;./../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS;./../Drivers/CMSIS/Include;./../Drivers/CMSIS/Device/ST/STM32F4xx/Include" />
@@ -102,54 +94,17 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
+
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/Project.emSession b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/Project.emSession
index 522fc77..5d8a17e 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/Project.emSession
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/Project.emSession
@@ -24,19 +24,14 @@
-
-
-
-
-
-
-
+
-
+
+
@@ -69,50 +64,39 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Exe/disco.elf b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Exe/disco.elf
index 954ba84..d487b36 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Exe/disco.elf and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Exe/disco.elf differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Exe/disco.map b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Exe/disco.map
index ca5a57e..7567d70 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Exe/disco.map
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Exe/disco.map
@@ -7,13 +7,13 @@
***************************************************************************************
Copyright (c) 2017-2019 SEGGER Microcontroller GmbH www.segger.com
-SEGGER Linker 2.30a compiled Mar 28 2019 14:49:26
+SEGGER Linker 2.32b compiled Jul 3 2019 13:42:19
Command line:
--add-region
- FLASH=0x00100000@0x08000000
+ FLASH1=0x00100000@0x08000000
--add-region
- RAM=0x00020000@0x20000000
+ RAM1=0x00020000@0x20000000
--defsym=__STACKSIZE__=1024
--defsym=__STACKSIZE_PROCESS__=0
--defsym=__HEAPSIZE__=1024
@@ -27,7 +27,7 @@ Command line:
-EL
-mcpu=cortex-m4
--gc-sections
- -T/usr/share/segger_embedded_studio_for_arm_4.16/samples/SEGGER_Flash.icf
+ -TC:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.18/samples/SEGGER_Flash.icf
-Map
disco/Exe/disco.map
-u_vectors
@@ -81,19 +81,17 @@ Command line:
disco/Obj/event_groups.o
disco/Obj/port.o
disco/Obj/queue.o
- disco/Obj/SEGGER_SYSVIEW_FreeRTOS.o
- disco/Obj/SEGGER_SYSVIEW_Config_FreeRTOS.o
- disco/Obj/SEGGER_RTT.o
disco/Obj/SEGGER_SYSVIEW.o
- disco/Obj/obc_hal.o
+ disco/Obj/SEGGER_RTT.o
+ disco/Obj/SEGGER_SYSVIEW_FreeRTOS.o
disco/Obj/obc.o
- /usr/share/segger_embedded_studio_for_arm_4.16/lib/libdebugio_mempoll_v7em_fpv4_sp_d16_hard_t_le_eabi.a
- /usr/share/segger_embedded_studio_for_arm_4.16/lib/libm_v7em_fpv4_sp_d16_hard_t_le_eabi.a
- /usr/share/segger_embedded_studio_for_arm_4.16/lib/libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a
- /usr/share/segger_embedded_studio_for_arm_4.16/lib/libcpp_v7em_fpv4_sp_d16_hard_t_le_eabi.a
- /usr/share/segger_embedded_studio_for_arm_4.16/lib/libdebugio_v7em_fpv4_sp_d16_hard_t_le_eabi.a
- /usr/share/segger_embedded_studio_for_arm_4.16/lib/libvfprintf_v7em_fpv4_sp_d16_hard_t_le_eabi.o
- /usr/share/segger_embedded_studio_for_arm_4.16/lib/libvfscanf_v7em_fpv4_sp_d16_hard_t_le_eabi.o
+ C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.18/lib/libdebugio_mempoll_v7em_t_le_eabi.a
+ C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.18/lib/libm_v7em_t_le_eabi.a
+ C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.18/lib/libc_v7em_t_le_eabi.a
+ C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.18/lib/libcpp_v7em_t_le_eabi.a
+ C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.18/lib/libdebugio_v7em_t_le_eabi.a
+ C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.18/lib/libvfprintf_v7em_t_le_eabi.o
+ C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.18/lib/libvfscanf_v7em_t_le_eabi.o
--end-group
@@ -103,7 +101,7 @@ Command line:
*** ***
***************************************************************************************
-Read linker script from '/usr/share/segger_embedded_studio_for_arm_4.16/samples/SEGGER_Flash.icf':
+Read linker script from 'C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.18/samples/SEGGER_Flash.icf':
// **********************************************************************
// * SEGGER Microcontroller GmbH *
@@ -149,60 +147,67 @@ Read linker script from '/usr/share/segger_embedded_studio_for_arm_4.16/samples/
// **********************************************************************
define memory with size = 4G;
+
+ //
+ // Combined regions per memory type
+ //
+ define region FLASH = FLASH1;
+ define region RAM = RAM1;
+
//
// Block definitions
//
- define block ctors { section .ctors, section .ctors.*, block with alphabetical order { init_array } };
- define block dtors { section .dtors, section .dtors.*, block with reverse alphabetical order { fini_array } };
- define block exidx { section .ARM.exidx, section .ARM.exidx.* };
- define block tbss { section .tbss, section .tbss.* };
- define block tdata { section .tdata, section .tdata.* };
- define block tls { block tbss, block tdata };
- define block tdata_load { copy of block tdata };
+ define block ctors { section .ctors, section .ctors.*, block with alphabetical order { init_array } };
+ define block dtors { section .dtors, section .dtors.*, block with reverse alphabetical order { fini_array } };
+ define block exidx { section .ARM.exidx, section .ARM.exidx.* };
+ define block tbss { section .tbss, section .tbss.* };
+ define block tdata { section .tdata, section .tdata.* };
+ define block tls { block tbss, block tdata };
+ define block tdata_load { copy of block tdata };
define block heap with size = __HEAPSIZE__, alignment = 8, /* fill =0x00, */ readwrite access { };
define block stack with size = __STACKSIZE__, alignment = 8, /* fill =0xCD, */ readwrite access { };
//
// Explicit initialization settings for sections
//
- do not initialize { section .non_init, section .non_init.* };
- initialize by copy /* with packing=auto */ { section .data, section .data.* };
+ do not initialize { section .non_init, section .non_init.*, section .*.non_init, section .*.non_init.* };
+ initialize by copy /* with packing=auto */ { section .data, section .data.*, section .*.data, section .*.data.* };
initialize by copy /* with packing=auto */ { section .fast, section .fast.* };
+
+ //
+ // FLASH Placement
+ //
+ place at start of FLASH { section .vectors }; // Vector table section
+ place in FLASH with minimum size order { section .init, section .init.*, // Init code section
+ section .init_rodata, section .init_rodata.*, // Init read-only section
+ section .text, section .text.*, // Code section
+ section .rodata, section .rodata.*, // Read-only data section
+ section .segger.*, // Auto-generated initialization
+ block exidx, // ARM exception unwinding block
+ block ctors, // Constructors block
+ block dtors }; // Destructors block
+ place in FLASH { block tdata_load }; // Thread-local-storage load image
+ //
+ // Explicit placement in FLASHn
+ //
+ place in FLASH1 { section .FLASH1, section .FLASH1.* };
+
//
- // ROM Placement
+ // RAM Placement
//
- place at start of FLASH {
- section .vectors // Vector table section
- };
- place in FLASH with minimum size order {
- section .init, section .init.*, // Init code section
- section .text, section .text.*, // Code section
- section .rodata, section .rodata.*, // Read-only data section
- section .segger.*, // Auto-generated initialization
- block exidx, // ARM exception unwinding block
- block ctors, // Constructors block
- block dtors // Destructors block
- };
- place in FLASH {
- block tdata_load // Thread-local-storage load image
- };
- //
- // RAM Placement
- //
- place in RAM { // Special sections
- section .non_init, section .non_init.*, // No initialization section
- block tls // Thread-local-storage block
- };
- place in RAM with auto order { // Initialized sections
- section .fast, section .fast.*, // "ramfunc" section
- section .data, section .data.*, // Initialized data section
- section .bss, section .bss.* // Static data section
- };
- place in RAM {
- /* expandable */ block heap // Heap reserved block
- };
- place at end of RAM {
- block stack // Stack reserved block at the end
- };
+ place at start of RAM { section .vectors_ram }; // Vector table section for RAM
+ place in RAM { section .non_init, section .non_init.*, // No initialization section
+ block tls }; // Thread-local-storage block
+ place in RAM with auto order { section .fast, section .fast.*, // "ramfunc" section
+ section .data, section .data.*, // Initialized data section
+ section .bss, section .bss.*
+ }; // Static data section
+ place in RAM { block heap }; // Heap reserved block
+ place at end of RAM { block stack }; // Stack reserved block at the end
+
+ //
+ // Explicit placement in RAMn
+ //
+ place in RAM1 { section .RAM1, section .RAM1.* };
***************************************************************************************
@@ -217,6 +222,11 @@ place at 0x08000000
------- ---- ------- ---- ----- ------
.vectors Code 08000000 0xc0 2 Cortex_M_Startup.o
+place at 0x20000000
+
+ Section Type Address Size Align Object
+ ------- ---- ------- ---- ----- ------
+
place at 0x20020000
Section Type Address Size Align Object
@@ -226,304 +236,309 @@ place in [0x08000000 to 0x080fffff] with maximum packing
Section Type Address Size Align Object
------- ---- ------- ---- ----- ------
- .init Code 080000c0 0x74 4 Cortex_M_Startup.o
- .init Code 08000134 0x64 4 SEGGER_THUMB_Startup.o
- .text.BSP_SD_Init Code 08000198 0x60 4 bsp_driver_sd.o
- .text.BSP_SD_ReadBlocks Code 080001f8 0x38 4 bsp_driver_sd.o
+ .init Code 080000c0 0x64 4 Cortex_M_Startup.o
+ .init Code 08000124 0x64 4 SEGGER_THUMB_Startup.o
+ .text.BSP_SD_Init Code 08000188 0x60 4 bsp_driver_sd.o
+ .text.MX_FATFS_Init Code 080001e8 0x24 4 fatfs.o
+ .text.BSP_SD_ReadBlocks Code 0800020c 0x38 4 bsp_driver_sd.o
.text.BSP_SD_WriteBlocks
- Code 08000230 0x38 4 bsp_driver_sd.o
- .text.BSP_SD_GetStatus Code 08000268 0x14 4 bsp_driver_sd.o
+ Code 08000244 0x38 4 bsp_driver_sd.o
.text.BSP_SD_GetCardInfo
Code 0800027c 0x1c 4 bsp_driver_sd.o
- .text.MX_FATFS_Init Code 08000298 0x24 4 fatfs.o
- .text.main Code 080002bc 0x118 4 main.o
- .text.ToggleLED_Timer1 Code 080003d4 0x1c 4 main.o
- .text.ToggleLED_Timer2 Code 080003f0 0x20 4 main.o
- .text.ToggleLED_Timer3 Code 08000410 0x20 4 main.o
- .text.ToggleLED_Timer4 Code 08000430 0x20 4 main.o
+ .text.BSP_SD_GetStatus Code 08000298 0x14 4 bsp_driver_sd.o
+ .text.ToggleLED_Timer4 Code 080002ac 0x20 4 main.o
+ .text.ToggleLED_Timer3 Code 080002cc 0x20 4 main.o
+ .text.MX_ADC1_Init Code 080002ec 0x74 4 main.o
+ .text.MX_SDIO_SD_Init Code 08000360 0x38 4 main.o
+ .text.MX_RTC_Init Code 08000398 0x98 4 main.o
.text.SystemClock_Config
- Code 08000450 0xdc 4 main.o
- .text.MX_ADC1_Init Code 0800052c 0x74 4 main.o
- .text.MX_RTC_Init Code 080005a0 0x98 4 main.o
- .text.MX_SDIO_SD_Init Code 08000638 0x38 4 main.o
- .text.MX_SPI1_Init Code 08000670 0x60 4 main.o
- .text.MX_SPI2_Init Code 080006d0 0x60 4 main.o
- .text.MX_SPI3_Init Code 08000730 0x60 4 main.o
- .text.MX_UART4_Init Code 08000790 0x48 4 main.o
- .text.MX_USART1_UART_Init
- Code 080007d8 0x48 4 main.o
- .text.MX_USART2_UART_Init
- Code 08000820 0x48 4 main.o
- .text.MX_USART3_UART_Init
- Code 08000868 0x48 4 main.o
+ Code 08000430 0xdc 4 main.o
+ .text.ToggleLED_Timer1 Code 0800050c 0x1c 4 main.o
+ .text.main Code 08000528 0x118 4 main.o
+ .text.ToggleLED_Timer2 Code 08000640 0x20 4 main.o
+ .text.MX_SPI3_Init Code 08000660 0x60 4 main.o
.text.MX_USART6_UART_Init
- Code 080008b0 0x48 4 main.o
- .text.MX_DMA_Init Code 080008f8 0x98 4 main.o
- .text.MX_GPIO_Init Code 08000990 0x11c 4 main.o
- .text.StartDefaultTask Code 08000aac 0x58 4 main.o
- .text.HAL_ADC_MspInit Code 08000b04 0x58 4 stm32f4xx_hal_msp.o
- .text.HAL_RTC_MspInit Code 08000b5c 0x24 4 stm32f4xx_hal_msp.o
- .text.HAL_SD_MspInit Code 08000b80 0x94 4 stm32f4xx_hal_msp.o
- .text.HAL_SPI_MspInit Code 08000c14 0xf8 4 stm32f4xx_hal_msp.o
- .text.HAL_UART_MspInit Code 08000d0c 0x3a8 4 stm32f4xx_hal_msp.o
- .text.HAL_InitTick Code 080010b4 0xb0 4 stm32f4xx_hal_timebase_TIM.o
- .text.SystemInit Code 08001164 0x64 4 system_stm32f4xx.o
- .text.HAL_Init Code 080011c8 0x40 4 stm32f4xx_hal.o
- .text.HAL_GetTick Code 08001208 0xc 4 stm32f4xx_hal.o
+ Code 080006c0 0x48 4 main.o
+ .text.MX_SPI1_Init Code 08000708 0x60 4 main.o
+ .text.MX_USART3_UART_Init
+ Code 08000768 0x48 4 main.o
+ .text.StartDefaultTask Code 080007b0 0x58 4 main.o
+ .text.MX_UART4_Init Code 08000808 0x48 4 main.o
+ .text.MX_USART2_UART_Init
+ Code 08000850 0x48 4 main.o
+ .text.MX_USART1_UART_Init
+ Code 08000898 0x48 4 main.o
+ .text.MX_DMA_Init Code 080008e0 0x98 4 main.o
+ .text.MX_SPI2_Init Code 08000978 0x60 4 main.o
+ .text.MX_GPIO_Init Code 080009d8 0x11c 4 main.o
+ .text.HAL_ADC_MspInit Code 08000af4 0x58 4 stm32f4xx_hal_msp.o
+ .text.HAL_UART_MspInit Code 08000b4c 0x3a8 4 stm32f4xx_hal_msp.o
+ .text.HAL_RTC_MspInit Code 08000ef4 0x24 4 stm32f4xx_hal_msp.o
+ .text.HAL_SD_MspInit Code 08000f18 0x94 4 stm32f4xx_hal_msp.o
+ .text.HAL_SPI_MspInit Code 08000fac 0xf8 4 stm32f4xx_hal_msp.o
+ .text.HAL_InitTick Code 080010a4 0xb0 4 stm32f4xx_hal_timebase_TIM.o
+ .text.SystemInit Code 08001154 0x54 4 system_stm32f4xx.o
+ .text.HAL_GetTick Code 080011a8 0xc 4 stm32f4xx_hal.o
+ .text.HAL_Init Code 080011b4 0x40 4 stm32f4xx_hal.o
.text.HAL_ADC_ConfigChannel
- Code 08001214 0x238 4 stm32f4xx_hal_adc.o
- .text.ADC_Init Code 0800144c 0x1fc 4 stm32f4xx_hal_adc.o
- .text.NVIC_SetPriorityGrouping
- Code 08001648 0x40 4 stm32f4xx_hal_cortex.o
+ Code 080011f4 0x238 4 stm32f4xx_hal_adc.o
+ .text.ADC_Init Code 0800142c 0x1fc 4 stm32f4xx_hal_adc.o
+ .text.SysTick_Config Code 08001628 0x40 4 stm32f4xx_hal_cortex.o
.text.NVIC_GetPriorityGrouping
- Code 08001688 0x14 4 stm32f4xx_hal_cortex.o
- .text.NVIC_EnableIRQ Code 0800169c 0x2c 4 stm32f4xx_hal_cortex.o
- .text.NVIC_SetPriority Code 080016c8 0x50 4 stm32f4xx_hal_cortex.o
- .text.SysTick_Config Code 08001718 0x40 4 stm32f4xx_hal_cortex.o
+ Code 08001668 0x14 4 stm32f4xx_hal_cortex.o
+ .text.NVIC_SetPriorityGrouping
+ Code 0800167c 0x40 4 stm32f4xx_hal_cortex.o
+ .text.NVIC_EnableIRQ Code 080016bc 0x2c 4 stm32f4xx_hal_cortex.o
+ .text.NVIC_SetPriority Code 080016e8 0x50 4 stm32f4xx_hal_cortex.o
.text.HAL_SYSTICK_CLKSourceConfig
- Code 08001758 0x30 4 stm32f4xx_hal_cortex.o
- .text.HAL_GPIO_Init Code 08001788 0x33c 4 stm32f4xx_hal_gpio.o
- .text.SD_PowerON Code 08001ac4 0x1e0 4 stm32f4xx_hal_sd.o
- .text.SD_CmdResp1Error Code 08001ca4 0x1c0 4 stm32f4xx_hal_sd.o
+ Code 08001738 0x30 4 stm32f4xx_hal_cortex.o
+ .text.HAL_GPIO_Init Code 08001768 0x33c 4 stm32f4xx_hal_gpio.o
.text.SD_IsCardProgramming
- Code 08001e64 0x21c 4 stm32f4xx_hal_sd.o
- .text.UART_SetConfig Code 08002080 0x438 4 stm32f4xx_hal_uart.o
+ Code 08001aa4 0x21c 4 stm32f4xx_hal_sd.o
+ .text.SD_PowerON Code 08001cc0 0x1e0 4 stm32f4xx_hal_sd.o
+ .text.SD_CmdResp1Error Code 08001ea0 0x1c0 4 stm32f4xx_hal_sd.o
+ .text.UART_SetConfig Code 08002060 0x438 4 stm32f4xx_hal_uart.o
.text.HAL_RCCEx_PeriphCLKConfig
- Code 080024b8 0x1d0 4 stm32f4xx_hal_rcc_ex.o
- .text.SDIO_GetResponse Code 08002688 0x20 4 stm32f4xx_ll_sdmmc.o
- .text.HAL_RCC_OscConfig Code 080026a8 0x424 4 stm32f4xx_hal_rcc.o
- .text.HAL_RCC_ClockConfig
- Code 08002acc 0x1ec 4 stm32f4xx_hal_rcc.o
- .text.HAL_RCC_GetSysClockFreq
- Code 08002cb8 0xf4 4 stm32f4xx_hal_rcc.o
+ Code 08002498 0x1d0 4 stm32f4xx_hal_rcc_ex.o
+ .text.SDIO_GetResponse Code 08002668 0x20 4 stm32f4xx_ll_sdmmc.o
+ .text.HAL_RCC_GetPCLK2Freq
+ Code 08002688 0x44 4 stm32f4xx_hal_rcc.o
.text.HAL_RCC_GetHCLKFreq
- Code 08002dac 0x4c 4 stm32f4xx_hal_rcc.o
+ Code 080026cc 0x4c 4 stm32f4xx_hal_rcc.o
.text.HAL_RCC_GetPCLK1Freq
- Code 08002df8 0x44 4 stm32f4xx_hal_rcc.o
- .text.HAL_RCC_GetPCLK2Freq
- Code 08002e3c 0x44 4 stm32f4xx_hal_rcc.o
+ Code 08002718 0x44 4 stm32f4xx_hal_rcc.o
+ .text.HAL_RCC_GetSysClockFreq
+ Code 0800275c 0xf4 4 stm32f4xx_hal_rcc.o
.text.HAL_RCC_GetClockConfig
- Code 08002e80 0x58 4 stm32f4xx_hal_rcc.o
+ Code 08002850 0x58 4 stm32f4xx_hal_rcc.o
+ .text.HAL_RCC_ClockConfig
+ Code 080028a8 0x1ec 4 stm32f4xx_hal_rcc.o
+ .text.HAL_RCC_OscConfig Code 08002a94 0x424 4 stm32f4xx_hal_rcc.o
.text.TIM_Base_SetConfig
- Code 08002ed8 0x148 4 stm32f4xx_hal_tim.o
- .text.HAL_DMA_Init Code 08003020 0xd8 4 stm32f4xx_hal_dma.o
+ Code 08002eb8 0x148 4 stm32f4xx_hal_tim.o
+ .text.HAL_DMA_Init Code 08003000 0xd8 4 stm32f4xx_hal_dma.o
.text.DMA_CalcBaseAndBitshift
- Code 080030f8 0x60 4 stm32f4xx_hal_dma.o
+ Code 080030d8 0x60 4 stm32f4xx_hal_dma.o
.text.FATFS_LinkDriverEx
- Code 08003158 0x9c 4 ff_gen_drv.o
- .text.SD_initialize Code 080031f4 0x3c 4 sd_diskio.o
- .text.SD_status Code 08003230 0x3c 4 sd_diskio.o
- .text.SD_ioctl Code 0800326c 0xa8 4 sd_diskio.o
- .text.pvPortMalloc Code 08003314 0x15c 4 heap_4.o
- .text.vPortFree Code 08003470 0x98 4 heap_4.o
- .text.prvHeapInit Code 08003508 0xbc 4 heap_4.o
+ Code 08003138 0x9c 4 ff_gen_drv.o
+ .text.SD_ioctl Code 080031d4 0xa8 4 sd_diskio.o
+ .text.SD_initialize Code 0800327c 0x3c 4 sd_diskio.o
+ .text.SD_status Code 080032b8 0x3c 4 sd_diskio.o
+ .text.pvPortMalloc Code 080032f4 0x15c 4 heap_4.o
+ .text.vPortFree Code 08003450 0x98 4 heap_4.o
+ .text.prvHeapInit Code 080034e8 0xbc 4 heap_4.o
.text.prvInsertBlockIntoFreeList
- Code 080035c4 0xa8 4 heap_4.o
+ Code 080035a4 0xa8 4 heap_4.o
.text.xTaskGenericCreate
- Code 0800366c 0x1b4 4 tasks.o
- .text.vTaskDelay Code 08003820 0x98 4 tasks.o
- .text.vTaskStartScheduler
- Code 080038b8 0x68 4 tasks.o
- .text.vTaskSuspendAll Code 08003920 0x14 4 tasks.o
- .text.xTaskResumeAll Code 08003934 0x118 4 tasks.o
+ Code 0800364c 0x1b4 4 tasks.o
+ .text.vTaskDelay Code 08003800 0x98 4 tasks.o
.text.xTaskIncrementTick
- Code 08003a4c 0x174 4 tasks.o
- .text.prvIdleTask Code 08003bc0 0x24 4 tasks.o
+ Code 08003898 0x174 4 tasks.o
+ .text.vTaskStartScheduler
+ Code 08003a0c 0x68 4 tasks.o
+ .text.vTaskSuspendAll Code 08003a74 0x14 4 tasks.o
+ .text.xTaskResumeAll Code 08003a88 0x118 4 tasks.o
+ .text.prvIdleTask Code 08003ba0 0x24 4 tasks.o
.text.prvInitialiseTaskLists
- Code 08003be4 0x7c 4 tasks.o
+ Code 08003bc4 0x7c 4 tasks.o
.text.prvCheckTasksWaitingTermination
- Code 08003c60 0x74 4 tasks.o
- .text.prvAddCurrentTaskToDelayedList
- Code 08003cd4 0x6c 4 tasks.o
+ Code 08003c40 0x74 4 tasks.o
.text.prvResetNextTaskUnblockTime
- Code 08003d40 0x40 4 tasks.o
+ Code 08003cb4 0x40 4 tasks.o
.text.xTaskGetSchedulerState
- Code 08003d80 0x34 4 tasks.o
- .text.pxPortInitialiseStack
- Code 08003db4 0x5c 4 port.o
- .text.prvTaskExitError Code 08003e10 0x20 4 port.o
+ Code 08003cf4 0x34 4 tasks.o
+ .text.prvAddCurrentTaskToDelayedList
+ Code 08003d28 0x6c 4 tasks.o
.text.xPortStartScheduler
- Code 08003e30 0xfc 4 port.o
- .text.vPortEnterCritical
- Code 08003f2c 0x38 4 port.o
- .text.vPortExitCritical Code 08003f64 0x30 4 port.o
+ Code 08003d94 0xfc 4 port.o
+ .text.pxPortInitialiseStack
+ Code 08003e90 0x5c 4 port.o
.text.xPortSysTickHandler
- Code 08003f94 0x34 4 port.o
+ Code 08003eec 0x34 4 port.o
+ .text.prvTaskExitError Code 08003f20 0x20 4 port.o
+ .text.vPortEnterCritical
+ Code 08003f40 0x38 4 port.o
.text.vPortSetupTimerInterrupt
- Code 08003fc8 0x2c 4 port.o
- .text.SYSVIEW_AddTask Code 08003ff4 0xcc 4 SEGGER_SYSVIEW_FreeRTOS.o
- .text._DoInit Code 080040c0 0x9c 4 SEGGER_RTT.o
- .text.SEGGER_RTT_ReadNoLock
- Code 0800415c 0x100 4 SEGGER_RTT.o
- .text.SEGGER_RTT_WriteSkipNoLock
- Code 0800425c 0x13c 4 SEGGER_RTT.o
- .text._TrySendOverflowPacket
- Code 08004398 0xec 4 SEGGER_SYSVIEW.o
- .text._SendPacket Code 08004484 0x190 4 SEGGER_SYSVIEW.o
+ Code 08003f78 0x2c 4 port.o
+ .text.vPortExitCritical Code 08003fa4 0x30 4 port.o
.text.SEGGER_SYSVIEW_RecordVoid
- Code 08004614 0x38 4 SEGGER_SYSVIEW.o
+ Code 08003fd4 0x38 4 SEGGER_SYSVIEW.o
+ .text._TrySendOverflowPacket
+ Code 0800400c 0xec 4 SEGGER_SYSVIEW.o
+ .text._SendPacket Code 080040f8 0x190 4 SEGGER_SYSVIEW.o
.text.SEGGER_SYSVIEW_RecordU32
- Code 0800464c 0x78 4 SEGGER_SYSVIEW.o
+ Code 08004288 0x78 4 SEGGER_SYSVIEW.o
.text.SEGGER_SYSVIEW_RecordU32x2
- Code 080046c4 0xb0 4 SEGGER_SYSVIEW.o
+ Code 08004300 0xb0 4 SEGGER_SYSVIEW.o
.text.SEGGER_SYSVIEW_Start
- Code 08004774 0x178 4 SEGGER_SYSVIEW.o
- .text.SEGGER_SYSVIEW_Stop
- Code 080048ec 0x48 4 SEGGER_SYSVIEW.o
+ Code 080043b0 0x178 4 SEGGER_SYSVIEW.o
.text.SEGGER_SYSVIEW_GetSysDesc
- Code 08004934 0x134 4 SEGGER_SYSVIEW.o
+ Code 08004528 0x134 4 SEGGER_SYSVIEW.o
.text.SEGGER_SYSVIEW_SendTaskInfo
- Code 08004a68 0x1c8 4 SEGGER_SYSVIEW.o
+ Code 0800465c 0x1c8 4 SEGGER_SYSVIEW.o
.text.SEGGER_SYSVIEW_SendTaskList
- Code 08004c30 0x24 4 SEGGER_SYSVIEW.o
+ Code 08004824 0x24 4 SEGGER_SYSVIEW.o
+ .text.SEGGER_SYSVIEW_Stop
+ Code 08004848 0x48 4 SEGGER_SYSVIEW.o
.text.SEGGER_SYSVIEW_RecordSystime
- Code 08004c54 0x5c 4 SEGGER_SYSVIEW.o
+ Code 08004890 0x5c 4 SEGGER_SYSVIEW.o
.text.SEGGER_SYSVIEW_OnTaskCreate
- Code 08004cb0 0x84 4 SEGGER_SYSVIEW.o
- .text.SEGGER_SYSVIEW_OnTaskStartReady
- Code 08004d34 0x84 4 SEGGER_SYSVIEW.o
- .text.SEGGER_SYSVIEW_SendModule
- Code 08004db8 0x104 4 SEGGER_SYSVIEW.o
+ Code 080048ec 0x84 4 SEGGER_SYSVIEW.o
.text.SEGGER_SYSVIEW_SendModuleDescription
- Code 08004ebc 0x38 4 SEGGER_SYSVIEW.o
+ Code 08004970 0x38 4 SEGGER_SYSVIEW.o
.text.SEGGER_SYSVIEW_SendNumModules
- Code 08004ef4 0x78 4 SEGGER_SYSVIEW.o
+ Code 080049a8 0x78 4 SEGGER_SYSVIEW.o
+ .text.SEGGER_SYSVIEW_OnTaskStartReady
+ Code 08004a20 0x84 4 SEGGER_SYSVIEW.o
+ .text.SEGGER_SYSVIEW_SendModule
+ Code 08004aa4 0x104 4 SEGGER_SYSVIEW.o
+ .text._DoInit Code 08004ba8 0x9c 4 SEGGER_RTT.o
+ .text.SEGGER_RTT_ReadNoLock
+ Code 08004c44 0x100 4 SEGGER_RTT.o
.text.SEGGER_SYSVIEW_Warn
- Code 08004f6c 0xb4 4 SEGGER_SYSVIEW.o
+ Code 08004d44 0xb4 4 SEGGER_SYSVIEW.o
+ .text.SEGGER_RTT_WriteSkipNoLock
+ Code 08004df8 0x13c 4 SEGGER_RTT.o
+ .text.SYSVIEW_AddTask Code 08004f34 0xcc 4 SEGGER_SYSVIEW_FreeRTOS.o
.text.libc.__vfprintf_int_nwp
- Code 08005020 0x4f0 4 libvfprintf_v7em_fpv4_sp_d16_hard_t_le_eabi.o
- .rodata Cnst 08005510 0x58 4 SEGGER_SYSVIEW_FreeRTOS.o
+ Code 08005000 0x4f0 4 libvfprintf_v7em_t_le_eabi.o
+ .rodata Cnst 080054f0 0x58 4 SEGGER_SYSVIEW_FreeRTOS.o
.rodata.APBAHBPrescTable
- Cnst 08005568 0x10 4 stm32f4xx_hal_rcc.o
- .rodata.flagBitshiftOffset.8468
- Cnst 08005578 0x8 4 stm32f4xx_hal_dma.o
- .rodata.SD_Driver Cnst 08005580 0x14 4 sd_diskio.o
- .rodata.libc.__RAL_hex_lc
- Cnst 08005594 0x10 4 libc2.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
+ Cnst 08005548 0x10 4 stm32f4xx_hal_rcc.o
+ .rodata.flagBitshiftOffset.7160
+ Cnst 08005558 0x8 4 stm32f4xx_hal_dma.o
+ .rodata.SD_Driver Cnst 08005560 0x14 4 sd_diskio.o
.rodata.libc.__RAL_hex_uc
- Cnst 080055a4 0x10 4 libc2.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
- .segger.init.table Cnst 080082e4 0x2c 4 - Linker created -
- .rodata._abSync Cnst 080055b4 0xa 4 SEGGER_SYSVIEW.o
- .text.HK_task Code 080055be 0x6 2 main.o
- .rodata Cnst 080055c4 0x5 4 tasks.o
- .text.SysTick_Handler Code 080055ca 0xa 2 stm32f4xx_it.o
- .segger.init.data Cnst 08008310 0xd 4 - Linker created -
- .text.HAL_Delay Code 08005634 0x2a 2 stm32f4xx_hal.o
- .rodata Cnst 080055d4 0x47 4 main.o
- .rodata Cnst 0800561c 0x17 4 SEGGER_RTT.o
- .text.HAL_ADC_Init Code 0800565e 0x8a 2 stm32f4xx_hal_adc.o
+ Cnst 08005574 0x10 4 libc2.o (libc_v7em_t_le_eabi.a)
+ .rodata.libc.__RAL_hex_lc
+ Cnst 08005584 0x10 4 libc2.o (libc_v7em_t_le_eabi.a)
+ .segger.init.table Cnst 080082c4 0x2c 4 - Linker created -
+ .rodata._abSync Cnst 08005594 0xa 4 SEGGER_SYSVIEW.o
+ .text.HK_task Code 0800559e 0x6 2 main.o
+ .rodata Cnst 080055a4 0x5 4 tasks.o
+ .text.SysTick_Handler Code 080055aa 0xa 2 stm32f4xx_it.o
+ .segger.init.data Cnst 080082f0 0xd 4 - Linker created -
+ .text.HAL_Delay Code 08005614 0x2a 2 stm32f4xx_hal.o
+ .rodata Cnst 080055b4 0x47 4 main.o
+ .rodata Cnst 080055fc 0x17 4 SEGGER_RTT.o
+ .text.HAL_ADC_Init Code 0800563e 0x8a 2 stm32f4xx_hal_adc.o
.text.HAL_SYSTICK_Config
- Code 080056e8 0x16 2 stm32f4xx_hal_cortex.o
- .text.HAL_GPIO_WritePin Code 080056fe 0x32 2 stm32f4xx_hal_gpio.o
+ Code 080056c8 0x16 2 stm32f4xx_hal_cortex.o
.text.HAL_GPIO_TogglePin
- Code 08005730 0x1e 2 stm32f4xx_hal_gpio.o
+ Code 080056de 0x1e 2 stm32f4xx_hal_gpio.o
+ .text.HAL_GPIO_WritePin Code 080056fc 0x32 2 stm32f4xx_hal_gpio.o
.text.HAL_RTCEx_SetCalibrationOutPut
- Code 0800574e 0x7a 2 stm32f4xx_hal_rtc_ex.o
- .text.HAL_SD_ReadBlocks Code 080057c8 0x2be 2 stm32f4xx_hal_sd.o
+ Code 0800572e 0x7a 2 stm32f4xx_hal_rtc_ex.o
.text.HAL_SD_WriteBlocks
- Code 08005a86 0x39a 2 stm32f4xx_hal_sd.o
+ Code 080057a8 0x39a 2 stm32f4xx_hal_sd.o
+ .text.HAL_SD_ReadBlocks Code 08005b42 0x2be 2 stm32f4xx_hal_sd.o
.text.HAL_SD_StopTransfer
- Code 08005e20 0x4a 2 stm32f4xx_hal_sd.o
- .text.HAL_SD_GetStatus Code 08005e6a 0x3a 2 stm32f4xx_hal_sd.o
- .text.SD_GetState Code 08005ea4 0x32 2 stm32f4xx_hal_sd.o
+ Code 08005e00 0x4a 2 stm32f4xx_hal_sd.o
+ .text.HAL_SD_GetStatus Code 08005e4a 0x3a 2 stm32f4xx_hal_sd.o
+ .text.SD_GetState Code 08005e84 0x32 2 stm32f4xx_hal_sd.o
+ .text.SD_CmdResp2Error Code 08005eb6 0x72 2 stm32f4xx_hal_sd.o
.text.SD_Initialize_Cards
- Code 08005ed6 0x182 2 stm32f4xx_hal_sd.o
+ Code 08005f28 0x182 2 stm32f4xx_hal_sd.o
.text.SD_Select_Deselect
- Code 08006058 0x4e 2 stm32f4xx_hal_sd.o
- .text.SD_CmdError Code 080060a6 0x76 2 stm32f4xx_hal_sd.o
- .text.SD_CmdResp7Error Code 0800611c 0xb2 2 stm32f4xx_hal_sd.o
- .text.SD_CmdResp2Error Code 080061ce 0x72 2 stm32f4xx_hal_sd.o
- .text.SD_FindSCR Code 08006240 0x20a 2 stm32f4xx_hal_sd.o
+ Code 080060aa 0x4e 2 stm32f4xx_hal_sd.o
+ .text.SD_CmdError Code 080060f8 0x76 2 stm32f4xx_hal_sd.o
+ .text.SD_FindSCR Code 0800616e 0x20a 2 stm32f4xx_hal_sd.o
+ .text.SD_CmdResp7Error Code 08006378 0xb2 2 stm32f4xx_hal_sd.o
.text.UART_WaitOnFlagUntilTimeout
- Code 0800644a 0x146 2 stm32f4xx_hal_uart.o
- .text.SDIO_Init Code 08006590 0x4a 2 stm32f4xx_ll_sdmmc.o
- .text.SDIO_PowerState_ON
- Code 080065da 0x12 2 stm32f4xx_ll_sdmmc.o
+ Code 0800642a 0x146 2 stm32f4xx_hal_uart.o
+ .text.SDIO_DataConfig Code 08006570 0x4e 2 stm32f4xx_ll_sdmmc.o
.text.SDIO_GetPowerState
- Code 080065ec 0x12 2 stm32f4xx_ll_sdmmc.o
- .text.SDIO_SendCommand Code 080065fe 0x4a 2 stm32f4xx_ll_sdmmc.o
- .text.SDIO_DataConfig Code 08006648 0x4e 2 stm32f4xx_ll_sdmmc.o
+ Code 080065be 0x12 2 stm32f4xx_ll_sdmmc.o
+ .text.SDIO_PowerState_ON
+ Code 080065d0 0x12 2 stm32f4xx_ll_sdmmc.o
+ .text.SDIO_SendCommand Code 080065e2 0x4a 2 stm32f4xx_ll_sdmmc.o
+ .text.SDIO_Init Code 0800662c 0x4a 2 stm32f4xx_ll_sdmmc.o
.text.HAL_TIM_Base_MspInit
- Code 08006696 0xa 2 stm32f4xx_hal_tim.o
- .text.HAL_RTC_SetTime Code 080066a0 0x186 2 stm32f4xx_hal_rtc.o
- .text.HAL_RTC_SetDate Code 08006826 0x166 2 stm32f4xx_hal_rtc.o
+ Code 08006676 0xa 2 stm32f4xx_hal_tim.o
+ .text.HAL_RTC_SetDate Code 08006680 0x166 2 stm32f4xx_hal_rtc.o
+ .text.HAL_RTC_SetTime Code 080067e6 0x186 2 stm32f4xx_hal_rtc.o
.text.HAL_RTC_WaitForSynchro
- Code 0800698c 0x4e 2 stm32f4xx_hal_rtc.o
- .text.RTC_EnterInitMode Code 080069da 0x56 2 stm32f4xx_hal_rtc.o
- .text.osDelay Code 08006a30 0x26 2 cmsis_os.o
- .text.vListInitialise Code 08006a56 0x36 2 list.o
- .text.vListInsertEnd Code 08006a8c 0x3e 2 list.o
- .text.uxListRemove Code 08006aca 0x4a 2 list.o
+ Code 0800696c 0x4e 2 stm32f4xx_hal_rtc.o
+ .text.RTC_EnterInitMode Code 080069ba 0x56 2 stm32f4xx_hal_rtc.o
+ .text.osDelay Code 08006a10 0x26 2 cmsis_os.o
+ .text.vListInsertEnd Code 08006a36 0x3e 2 list.o
+ .text.uxListRemove Code 08006a74 0x4a 2 list.o
+ .text.vListInitialise Code 08006abe 0x36 2 list.o
.text.prvInitialiseTCBVariables
- Code 08006b14 0xa6 2 tasks.o
- .text.prvDeleteTCB Code 08006bba 0x1e 2 tasks.o
- .text._PreparePacket Code 08006bd8 0xe 2 SEGGER_SYSVIEW.o
+ Code 08006af4 0xa6 2 tasks.o
+ .text.prvDeleteTCB Code 08006b9a 0x1e 2 tasks.o
.text._HandleIncomingPacket
- Code 08006be6 0xc2 2 SEGGER_SYSVIEW.o
- .text.libc.sprintf Code 08006ca8 0x2a 2 libc2.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
- .text.libc.memcmp Code 08006cd2 0x76 2 libc2.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
- .text.libc.memcpy Code 08006d48 0x52 2 libc2_asm.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
- .text.libc.memset Code 08006d9a 0x66 2 libc2_asm.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
+ Code 08006bb8 0xc2 2 SEGGER_SYSVIEW.o
+ .text._PreparePacket Code 08006c7a 0xe 2 SEGGER_SYSVIEW.o
+ .text.libc.memcmp Code 08006c88 0x76 2 libc2.o (libc_v7em_t_le_eabi.a)
+ .text.libc.sprintf Code 08006cfe 0x2a 2 libc2.o (libc_v7em_t_le_eabi.a)
+ .text.libc.memcpy Code 08006d28 0x52 2 libc2_asm.o (libc_v7em_t_le_eabi.a)
+ .text.libc.memset Code 08006d7a 0x66 2 libc2_asm.o (libc_v7em_t_le_eabi.a)
.segger.init.__SEGGER_init_zero
- Code 0800831e 0x16 2 SEGGER_THUMB_Startup.o
+ Code 080082fe 0x16 2 SEGGER_THUMB_Startup.o
.segger.init.__SEGGER_init_copy
- Code 08008334 0x1a 2 SEGGER_THUMB_Startup.o
- .text.BSP_SD_IsDetected Code 08006e00 0x14 2 bsp_driver_sd.o
- .text.HAL_MspInit Code 08006e14 0x48 2 stm32f4xx_hal_msp.o
- .text.NVIC_EncodePriority
- Code 08006e5c 0x58 2 stm32f4xx_hal_cortex.o
- .text.HAL_NVIC_SetPriorityGrouping
- Code 08006eb4 0x14 2 stm32f4xx_hal_cortex.o
+ Code 08008314 0x1a 2 SEGGER_THUMB_Startup.o
+ .text.BSP_SD_IsDetected Code 08006de0 0x14 2 bsp_driver_sd.o
+ .text.HAL_MspInit Code 08006df4 0x48 2 stm32f4xx_hal_msp.o
.text.HAL_NVIC_SetPriority
- Code 08006ec8 0x38 2 stm32f4xx_hal_cortex.o
+ Code 08006e3c 0x38 2 stm32f4xx_hal_cortex.o
.text.HAL_NVIC_EnableIRQ
- Code 08006f00 0x1c 2 stm32f4xx_hal_cortex.o
- .text.HAL_SD_Init Code 08006f1c 0xe4 2 stm32f4xx_hal_sd.o
+ Code 08006e74 0x1c 2 stm32f4xx_hal_cortex.o
+ .text.NVIC_EncodePriority
+ Code 08006e90 0x58 2 stm32f4xx_hal_cortex.o
+ .text.HAL_NVIC_SetPriorityGrouping
+ Code 08006ee8 0x14 2 stm32f4xx_hal_cortex.o
+ .text.HAL_SD_Init Code 08006efc 0xe4 2 stm32f4xx_hal_sd.o
.text.HAL_SD_Get_CardInfo
- Code 08007000 0x618 2 stm32f4xx_hal_sd.o
+ Code 08006fe0 0x618 2 stm32f4xx_hal_sd.o
.text.HAL_SD_WideBusOperation_Config
- Code 08007618 0xc8 2 stm32f4xx_hal_sd.o
- .text.SD_SendStatus Code 080076e0 0x7c 2 stm32f4xx_hal_sd.o
- .text.SD_CmdResp3Error Code 0800775c 0x50 2 stm32f4xx_hal_sd.o
- .text.SD_CmdResp6Error Code 080077ac 0xec 2 stm32f4xx_hal_sd.o
- .text.SD_WideBus_Enable Code 08007898 0xe8 2 stm32f4xx_hal_sd.o
+ Code 080075f8 0xc8 2 stm32f4xx_hal_sd.o
.text.SD_WideBus_Disable
- Code 08007980 0xe8 2 stm32f4xx_hal_sd.o
- .text.HAL_UART_Init Code 08007a68 0x98 2 stm32f4xx_hal_uart.o
- .text.HAL_UART_Transmit Code 08007b00 0x11c 2 stm32f4xx_hal_uart.o
+ Code 080076c0 0xe8 2 stm32f4xx_hal_sd.o
+ .text.SD_CmdResp6Error Code 080077a8 0xec 2 stm32f4xx_hal_sd.o
+ .text.SD_CmdResp3Error Code 08007894 0x50 2 stm32f4xx_hal_sd.o
+ .text.SD_WideBus_Enable Code 080078e4 0xe8 2 stm32f4xx_hal_sd.o
+ .text.SD_SendStatus Code 080079cc 0x7c 2 stm32f4xx_hal_sd.o
+ .text.HAL_UART_Init Code 08007a48 0x98 2 stm32f4xx_hal_uart.o
+ .text.HAL_UART_Transmit Code 08007ae0 0x11c 2 stm32f4xx_hal_uart.o
.text.HAL_UART_Receive_IT
- Code 08007c1c 0xa8 2 stm32f4xx_hal_uart.o
- .text.HAL_SPI_Init Code 08007cc4 0xd4 2 stm32f4xx_hal_spi.o
- .text.SDIO_ReadFIFO Code 08007d98 0x10 2 stm32f4xx_ll_sdmmc.o
- .text.SDIO_WriteFIFO Code 08007da8 0x18 2 stm32f4xx_ll_sdmmc.o
+ Code 08007bfc 0xa8 2 stm32f4xx_hal_uart.o
+ .text.SDIO_WriteFIFO Code 08007ca4 0x18 2 stm32f4xx_ll_sdmmc.o
.text.SDIO_GetCommandResponse
- Code 08007dc0 0x10 2 stm32f4xx_ll_sdmmc.o
- .text.HAL_TIM_Base_Init Code 08007dd0 0x54 2 stm32f4xx_hal_tim.o
+ Code 08007cbc 0x10 2 stm32f4xx_ll_sdmmc.o
+ .text.SDIO_ReadFIFO Code 08007ccc 0x10 2 stm32f4xx_ll_sdmmc.o
+ .text.HAL_SPI_Init Code 08007cdc 0xd4 2 stm32f4xx_hal_spi.o
.text.HAL_TIM_Base_Start_IT
- Code 08007e24 0x2c 2 stm32f4xx_hal_tim.o
- .text.HAL_RTC_Init Code 08007e50 0xf4 2 stm32f4xx_hal_rtc.o
- .text.RTC_ByteToBcd2 Code 08007f44 0x3c 2 stm32f4xx_hal_rtc.o
- .text.RTC_Bcd2ToByte Code 08007f80 0x38 2 stm32f4xx_hal_rtc.o
- .text.FATFS_LinkDriver Code 08007fb8 0x1c 2 ff_gen_drv.o
- .text.SD_read Code 08007fd4 0x48 2 sd_diskio.o
- .text.SD_write Code 0800801c 0x48 2 sd_diskio.o
+ Code 08007db0 0x2c 2 stm32f4xx_hal_tim.o
+ .text.HAL_TIM_Base_Init Code 08007ddc 0x54 2 stm32f4xx_hal_tim.o
+ .text.FATFS_LinkDriver Code 08007e30 0x1c 2 ff_gen_drv.o
+ .text.HAL_RTC_Init Code 08007e4c 0xf4 2 stm32f4xx_hal_rtc.o
+ .text.RTC_Bcd2ToByte Code 08007f40 0x38 2 stm32f4xx_hal_rtc.o
+ .text.RTC_ByteToBcd2 Code 08007f78 0x3c 2 stm32f4xx_hal_rtc.o
.text.makeFreeRtosPriority
- Code 08008064 0x28 2 cmsis_os.o
- .text.osKernelStart Code 0800808c 0xc 2 cmsis_os.o
- .text.osThreadCreate Code 08008098 0x50 2 cmsis_os.o
- .text.osSystickHandler Code 080080e8 0x14 2 cmsis_os.o
+ Code 08007fb4 0x28 2 cmsis_os.o
+ .text.SD_read Code 08007fdc 0x48 2 sd_diskio.o
+ .text.SD_write Code 08008024 0x48 2 sd_diskio.o
+ .text.osKernelStart Code 0800806c 0xc 2 cmsis_os.o
+ .text.osThreadCreate Code 08008078 0x50 2 cmsis_os.o
+ .text.osSystickHandler Code 080080c8 0x14 2 cmsis_os.o
+ .text.vListInsert Code 080080dc 0x68 2 list.o
.text.vListInitialiseItem
- Code 080080fc 0x10 2 list.o
- .text.vListInsert Code 0800810c 0x68 2 list.o
+ Code 08008144 0x10 2 list.o
.text.prvAllocateTCBAndStack
- Code 08008174 0x70 2 tasks.o
+ Code 08008154 0x70 2 tasks.o
+ .text._EncodeStr Code 080081c4 0x4c 2 SEGGER_SYSVIEW.o
.text.SYSVIEW_SendTaskInfo
- Code 080081e4 0x3c 2 SEGGER_SYSVIEW_FreeRTOS.o
- .text._EncodeStr Code 08008220 0x4c 2 SEGGER_SYSVIEW.o
- .text.libc.__putc Code 0800826c 0x34 2 libc2.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
- .text.libc.strcpy Code 080082a0 0x44 2 libc2_asm.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
+ Code 08008210 0x3c 2 SEGGER_SYSVIEW_FreeRTOS.o
+ .text.libc.__putc Code 0800824c 0x34 2 libc2.o (libc_v7em_t_le_eabi.a)
+ .text.libc.strcpy Code 08008280 0x44 2 libc2_asm.o (libc_v7em_t_le_eabi.a)
.rodata.block.tdata.copy
- Cnst 080055c9 1 - Linker created -
+ Cnst 080055a9 1 - Linker created -
+
+place in [0x08000000 to 0x080fffff] with auto order
+
+ Section Type Address Size Align Object
+ ------- ---- ------- ---- ----- ------
place in [0x08000000 to 0x080fffff] with auto order
@@ -552,64 +567,64 @@ place in [0x20000000 to 0x2001ffff] with auto order
.bss.pxReadyTasksLists Zero 20016410 0x8c 4 tasks.o
.bss._SEGGER_RTT Zero 2001649c 0x78 4 SEGGER_RTT.o
.bss.hsd Zero 20016514 0x60 4 main.o
- .bss.hspi1 Zero 20016574 0x58 4 main.o
+ .bss.hdma_usart2_tx Zero 20016574 0x58 4 main.o
.bss.hspi2 Zero 200165cc 0x58 4 main.o
- .bss.hspi3 Zero 20016624 0x58 4 main.o
+ .bss.hdma_usart1_tx Zero 20016624 0x58 4 main.o
.bss.hdma_uart4_tx Zero 2001667c 0x58 4 main.o
- .bss.hdma_usart1_tx Zero 200166d4 0x58 4 main.o
- .bss.hdma_usart2_tx Zero 2001672c 0x58 4 main.o
+ .bss.hspi3 Zero 200166d4 0x58 4 main.o
+ .bss.hspi1 Zero 2001672c 0x58 4 main.o
.bss.hdma_usart3_tx Zero 20016784 0x58 4 main.o
.bss.hdma_usart6_tx Zero 200167dc 0x58 4 main.o
.bss.SDCardInfo Zero 20016838 0x58 8 main.o
.bss.hadc1 Zero 20016890 0x48 4 main.o
- .bss.huart4 Zero 200168d8 0x40 4 main.o
- .bss.huart1 Zero 20016918 0x40 4 main.o
+ .bss.huart1 Zero 200168d8 0x40 4 main.o
+ .bss.huart4 Zero 20016918 0x40 4 main.o
.bss.huart2 Zero 20016958 0x40 4 main.o
- .bss.huart3 Zero 20016998 0x40 4 main.o
- .bss.huart6 Zero 200169d8 0x40 4 main.o
+ .bss.huart6 Zero 20016998 0x40 4 main.o
+ .bss.huart3 Zero 200169d8 0x40 4 main.o
.bss.htim1 Zero 20016a18 0x3c 4 stm32f4xx_hal_timebase_TIM.o
.bss._SYSVIEW_Globals Zero 20016a54 0x24 4 SEGGER_SYSVIEW.o
.bss.hrtc Zero 20016a78 0x20 4 main.o
- .bss.xDelayedTaskList1 Zero 20016a98 0x14 4 tasks.o
- .bss.xDelayedTaskList2 Zero 20016aac 0x14 4 tasks.o
- .bss.xPendingReadyList Zero 20016ac0 0x14 4 tasks.o
.bss.xTasksWaitingTermination
- Zero 20016ad4 0x14 4 tasks.o
- .bss.xSuspendedTaskList Zero 20016ae8 0x14 4 tasks.o
+ Zero 20016a98 0x14 4 tasks.o
+ .bss.xDelayedTaskList2 Zero 20016aac 0x14 4 tasks.o
+ .bss.xSuspendedTaskList Zero 20016ac0 0x14 4 tasks.o
+ .bss.xDelayedTaskList1 Zero 20016ad4 0x14 4 tasks.o
+ .bss.xPendingReadyList Zero 20016ae8 0x14 4 tasks.o
.bss._acDownBuffer Zero 20016afc 0x10 4 SEGGER_RTT.o
.bss.disk Zero 20016b0c 0xc 4 ff_gen_drv.o
.bss.xStart Zero 20016b18 0x8 4 heap_4.o
.bss.SD_Path Zero 20016834 0x4 4 fatfs.o
- .bss.defaultTaskHandle Zero 20016b20 0x4 4 main.o
- .bss.HKHandle Zero 20016b24 0x4 4 main.o
+ .bss.HKHandle Zero 20016b20 0x4 4 main.o
+ .bss.defaultTaskHandle Zero 20016b24 0x4 4 main.o
.bss.uwTick Zero 20016b28 0x4 4 stm32f4xx_hal.o
- .bss.pxEnd Zero 20016b2c 0x4 4 heap_4.o
+ .bss.xBlockAllocatedBit Zero 20016b2c 0x4 4 heap_4.o
+ .bss.pxEnd Zero 20016b30 0x4 4 heap_4.o
.bss.xFreeBytesRemaining
- Zero 20016b30 0x4 4 heap_4.o
- .bss.xMinimumEverFreeBytesRemaining
Zero 20016b34 0x4 4 heap_4.o
- .bss.xBlockAllocatedBit Zero 20016b38 0x4 4 heap_4.o
- .bss.pxCurrentTCB Zero 20016b3c 0x4 4 tasks.o
- .bss.pxDelayedTaskList Zero 20016b40 0x4 4 tasks.o
- .bss.pxOverflowDelayedTaskList
- Zero 20016b44 0x4 4 tasks.o
- .bss.uxTasksDeleted Zero 20016b48 0x4 4 tasks.o
- .bss.uxCurrentNumberOfTasks
- Zero 20016b4c 0x4 4 tasks.o
- .bss.xTickCount Zero 20016b50 0x4 4 tasks.o
- .bss.uxTopReadyPriority Zero 20016b54 0x4 4 tasks.o
- .bss.xSchedulerRunning Zero 20016b58 0x4 4 tasks.o
- .bss.uxPendedTicks Zero 20016b5c 0x4 4 tasks.o
- .bss.xYieldPending Zero 20016b60 0x4 4 tasks.o
- .bss.xNumOfOverflows Zero 20016b64 0x4 4 tasks.o
- .bss.uxTaskNumber Zero 20016b68 0x4 4 tasks.o
+ .bss.xMinimumEverFreeBytesRemaining
+ Zero 20016b38 0x4 4 heap_4.o
.bss.uxSchedulerSuspended
- Zero 20016b6c 0x4 4 tasks.o
+ Zero 20016b3c 0x4 4 tasks.o
+ .bss.uxCurrentNumberOfTasks
+ Zero 20016b40 0x4 4 tasks.o
+ .bss.xTickCount Zero 20016b44 0x4 4 tasks.o
+ .bss.xSchedulerRunning Zero 20016b48 0x4 4 tasks.o
+ .bss.pxCurrentTCB Zero 20016b4c 0x4 4 tasks.o
+ .bss.uxTopReadyPriority Zero 20016b50 0x4 4 tasks.o
+ .bss.xNumOfOverflows Zero 20016b54 0x4 4 tasks.o
+ .bss.uxTasksDeleted Zero 20016b58 0x4 4 tasks.o
+ .bss.xYieldPending Zero 20016b5c 0x4 4 tasks.o
+ .bss.pxOverflowDelayedTaskList
+ Zero 20016b60 0x4 4 tasks.o
+ .bss.pxDelayedTaskList Zero 20016b64 0x4 4 tasks.o
+ .bss.uxPendedTicks Zero 20016b68 0x4 4 tasks.o
+ .bss.uxTaskNumber Zero 20016b6c 0x4 4 tasks.o
.bss.ulMaxPRIGROUPValue Zero 20016b70 0x4 4 port.o
- .bss._NumTasks Zero 20016b74 0x4 4 SEGGER_SYSVIEW_FreeRTOS.o
- .bss._pFirstModule Zero 20016b78 0x4 4 SEGGER_SYSVIEW.o
+ .bss._pFirstModule Zero 20016b74 0x4 4 SEGGER_SYSVIEW.o
+ .bss._NumTasks Zero 20016b78 0x4 4 SEGGER_SYSVIEW_FreeRTOS.o
.bss.libc.__user_format_extender
- Zero 20016b7c 0x4 4 libc2.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
+ Zero 20016b7c 0x4 4 libc2.o (libc_v7em_t_le_eabi.a)
.bss.retSD Zero 2000000d 0x1 1 fatfs.o
.bss.ucMaxSysCallPriority
Zero 2000000e 0x1 1 port.o
@@ -620,6 +635,11 @@ place in [0x20000000 to 0x2001ffff] with auto order
Section Type Address Size Align Object
------- ---- ------- ---- ----- ------
+place in [0x20000000 to 0x2001ffff] with auto order
+
+ Section Type Address Size Align Object
+ ------- ---- ------- ---- ----- ------
+
***************************************************************************************
*** ***
@@ -647,61 +667,61 @@ Zero (__SEGGER_init_zero)
[0x20016410 to 0x2001649b] section .bss.pxReadyTasksLists from tasks.o, align=4
[0x2001649c to 0x20016513] section .bss._SEGGER_RTT from SEGGER_RTT.o, align=4
[0x20016514 to 0x20016573] section .bss.hsd from main.o, align=4
- [0x20016574 to 0x200165cb] section .bss.hspi1 from main.o, align=4
+ [0x20016574 to 0x200165cb] section .bss.hdma_usart2_tx from main.o, align=4
[0x200165cc to 0x20016623] section .bss.hspi2 from main.o, align=4
- [0x20016624 to 0x2001667b] section .bss.hspi3 from main.o, align=4
+ [0x20016624 to 0x2001667b] section .bss.hdma_usart1_tx from main.o, align=4
[0x2001667c to 0x200166d3] section .bss.hdma_uart4_tx from main.o, align=4
- [0x200166d4 to 0x2001672b] section .bss.hdma_usart1_tx from main.o, align=4
- [0x2001672c to 0x20016783] section .bss.hdma_usart2_tx from main.o, align=4
+ [0x200166d4 to 0x2001672b] section .bss.hspi3 from main.o, align=4
+ [0x2001672c to 0x20016783] section .bss.hspi1 from main.o, align=4
[0x20016784 to 0x200167db] section .bss.hdma_usart3_tx from main.o, align=4
[0x200167dc to 0x20016833] section .bss.hdma_usart6_tx from main.o, align=4
[0x20016834 to 0x20016837] section .bss.SD_Path from fatfs.o, align=4
[0x20016838 to 0x2001688f] section .bss.SDCardInfo from main.o, align=8
[0x20016890 to 0x200168d7] section .bss.hadc1 from main.o, align=4
- [0x200168d8 to 0x20016917] section .bss.huart4 from main.o, align=4
- [0x20016918 to 0x20016957] section .bss.huart1 from main.o, align=4
+ [0x200168d8 to 0x20016917] section .bss.huart1 from main.o, align=4
+ [0x20016918 to 0x20016957] section .bss.huart4 from main.o, align=4
[0x20016958 to 0x20016997] section .bss.huart2 from main.o, align=4
- [0x20016998 to 0x200169d7] section .bss.huart3 from main.o, align=4
- [0x200169d8 to 0x20016a17] section .bss.huart6 from main.o, align=4
+ [0x20016998 to 0x200169d7] section .bss.huart6 from main.o, align=4
+ [0x200169d8 to 0x20016a17] section .bss.huart3 from main.o, align=4
[0x20016a18 to 0x20016a53] section .bss.htim1 from stm32f4xx_hal_timebase_TIM.o, align=4
[0x20016a54 to 0x20016a77] section .bss._SYSVIEW_Globals from SEGGER_SYSVIEW.o, align=4
[0x20016a78 to 0x20016a97] section .bss.hrtc from main.o, align=4
- [0x20016a98 to 0x20016aab] section .bss.xDelayedTaskList1 from tasks.o, align=4
+ [0x20016a98 to 0x20016aab] section .bss.xTasksWaitingTermination from tasks.o, align=4
[0x20016aac to 0x20016abf] section .bss.xDelayedTaskList2 from tasks.o, align=4
- [0x20016ac0 to 0x20016ad3] section .bss.xPendingReadyList from tasks.o, align=4
- [0x20016ad4 to 0x20016ae7] section .bss.xTasksWaitingTermination from tasks.o, align=4
- [0x20016ae8 to 0x20016afb] section .bss.xSuspendedTaskList from tasks.o, align=4
+ [0x20016ac0 to 0x20016ad3] section .bss.xSuspendedTaskList from tasks.o, align=4
+ [0x20016ad4 to 0x20016ae7] section .bss.xDelayedTaskList1 from tasks.o, align=4
+ [0x20016ae8 to 0x20016afb] section .bss.xPendingReadyList from tasks.o, align=4
[0x20016afc to 0x20016b0b] section .bss._acDownBuffer from SEGGER_RTT.o, align=4
[0x20016b0c to 0x20016b17] section .bss.disk from ff_gen_drv.o, align=4
[0x20016b18 to 0x20016b1f] section .bss.xStart from heap_4.o, align=4
- [0x20016b20 to 0x20016b23] section .bss.defaultTaskHandle from main.o, align=4
- [0x20016b24 to 0x20016b27] section .bss.HKHandle from main.o, align=4
+ [0x20016b20 to 0x20016b23] section .bss.HKHandle from main.o, align=4
+ [0x20016b24 to 0x20016b27] section .bss.defaultTaskHandle from main.o, align=4
[0x20016b28 to 0x20016b2b] section .bss.uwTick from stm32f4xx_hal.o, align=4
- [0x20016b2c to 0x20016b2f] section .bss.pxEnd from heap_4.o, align=4
- [0x20016b30 to 0x20016b33] section .bss.xFreeBytesRemaining from heap_4.o, align=4
- [0x20016b34 to 0x20016b37] section .bss.xMinimumEverFreeBytesRemaining from heap_4.o, align=4
- [0x20016b38 to 0x20016b3b] section .bss.xBlockAllocatedBit from heap_4.o, align=4
- [0x20016b3c to 0x20016b3f] section .bss.pxCurrentTCB from tasks.o, align=4
- [0x20016b40 to 0x20016b43] section .bss.pxDelayedTaskList from tasks.o, align=4
- [0x20016b44 to 0x20016b47] section .bss.pxOverflowDelayedTaskList from tasks.o, align=4
- [0x20016b48 to 0x20016b4b] section .bss.uxTasksDeleted from tasks.o, align=4
- [0x20016b4c to 0x20016b4f] section .bss.uxCurrentNumberOfTasks from tasks.o, align=4
- [0x20016b50 to 0x20016b53] section .bss.xTickCount from tasks.o, align=4
- [0x20016b54 to 0x20016b57] section .bss.uxTopReadyPriority from tasks.o, align=4
- [0x20016b58 to 0x20016b5b] section .bss.xSchedulerRunning from tasks.o, align=4
- [0x20016b5c to 0x20016b5f] section .bss.uxPendedTicks from tasks.o, align=4
- [0x20016b60 to 0x20016b63] section .bss.xYieldPending from tasks.o, align=4
- [0x20016b64 to 0x20016b67] section .bss.xNumOfOverflows from tasks.o, align=4
- [0x20016b68 to 0x20016b6b] section .bss.uxTaskNumber from tasks.o, align=4
- [0x20016b6c to 0x20016b6f] section .bss.uxSchedulerSuspended from tasks.o, align=4
+ [0x20016b2c to 0x20016b2f] section .bss.xBlockAllocatedBit from heap_4.o, align=4
+ [0x20016b30 to 0x20016b33] section .bss.pxEnd from heap_4.o, align=4
+ [0x20016b34 to 0x20016b37] section .bss.xFreeBytesRemaining from heap_4.o, align=4
+ [0x20016b38 to 0x20016b3b] section .bss.xMinimumEverFreeBytesRemaining from heap_4.o, align=4
+ [0x20016b3c to 0x20016b3f] section .bss.uxSchedulerSuspended from tasks.o, align=4
+ [0x20016b40 to 0x20016b43] section .bss.uxCurrentNumberOfTasks from tasks.o, align=4
+ [0x20016b44 to 0x20016b47] section .bss.xTickCount from tasks.o, align=4
+ [0x20016b48 to 0x20016b4b] section .bss.xSchedulerRunning from tasks.o, align=4
+ [0x20016b4c to 0x20016b4f] section .bss.pxCurrentTCB from tasks.o, align=4
+ [0x20016b50 to 0x20016b53] section .bss.uxTopReadyPriority from tasks.o, align=4
+ [0x20016b54 to 0x20016b57] section .bss.xNumOfOverflows from tasks.o, align=4
+ [0x20016b58 to 0x20016b5b] section .bss.uxTasksDeleted from tasks.o, align=4
+ [0x20016b5c to 0x20016b5f] section .bss.xYieldPending from tasks.o, align=4
+ [0x20016b60 to 0x20016b63] section .bss.pxOverflowDelayedTaskList from tasks.o, align=4
+ [0x20016b64 to 0x20016b67] section .bss.pxDelayedTaskList from tasks.o, align=4
+ [0x20016b68 to 0x20016b6b] section .bss.uxPendedTicks from tasks.o, align=4
+ [0x20016b6c to 0x20016b6f] section .bss.uxTaskNumber from tasks.o, align=4
[0x20016b70 to 0x20016b73] section .bss.ulMaxPRIGROUPValue from port.o, align=4
- [0x20016b74 to 0x20016b77] section .bss._NumTasks from SEGGER_SYSVIEW_FreeRTOS.o, align=4
- [0x20016b78 to 0x20016b7b] section .bss._pFirstModule from SEGGER_SYSVIEW.o, align=4
- [0x20016b7c to 0x20016b7f] section .bss.libc.__user_format_extender from libc2.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a), align=4
+ [0x20016b74 to 0x20016b77] section .bss._pFirstModule from SEGGER_SYSVIEW.o, align=4
+ [0x20016b78 to 0x20016b7b] section .bss._NumTasks from SEGGER_SYSVIEW_FreeRTOS.o, align=4
+ [0x20016b7c to 0x20016b7f] section .bss.libc.__user_format_extender from libc2.o (libc_v7em_t_le_eabi.a), align=4
Copy packing=copy (__SEGGER_init_copy)
1 source range, total size 0xd (100% of destination)
- [0x08008310 to 0x0800831c]
+ [0x080082f0 to 0x080082fc]
1 destination range, total size 0xd
[0x20000000 to 0x2000000c]
4 initialized sections:
@@ -724,46 +744,45 @@ Totals:
Object Code RO Data RW Data ZI Data
---------------------------------------------------------------------------------------
- Cortex_M_Startup.o 308
+ Cortex_M_Startup.o 292
+ SEGGER_RTT.o 728 23 1160
+ SEGGER_SYSVIEW.o 3492 10 268
+ SEGGER_SYSVIEW_FreeRTOS.o 264 88 164
SEGGER_THUMB_Startup.o 148
bsp_driver_sd.o 276
+ cmsis_os.o 190
fatfs.o 36 5
+ ff_gen_drv.o 184 12
+ heap_4.o 856 15384
+ libc2.o (libc_v7em_t_le_eabi.a) 212 32 4
+ libc2_asm.o (libc_v7em_t_le_eabi.a) 252
+ libvfprintf_v7em_t_le_eabi.o 1264
+ list.o 310
main.o 2126 71 1320
- stm32f4xx_hal_msp.o 1528
- stm32f4xx_hal_timebase_TIM.o 176 60
- stm32f4xx_it.o 10
- system_stm32f4xx.o 100 4
+ obc.o 74364
+ port.o 576 4 5
+ sd_diskio.o 432 20 1
stm32f4xx_hal.o 118 4
stm32f4xx_hal_adc.o 1214
stm32f4xx_hal_cortex.o 534
+ stm32f4xx_hal_dma.o 312 8
stm32f4xx_hal_gpio.o 908
+ stm32f4xx_hal_msp.o 1528
+ stm32f4xx_hal_rcc.o 2096 16
+ stm32f4xx_hal_rcc_ex.o 464
+ stm32f4xx_hal_rtc.o 1272
stm32f4xx_hal_rtc_ex.o 122
stm32f4xx_hal_sd.o 7562
- stm32f4xx_hal_uart.o 2010
- stm32f4xx_hal_rcc_ex.o 464
stm32f4xx_hal_spi.o 212
- stm32f4xx_ll_sdmmc.o 350
- stm32f4xx_hal_rcc.o 2096 16
stm32f4xx_hal_tim.o 466
- stm32f4xx_hal_dma.o 312 8
- stm32f4xx_hal_rtc.o 1272
- ff_gen_drv.o 184 12
- sd_diskio.o 432 20 1
- cmsis_os.o 190
- heap_4.o 856 15384
- list.o 310
+ stm32f4xx_hal_timebase_TIM.o 176 60
+ stm32f4xx_hal_uart.o 2010
+ stm32f4xx_it.o 10
+ stm32f4xx_ll_sdmmc.o 350
+ system_stm32f4xx.o 84 4
tasks.o 2172 5 4 292
- port.o 576 4 5
- SEGGER_SYSVIEW_FreeRTOS.o 264 88 164
- SEGGER_RTT.o 728 23 1160
- SEGGER_SYSVIEW.o 3492 10 268
- obc.o 74364
- libc2.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a) 212 32 4
-libc2_asm.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
- 252
- libvfprintf_v7em_fpv4_sp_d16_hard_t_le_eabi.o 1264
===================================
- Total: 33280 273 13 93042
+ Total: 33248 273 13 93042
===================================
@@ -778,377 +797,393 @@ Symbols by value
Symbol Value Size Align Type Object
------ ----- ---- ----- ---- ------
__STACKSIZE_PROCESS__ 00000000 ---- Gb - Linker created -
+ __tdata_size 00000000 ---- Gb - Linker created -
+ tls$$Length 00000000 ---- Gb - Linker created -
+ __tls_size__ 00000000 ---- Gb - Linker created -
+ tdata_load$$Length 00000000 ---- Gb - Linker created -
+ __tdata_load_size__ 00000000 ---- Gb - Linker created -
+ tdata$$Length 00000000 ---- Gb - Linker created -
ctors$$Length 00000000 ---- Gb - Linker created -
- __ctors_size__ 00000000 ---- Gb - Linker created -
+ __tdata_size__ 00000000 ---- Gb - Linker created -
+ __tls_size 00000000 ---- Gb - Linker created -
__ctors_size 00000000 ---- Gb - Linker created -
- dtors$$Length 00000000 ---- Gb - Linker created -
+ __exidx_size 00000000 ---- Gb - Linker created -
+ __tdata_load_size 00000000 ---- Gb - Linker created -
+ __exidx_size__ 00000000 ---- Gb - Linker created -
__dtors_size__ 00000000 ---- Gb - Linker created -
- __dtors_size 00000000 ---- Gb - Linker created -
+ __ctors_size__ 00000000 ---- Gb - Linker created -
exidx$$Length 00000000 ---- Gb - Linker created -
- __exidx_size__ 00000000 ---- Gb - Linker created -
- __exidx_size 00000000 ---- Gb - Linker created -
+ dtors$$Length 00000000 ---- Gb - Linker created -
+ __dtors_size 00000000 ---- Gb - Linker created -
tbss$$Length 00000000 ---- Gb - Linker created -
__tbss_size__ 00000000 ---- Gb - Linker created -
__tbss_size 00000000 ---- Gb - Linker created -
- tdata$$Length 00000000 ---- Gb - Linker created -
- __tdata_size__ 00000000 ---- Gb - Linker created -
- __tdata_size 00000000 ---- Gb - Linker created -
- tls$$Length 00000000 ---- Gb - Linker created -
- __tls_size__ 00000000 ---- Gb - Linker created -
- __tls_size 00000000 ---- Gb - Linker created -
- tdata_load$$Length 00000000 ---- Gb - Linker created -
- __tdata_load_size__ 00000000 ---- Gb - Linker created -
- __tdata_load_size 00000000 ---- Gb - Linker created -
- __STACKSIZE__ 00000400 ---- Gb - Linker created -
__HEAPSIZE__ 00000400 ---- Gb - Linker created -
+ __STACKSIZE__ 00000400 ---- Gb - Linker created -
+ __heap_size 00000400 ---- Gb - Linker created -
heap$$Length 00000400 ---- Gb - Linker created -
+ __stack_size 00000400 ---- Gb - Linker created -
__heap_size__ 00000400 ---- Gb - Linker created -
- __heap_size 00000400 ---- Gb - Linker created -
- stack$$Length 00000400 ---- Gb - Linker created -
__stack_size__ 00000400 ---- Gb - Linker created -
- __stack_size 00000400 ---- Gb - Linker created -
+ stack$$Length 00000400 ---- Gb - Linker created -
+ __FLASH1_segment_used_size__
+ 0000832e ---- Gb - Linker created -
__FLASH_segment_used_size__
- 0000834e ---- Gb - Linker created -
- __RAM_segment_size__ 00020000 ---- Gb - Linker created -
+ 0000832e ---- Gb - Linker created -
__RAM_segment_used_size__
00020000 ---- Gb - Linker created -
+ __RAM_segment_size__ 00020000 ---- Gb - Linker created -
+ __RAM1_segment_used_size__
+ 00020000 ---- Gb - Linker created -
+ __RAM1_segment_size__ 00020000 ---- Gb - Linker created -
__FLASH_segment_size__ 00100000 ---- Gb - Linker created -
+ __FLASH1_segment_size__ 00100000 ---- Gb - Linker created -
_vectors 08000000 0xc0 2 Code Gb Cortex_M_Startup.o
+ __FLASH_segment_start__ 08000000 ---- Gb - Linker created -
__FLASH_segment_used_start__
08000000 ---- Gb - Linker created -
- __FLASH_segment_start__ 08000000 ---- Gb - Linker created -
+ __FLASH1_segment_start__
+ 08000000 ---- Gb - Linker created -
+ __FLASH1_segment_used_start__
+ 08000000 ---- Gb - Linker created -
_vectors_end 080000c0 0xc0 2 Code Lc Cortex_M_Startup.o
- NMI_Handler 080000c1 0x74 4 Code Wk Cortex_M_Startup.o
- HardFault_Handler 080000c3 0x74 4 Code Wk Cortex_M_Startup.o
- MemManage_Handler 080000c5 0x74 4 Code Wk Cortex_M_Startup.o
- BusFault_Handler 080000c7 0x74 4 Code Wk Cortex_M_Startup.o
- UsageFault_Handler 080000c9 0x74 4 Code Wk Cortex_M_Startup.o
- SVC_Handler 080000cb 0x74 4 Code Wk Cortex_M_Startup.o
- DebugMon_Handler 080000cd 0x74 4 Code Wk Cortex_M_Startup.o
- PendSV_Handler 080000cf 0x74 4 Code Wk Cortex_M_Startup.o
- SysTick_Handler 080000d1 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR0 080000d3 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR1 080000d5 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR2 080000d7 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR3 080000d9 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR4 080000db 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR5 080000dd 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR6 080000df 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR7 080000e1 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR8 080000e3 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR9 080000e5 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR10 080000e7 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR11 080000e9 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR12 080000eb 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR13 080000ed 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR14 080000ef 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR15 080000f1 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR16 080000f3 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR17 080000f5 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR18 080000f7 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR19 080000f9 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR20 080000fb 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR21 080000fd 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR22 080000ff 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR23 08000101 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR24 08000103 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR25 08000105 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR26 08000107 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR27 08000109 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR28 0800010b 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR29 0800010d 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR30 0800010f 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR31 08000111 0x74 4 Code Wk Cortex_M_Startup.o
- Reset_Handler 08000113 0x74 4 Code Gb Cortex_M_Startup.o
- reset_handler 08000113 0x74 4 Code Gb Cortex_M_Startup.o
- SystemInit 0800012f 0x74 4 Code Wk Cortex_M_Startup.o
- _start 08000135 0x64 4 Code Gb SEGGER_THUMB_Startup.o
- ctor_loop 0800015c 0x64 4 Code Lc SEGGER_THUMB_Startup.o
- ctor_end 0800016c 0x64 4 Code Lc SEGGER_THUMB_Startup.o
- start 08000173 0x64 4 Code Lc SEGGER_THUMB_Startup.o
- exit_loop 0800017a 0x64 4 Code Lc SEGGER_THUMB_Startup.o
- exit 0800017b 0x64 4 Code Wk SEGGER_THUMB_Startup.o
- BSP_SD_Init 08000199 0x60 4 Code Gb bsp_driver_sd.o
- BSP_SD_ReadBlocks 080001f9 0x38 4 Code Gb bsp_driver_sd.o
- BSP_SD_WriteBlocks 08000231 0x38 4 Code Gb bsp_driver_sd.o
- BSP_SD_GetStatus 08000269 0x14 4 Code Gb bsp_driver_sd.o
+ NMI_Handler 080000c1 0x64 4 Code Wk Cortex_M_Startup.o
+ HardFault_Handler 080000c3 0x64 4 Code Wk Cortex_M_Startup.o
+ MemManage_Handler 080000c5 0x64 4 Code Wk Cortex_M_Startup.o
+ BusFault_Handler 080000c7 0x64 4 Code Wk Cortex_M_Startup.o
+ UsageFault_Handler 080000c9 0x64 4 Code Wk Cortex_M_Startup.o
+ SVC_Handler 080000cb 0x64 4 Code Wk Cortex_M_Startup.o
+ DebugMon_Handler 080000cd 0x64 4 Code Wk Cortex_M_Startup.o
+ PendSV_Handler 080000cf 0x64 4 Code Wk Cortex_M_Startup.o
+ SysTick_Handler 080000d1 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR0 080000d3 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR1 080000d5 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR2 080000d7 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR3 080000d9 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR4 080000db 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR5 080000dd 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR6 080000df 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR7 080000e1 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR8 080000e3 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR9 080000e5 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR10 080000e7 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR11 080000e9 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR12 080000eb 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR13 080000ed 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR14 080000ef 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR15 080000f1 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR16 080000f3 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR17 080000f5 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR18 080000f7 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR19 080000f9 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR20 080000fb 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR21 080000fd 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR22 080000ff 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR23 08000101 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR24 08000103 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR25 08000105 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR26 08000107 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR27 08000109 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR28 0800010b 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR29 0800010d 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR30 0800010f 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR31 08000111 0x64 4 Code Wk Cortex_M_Startup.o
+ Reset_Handler 08000113 0x64 4 Code Gb Cortex_M_Startup.o
+ reset_handler 08000113 0x64 4 Code Gb Cortex_M_Startup.o
+ SystemInit 0800011f 0x64 4 Code Wk Cortex_M_Startup.o
+ _start 08000125 0x64 4 Code Gb SEGGER_THUMB_Startup.o
+ ctor_loop 0800014c 0x64 4 Code Lc SEGGER_THUMB_Startup.o
+ ctor_end 0800015c 0x64 4 Code Lc SEGGER_THUMB_Startup.o
+ start 08000163 0x64 4 Code Lc SEGGER_THUMB_Startup.o
+ exit_loop 0800016a 0x64 4 Code Lc SEGGER_THUMB_Startup.o
+ exit 0800016b 0x64 4 Code Wk SEGGER_THUMB_Startup.o
+ BSP_SD_Init 08000189 0x60 4 Code Gb bsp_driver_sd.o
+ MX_FATFS_Init 080001e9 0x24 4 Code Gb fatfs.o
+ BSP_SD_ReadBlocks 0800020d 0x38 4 Code Gb bsp_driver_sd.o
+ BSP_SD_WriteBlocks 08000245 0x38 4 Code Gb bsp_driver_sd.o
BSP_SD_GetCardInfo 0800027d 0x1c 4 Code Gb bsp_driver_sd.o
- MX_FATFS_Init 08000299 0x24 4 Code Gb fatfs.o
- main 080002bd 0x118 4 Code Gb main.o
- ToggleLED_Timer1 080003d5 0x1c 4 Code Gb main.o
- ToggleLED_Timer2 080003f1 0x20 4 Code Gb main.o
- ToggleLED_Timer3 08000411 0x20 4 Code Gb main.o
- ToggleLED_Timer4 08000431 0x20 4 Code Gb main.o
- SystemClock_Config 08000451 0xdc 4 Code Gb main.o
- MX_ADC1_Init 0800052d 0x74 4 Code Lc main.o
- MX_RTC_Init 080005a1 0x98 4 Code Lc main.o
- MX_SDIO_SD_Init 08000639 0x38 4 Code Lc main.o
- MX_SPI1_Init 08000671 0x60 4 Code Lc main.o
- MX_SPI2_Init 080006d1 0x60 4 Code Lc main.o
- MX_SPI3_Init 08000731 0x60 4 Code Lc main.o
- MX_UART4_Init 08000791 0x48 4 Code Lc main.o
- MX_USART1_UART_Init 080007d9 0x48 4 Code Lc main.o
- MX_USART2_UART_Init 08000821 0x48 4 Code Lc main.o
- MX_USART3_UART_Init 08000869 0x48 4 Code Lc main.o
- MX_USART6_UART_Init 080008b1 0x48 4 Code Lc main.o
- MX_DMA_Init 080008f9 0x98 4 Code Lc main.o
- MX_GPIO_Init 08000991 0x11c 4 Code Lc main.o
- StartDefaultTask 08000aad 0x58 4 Code Gb main.o
- HAL_ADC_MspInit 08000b05 0x58 4 Code Gb stm32f4xx_hal_msp.o
- HAL_RTC_MspInit 08000b5d 0x24 4 Code Gb stm32f4xx_hal_msp.o
- HAL_SD_MspInit 08000b81 0x94 4 Code Gb stm32f4xx_hal_msp.o
- HAL_SPI_MspInit 08000c15 0xf8 4 Code Gb stm32f4xx_hal_msp.o
- HAL_UART_MspInit 08000d0d 0x3a8 4 Code Gb stm32f4xx_hal_msp.o
- HAL_InitTick 080010b5 0xb0 4 Code Gb stm32f4xx_hal_timebase_TIM.o
- SystemInit 08001165 0x64 4 Code Gb system_stm32f4xx.o
- HAL_Init 080011c9 0x40 4 Code Gb stm32f4xx_hal.o
- HAL_GetTick 08001209 0xc 4 Code Wk stm32f4xx_hal.o
- HAL_ADC_ConfigChannel 08001215 0x238 4 Code Gb stm32f4xx_hal_adc.o
- ADC_Init 0800144d 0x1fc 4 Code Lc stm32f4xx_hal_adc.o
- NVIC_SetPriorityGrouping
- 08001649 0x40 4 Code Lc stm32f4xx_hal_cortex.o
+ BSP_SD_GetStatus 08000299 0x14 4 Code Gb bsp_driver_sd.o
+ ToggleLED_Timer4 080002ad 0x20 4 Code Gb main.o
+ ToggleLED_Timer3 080002cd 0x20 4 Code Gb main.o
+ MX_ADC1_Init 080002ed 0x74 4 Code Lc main.o
+ MX_SDIO_SD_Init 08000361 0x38 4 Code Lc main.o
+ MX_RTC_Init 08000399 0x98 4 Code Lc main.o
+ SystemClock_Config 08000431 0xdc 4 Code Gb main.o
+ ToggleLED_Timer1 0800050d 0x1c 4 Code Gb main.o
+ main 08000529 0x118 4 Code Gb main.o
+ ToggleLED_Timer2 08000641 0x20 4 Code Gb main.o
+ MX_SPI3_Init 08000661 0x60 4 Code Lc main.o
+ MX_USART6_UART_Init 080006c1 0x48 4 Code Lc main.o
+ MX_SPI1_Init 08000709 0x60 4 Code Lc main.o
+ MX_USART3_UART_Init 08000769 0x48 4 Code Lc main.o
+ StartDefaultTask 080007b1 0x58 4 Code Gb main.o
+ MX_UART4_Init 08000809 0x48 4 Code Lc main.o
+ MX_USART2_UART_Init 08000851 0x48 4 Code Lc main.o
+ MX_USART1_UART_Init 08000899 0x48 4 Code Lc main.o
+ MX_DMA_Init 080008e1 0x98 4 Code Lc main.o
+ MX_SPI2_Init 08000979 0x60 4 Code Lc main.o
+ MX_GPIO_Init 080009d9 0x11c 4 Code Lc main.o
+ HAL_ADC_MspInit 08000af5 0x58 4 Code Gb stm32f4xx_hal_msp.o
+ HAL_UART_MspInit 08000b4d 0x3a8 4 Code Gb stm32f4xx_hal_msp.o
+ HAL_RTC_MspInit 08000ef5 0x24 4 Code Gb stm32f4xx_hal_msp.o
+ HAL_SD_MspInit 08000f19 0x94 4 Code Gb stm32f4xx_hal_msp.o
+ HAL_SPI_MspInit 08000fad 0xf8 4 Code Gb stm32f4xx_hal_msp.o
+ HAL_InitTick 080010a5 0xb0 4 Code Gb stm32f4xx_hal_timebase_TIM.o
+ SystemInit 08001155 0x54 4 Code Gb system_stm32f4xx.o
+ HAL_GetTick 080011a9 0xc 4 Code Wk stm32f4xx_hal.o
+ HAL_Init 080011b5 0x40 4 Code Gb stm32f4xx_hal.o
+ HAL_ADC_ConfigChannel 080011f5 0x238 4 Code Gb stm32f4xx_hal_adc.o
+ ADC_Init 0800142d 0x1fc 4 Code Lc stm32f4xx_hal_adc.o
+ SysTick_Config 08001629 0x40 4 Code Lc stm32f4xx_hal_cortex.o
NVIC_GetPriorityGrouping
- 08001689 0x14 4 Code Lc stm32f4xx_hal_cortex.o
- NVIC_EnableIRQ 0800169d 0x2c 4 Code Lc stm32f4xx_hal_cortex.o
- NVIC_SetPriority 080016c9 0x50 4 Code Lc stm32f4xx_hal_cortex.o
- SysTick_Config 08001719 0x40 4 Code Lc stm32f4xx_hal_cortex.o
+ 08001669 0x14 4 Code Lc stm32f4xx_hal_cortex.o
+ NVIC_SetPriorityGrouping
+ 0800167d 0x40 4 Code Lc stm32f4xx_hal_cortex.o
+ NVIC_EnableIRQ 080016bd 0x2c 4 Code Lc stm32f4xx_hal_cortex.o
+ NVIC_SetPriority 080016e9 0x50 4 Code Lc stm32f4xx_hal_cortex.o
HAL_SYSTICK_CLKSourceConfig
- 08001759 0x30 4 Code Gb stm32f4xx_hal_cortex.o
- HAL_GPIO_Init 08001789 0x33c 4 Code Gb stm32f4xx_hal_gpio.o
- SD_PowerON 08001ac5 0x1e0 4 Code Lc stm32f4xx_hal_sd.o
- SD_CmdResp1Error 08001ca5 0x1c0 4 Code Lc stm32f4xx_hal_sd.o
- SD_IsCardProgramming 08001e65 0x21c 4 Code Lc stm32f4xx_hal_sd.o
- UART_SetConfig 08002081 0x438 4 Code Lc stm32f4xx_hal_uart.o
+ 08001739 0x30 4 Code Gb stm32f4xx_hal_cortex.o
+ HAL_GPIO_Init 08001769 0x33c 4 Code Gb stm32f4xx_hal_gpio.o
+ SD_IsCardProgramming 08001aa5 0x21c 4 Code Lc stm32f4xx_hal_sd.o
+ SD_PowerON 08001cc1 0x1e0 4 Code Lc stm32f4xx_hal_sd.o
+ SD_CmdResp1Error 08001ea1 0x1c0 4 Code Lc stm32f4xx_hal_sd.o
+ UART_SetConfig 08002061 0x438 4 Code Lc stm32f4xx_hal_uart.o
HAL_RCCEx_PeriphCLKConfig
- 080024b9 0x1d0 4 Code Gb stm32f4xx_hal_rcc_ex.o
- SDIO_GetResponse 08002689 0x20 4 Code Gb stm32f4xx_ll_sdmmc.o
- HAL_RCC_OscConfig 080026a9 0x424 4 Code Wk stm32f4xx_hal_rcc.o
- HAL_RCC_ClockConfig 08002acd 0x1ec 4 Code Gb stm32f4xx_hal_rcc.o
- HAL_RCC_GetSysClockFreq 08002cb9 0xf4 4 Code Wk stm32f4xx_hal_rcc.o
- HAL_RCC_GetHCLKFreq 08002dad 0x4c 4 Code Gb stm32f4xx_hal_rcc.o
- HAL_RCC_GetPCLK1Freq 08002df9 0x44 4 Code Gb stm32f4xx_hal_rcc.o
- HAL_RCC_GetPCLK2Freq 08002e3d 0x44 4 Code Gb stm32f4xx_hal_rcc.o
- HAL_RCC_GetClockConfig 08002e81 0x58 4 Code Gb stm32f4xx_hal_rcc.o
- TIM_Base_SetConfig 08002ed9 0x148 4 Code Gb stm32f4xx_hal_tim.o
- HAL_DMA_Init 08003021 0xd8 4 Code Gb stm32f4xx_hal_dma.o
- DMA_CalcBaseAndBitshift 080030f9 0x60 4 Code Lc stm32f4xx_hal_dma.o
- FATFS_LinkDriverEx 08003159 0x9c 4 Code Gb ff_gen_drv.o
- SD_initialize 080031f5 0x3c 4 Code Gb sd_diskio.o
- SD_status 08003231 0x3c 4 Code Gb sd_diskio.o
- SD_ioctl 0800326d 0xa8 4 Code Gb sd_diskio.o
- pvPortMalloc 08003315 0x15c 4 Code Gb heap_4.o
- vPortFree 08003471 0x98 4 Code Gb heap_4.o
- prvHeapInit 08003509 0xbc 4 Code Lc heap_4.o
+ 08002499 0x1d0 4 Code Gb stm32f4xx_hal_rcc_ex.o
+ SDIO_GetResponse 08002669 0x20 4 Code Gb stm32f4xx_ll_sdmmc.o
+ HAL_RCC_GetPCLK2Freq 08002689 0x44 4 Code Gb stm32f4xx_hal_rcc.o
+ HAL_RCC_GetHCLKFreq 080026cd 0x4c 4 Code Gb stm32f4xx_hal_rcc.o
+ HAL_RCC_GetPCLK1Freq 08002719 0x44 4 Code Gb stm32f4xx_hal_rcc.o
+ HAL_RCC_GetSysClockFreq 0800275d 0xf4 4 Code Wk stm32f4xx_hal_rcc.o
+ HAL_RCC_GetClockConfig 08002851 0x58 4 Code Gb stm32f4xx_hal_rcc.o
+ HAL_RCC_ClockConfig 080028a9 0x1ec 4 Code Gb stm32f4xx_hal_rcc.o
+ HAL_RCC_OscConfig 08002a95 0x424 4 Code Wk stm32f4xx_hal_rcc.o
+ TIM_Base_SetConfig 08002eb9 0x148 4 Code Gb stm32f4xx_hal_tim.o
+ HAL_DMA_Init 08003001 0xd8 4 Code Gb stm32f4xx_hal_dma.o
+ DMA_CalcBaseAndBitshift 080030d9 0x60 4 Code Lc stm32f4xx_hal_dma.o
+ FATFS_LinkDriverEx 08003139 0x9c 4 Code Gb ff_gen_drv.o
+ SD_ioctl 080031d5 0xa8 4 Code Gb sd_diskio.o
+ SD_initialize 0800327d 0x3c 4 Code Gb sd_diskio.o
+ SD_status 080032b9 0x3c 4 Code Gb sd_diskio.o
+ pvPortMalloc 080032f5 0x15c 4 Code Gb heap_4.o
+ vPortFree 08003451 0x98 4 Code Gb heap_4.o
+ prvHeapInit 080034e9 0xbc 4 Code Lc heap_4.o
prvInsertBlockIntoFreeList
- 080035c5 0xa8 4 Code Lc heap_4.o
- xTaskGenericCreate 0800366d 0x1b4 4 Code Gb tasks.o
- vTaskDelay 08003821 0x98 4 Code Gb tasks.o
- vTaskStartScheduler 080038b9 0x68 4 Code Gb tasks.o
- vTaskSuspendAll 08003921 0x14 4 Code Gb tasks.o
- xTaskResumeAll 08003935 0x118 4 Code Gb tasks.o
- xTaskIncrementTick 08003a4d 0x174 4 Code Gb tasks.o
- prvIdleTask 08003bc1 0x24 4 Code Lc tasks.o
- prvInitialiseTaskLists 08003be5 0x7c 4 Code Lc tasks.o
+ 080035a5 0xa8 4 Code Lc heap_4.o
+ xTaskGenericCreate 0800364d 0x1b4 4 Code Gb tasks.o
+ vTaskDelay 08003801 0x98 4 Code Gb tasks.o
+ xTaskIncrementTick 08003899 0x174 4 Code Gb tasks.o
+ vTaskStartScheduler 08003a0d 0x68 4 Code Gb tasks.o
+ vTaskSuspendAll 08003a75 0x14 4 Code Gb tasks.o
+ xTaskResumeAll 08003a89 0x118 4 Code Gb tasks.o
+ prvIdleTask 08003ba1 0x24 4 Code Lc tasks.o
+ prvInitialiseTaskLists 08003bc5 0x7c 4 Code Lc tasks.o
prvCheckTasksWaitingTermination
- 08003c61 0x74 4 Code Lc tasks.o
- prvAddCurrentTaskToDelayedList
- 08003cd5 0x6c 4 Code Lc tasks.o
+ 08003c41 0x74 4 Code Lc tasks.o
prvResetNextTaskUnblockTime
- 08003d41 0x40 4 Code Lc tasks.o
- xTaskGetSchedulerState 08003d81 0x34 4 Code Gb tasks.o
- pxPortInitialiseStack 08003db5 0x5c 4 Code Gb port.o
- prvTaskExitError 08003e11 0x20 4 Code Lc port.o
- xPortStartScheduler 08003e31 0xfc 4 Code Gb port.o
- vPortEnterCritical 08003f2d 0x38 4 Code Gb port.o
- vPortExitCritical 08003f65 0x30 4 Code Gb port.o
- xPortSysTickHandler 08003f95 0x34 4 Code Gb port.o
+ 08003cb5 0x40 4 Code Lc tasks.o
+ xTaskGetSchedulerState 08003cf5 0x34 4 Code Gb tasks.o
+ prvAddCurrentTaskToDelayedList
+ 08003d29 0x6c 4 Code Lc tasks.o
+ xPortStartScheduler 08003d95 0xfc 4 Code Gb port.o
+ pxPortInitialiseStack 08003e91 0x5c 4 Code Gb port.o
+ xPortSysTickHandler 08003eed 0x34 4 Code Gb port.o
+ prvTaskExitError 08003f21 0x20 4 Code Lc port.o
+ vPortEnterCritical 08003f41 0x38 4 Code Gb port.o
vPortSetupTimerInterrupt
- 08003fc9 0x2c 4 Code Gb port.o
- SYSVIEW_AddTask 08003ff5 0xcc 4 Code Gb SEGGER_SYSVIEW_FreeRTOS.o
- _DoInit 080040c1 0x9c 4 Code Lc SEGGER_RTT.o
- SEGGER_RTT_ReadNoLock 0800415d 0x100 4 Code Gb SEGGER_RTT.o
- SEGGER_RTT_WriteSkipNoLock
- 0800425d 0x13c 4 Code Gb SEGGER_RTT.o
- _TrySendOverflowPacket 08004399 0xec 4 Code Lc SEGGER_SYSVIEW.o
- _SendPacket 08004485 0x190 4 Code Lc SEGGER_SYSVIEW.o
+ 08003f79 0x2c 4 Code Gb port.o
+ vPortExitCritical 08003fa5 0x30 4 Code Gb port.o
SEGGER_SYSVIEW_RecordVoid
- 08004615 0x38 4 Code Gb SEGGER_SYSVIEW.o
+ 08003fd5 0x38 4 Code Gb SEGGER_SYSVIEW.o
+ _TrySendOverflowPacket 0800400d 0xec 4 Code Lc SEGGER_SYSVIEW.o
+ _SendPacket 080040f9 0x190 4 Code Lc SEGGER_SYSVIEW.o
SEGGER_SYSVIEW_RecordU32
- 0800464d 0x78 4 Code Gb SEGGER_SYSVIEW.o
+ 08004289 0x78 4 Code Gb SEGGER_SYSVIEW.o
SEGGER_SYSVIEW_RecordU32x2
- 080046c5 0xb0 4 Code Gb SEGGER_SYSVIEW.o
- SEGGER_SYSVIEW_Start 08004775 0x178 4 Code Gb SEGGER_SYSVIEW.o
- SEGGER_SYSVIEW_Stop 080048ed 0x48 4 Code Gb SEGGER_SYSVIEW.o
+ 08004301 0xb0 4 Code Gb SEGGER_SYSVIEW.o
+ SEGGER_SYSVIEW_Start 080043b1 0x178 4 Code Gb SEGGER_SYSVIEW.o
SEGGER_SYSVIEW_GetSysDesc
- 08004935 0x134 4 Code Gb SEGGER_SYSVIEW.o
+ 08004529 0x134 4 Code Gb SEGGER_SYSVIEW.o
SEGGER_SYSVIEW_SendTaskInfo
- 08004a69 0x1c8 4 Code Gb SEGGER_SYSVIEW.o
+ 0800465d 0x1c8 4 Code Gb SEGGER_SYSVIEW.o
SEGGER_SYSVIEW_SendTaskList
- 08004c31 0x24 4 Code Gb SEGGER_SYSVIEW.o
+ 08004825 0x24 4 Code Gb SEGGER_SYSVIEW.o
+ SEGGER_SYSVIEW_Stop 08004849 0x48 4 Code Gb SEGGER_SYSVIEW.o
SEGGER_SYSVIEW_RecordSystime
- 08004c55 0x5c 4 Code Gb SEGGER_SYSVIEW.o
+ 08004891 0x5c 4 Code Gb SEGGER_SYSVIEW.o
SEGGER_SYSVIEW_OnTaskCreate
- 08004cb1 0x84 4 Code Gb SEGGER_SYSVIEW.o
- SEGGER_SYSVIEW_OnTaskStartReady
- 08004d35 0x84 4 Code Gb SEGGER_SYSVIEW.o
- SEGGER_SYSVIEW_SendModule
- 08004db9 0x104 4 Code Gb SEGGER_SYSVIEW.o
+ 080048ed 0x84 4 Code Gb SEGGER_SYSVIEW.o
SEGGER_SYSVIEW_SendModuleDescription
- 08004ebd 0x38 4 Code Gb SEGGER_SYSVIEW.o
+ 08004971 0x38 4 Code Gb SEGGER_SYSVIEW.o
SEGGER_SYSVIEW_SendNumModules
- 08004ef5 0x78 4 Code Gb SEGGER_SYSVIEW.o
- SEGGER_SYSVIEW_Warn 08004f6d 0xb4 4 Code Gb SEGGER_SYSVIEW.o
- __vfprintf_int_nwp 08005021 0x4f0 4 Code Gb libvfprintf_v7em_fpv4_sp_d16_hard_t_le_eabi.o
- __vfprintf 08005021 0x4f0 4 Code Gb libvfprintf_v7em_fpv4_sp_d16_hard_t_le_eabi.o
- APBAHBPrescTable 08005568 0x10 4 Cnst Gb stm32f4xx_hal_rcc.o
- flagBitshiftOffset.8468 08005578 0x8 4 Cnst Lc stm32f4xx_hal_dma.o
- SD_Driver 08005580 0x14 4 Cnst Gb sd_diskio.o
- __RAL_hex_lc 08005594 0x10 4 Cnst Gb libc2.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
- __RAL_hex_uc 080055a4 0x10 4 Cnst Gb libc2.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
- _abSync 080055b4 0xa 4 Cnst Lc SEGGER_SYSVIEW.o
- HK_task 080055bf 0x6 2 Code Gb main.o
- ctors$$Base 080055c9 ---- Gb - Linker created -
- ctors$$Limit 080055c9 ---- Gb - Linker created -
- __ctors_start__ 080055c9 ---- Gb - Linker created -
- __ctors_end__ 080055c9 ---- Gb - Linker created -
- __ctors_start 080055c9 ---- Gb - Linker created -
- __ctors_end 080055c9 ---- Gb - Linker created -
- dtors$$Base 080055c9 ---- Gb - Linker created -
- dtors$$Limit 080055c9 ---- Gb - Linker created -
- __dtors_start__ 080055c9 ---- Gb - Linker created -
- __dtors_end__ 080055c9 ---- Gb - Linker created -
- __dtors_start 080055c9 ---- Gb - Linker created -
- __dtors_end 080055c9 ---- Gb - Linker created -
- exidx$$Base 080055c9 ---- Gb - Linker created -
- exidx$$Limit 080055c9 ---- Gb - Linker created -
- __exidx_start__ 080055c9 ---- Gb - Linker created -
- __exidx_end__ 080055c9 ---- Gb - Linker created -
- __exidx_start 080055c9 ---- Gb - Linker created -
- __exidx_end 080055c9 ---- Gb - Linker created -
- tdata_load$$Base 080055c9 ---- Gb - Linker created -
- tdata_load$$Limit 080055c9 ---- Gb - Linker created -
- __tdata_load_start__ 080055c9 ---- Gb - Linker created -
- __tdata_load_end__ 080055c9 ---- Gb - Linker created -
- __tdata_load_start 080055c9 ---- Gb - Linker created -
- __tdata_load_end 080055c9 ---- Gb - Linker created -
- SysTick_Handler 080055cb 0xa 2 Code Gb stm32f4xx_it.o
- HAL_Delay 08005635 0x2a 2 Code Wk stm32f4xx_hal.o
- HAL_ADC_Init 0800565f 0x8a 2 Code Gb stm32f4xx_hal_adc.o
- HAL_SYSTICK_Config 080056e9 0x16 2 Code Gb stm32f4xx_hal_cortex.o
- HAL_GPIO_WritePin 080056ff 0x32 2 Code Gb stm32f4xx_hal_gpio.o
- HAL_GPIO_TogglePin 08005731 0x1e 2 Code Gb stm32f4xx_hal_gpio.o
+ 080049a9 0x78 4 Code Gb SEGGER_SYSVIEW.o
+ SEGGER_SYSVIEW_OnTaskStartReady
+ 08004a21 0x84 4 Code Gb SEGGER_SYSVIEW.o
+ SEGGER_SYSVIEW_SendModule
+ 08004aa5 0x104 4 Code Gb SEGGER_SYSVIEW.o
+ _DoInit 08004ba9 0x9c 4 Code Lc SEGGER_RTT.o
+ SEGGER_RTT_ReadNoLock 08004c45 0x100 4 Code Gb SEGGER_RTT.o
+ SEGGER_SYSVIEW_Warn 08004d45 0xb4 4 Code Gb SEGGER_SYSVIEW.o
+ SEGGER_RTT_WriteSkipNoLock
+ 08004df9 0x13c 4 Code Gb SEGGER_RTT.o
+ SYSVIEW_AddTask 08004f35 0xcc 4 Code Gb SEGGER_SYSVIEW_FreeRTOS.o
+ __vfprintf_int_nwp 08005001 0x4f0 4 Code Gb libvfprintf_v7em_t_le_eabi.o
+ __vfprintf 08005001 0x4f0 4 Code Gb libvfprintf_v7em_t_le_eabi.o
+ APBAHBPrescTable 08005548 0x10 4 Cnst Gb stm32f4xx_hal_rcc.o
+ flagBitshiftOffset.7160 08005558 0x8 4 Cnst Lc stm32f4xx_hal_dma.o
+ SD_Driver 08005560 0x14 4 Cnst Gb sd_diskio.o
+ __RAL_hex_uc 08005574 0x10 4 Cnst Gb libc2.o (libc_v7em_t_le_eabi.a)
+ __RAL_hex_lc 08005584 0x10 4 Cnst Gb libc2.o (libc_v7em_t_le_eabi.a)
+ _abSync 08005594 0xa 4 Cnst Lc SEGGER_SYSVIEW.o
+ HK_task 0800559f 0x6 2 Code Gb main.o
+ __dtors_start 080055a9 ---- Gb - Linker created -
+ tdata_load$$Base 080055a9 ---- Gb - Linker created -
+ tdata_load$$Limit 080055a9 ---- Gb - Linker created -
+ ctors$$Base 080055a9 ---- Gb - Linker created -
+ __ctors_start 080055a9 ---- Gb - Linker created -
+ dtors$$Limit 080055a9 ---- Gb - Linker created -
+ __dtors_end 080055a9 ---- Gb - Linker created -
+ __exidx_end__ 080055a9 ---- Gb - Linker created -
+ exidx$$Base 080055a9 ---- Gb - Linker created -
+ __tdata_load_start__ 080055a9 ---- Gb - Linker created -
+ __ctors_start__ 080055a9 ---- Gb - Linker created -
+ __tdata_load_end__ 080055a9 ---- Gb - Linker created -
+ __tdata_load_start 080055a9 ---- Gb - Linker created -
+ ctors$$Limit 080055a9 ---- Gb - Linker created -
+ __exidx_end 080055a9 ---- Gb - Linker created -
+ __tdata_load_end 080055a9 ---- Gb - Linker created -
+ dtors$$Base 080055a9 ---- Gb - Linker created -
+ __dtors_end__ 080055a9 ---- Gb - Linker created -
+ __dtors_start__ 080055a9 ---- Gb - Linker created -
+ __ctors_end__ 080055a9 ---- Gb - Linker created -
+ __ctors_end 080055a9 ---- Gb - Linker created -
+ exidx$$Limit 080055a9 ---- Gb - Linker created -
+ __exidx_start 080055a9 ---- Gb - Linker created -
+ __exidx_start__ 080055a9 ---- Gb - Linker created -
+ SysTick_Handler 080055ab 0xa 2 Code Gb stm32f4xx_it.o
+ HAL_Delay 08005615 0x2a 2 Code Wk stm32f4xx_hal.o
+ HAL_ADC_Init 0800563f 0x8a 2 Code Gb stm32f4xx_hal_adc.o
+ HAL_SYSTICK_Config 080056c9 0x16 2 Code Gb stm32f4xx_hal_cortex.o
+ HAL_GPIO_TogglePin 080056df 0x1e 2 Code Gb stm32f4xx_hal_gpio.o
+ HAL_GPIO_WritePin 080056fd 0x32 2 Code Gb stm32f4xx_hal_gpio.o
HAL_RTCEx_SetCalibrationOutPut
- 0800574f 0x7a 2 Code Gb stm32f4xx_hal_rtc_ex.o
- HAL_SD_ReadBlocks 080057c9 0x2be 2 Code Gb stm32f4xx_hal_sd.o
- HAL_SD_WriteBlocks 08005a87 0x39a 2 Code Gb stm32f4xx_hal_sd.o
- HAL_SD_StopTransfer 08005e21 0x4a 2 Code Gb stm32f4xx_hal_sd.o
- HAL_SD_GetStatus 08005e6b 0x3a 2 Code Gb stm32f4xx_hal_sd.o
- SD_GetState 08005ea5 0x32 2 Code Lc stm32f4xx_hal_sd.o
- SD_Initialize_Cards 08005ed7 0x182 2 Code Lc stm32f4xx_hal_sd.o
- SD_Select_Deselect 08006059 0x4e 2 Code Lc stm32f4xx_hal_sd.o
- SD_CmdError 080060a7 0x76 2 Code Lc stm32f4xx_hal_sd.o
- SD_CmdResp7Error 0800611d 0xb2 2 Code Lc stm32f4xx_hal_sd.o
- SD_CmdResp2Error 080061cf 0x72 2 Code Lc stm32f4xx_hal_sd.o
- SD_FindSCR 08006241 0x20a 2 Code Lc stm32f4xx_hal_sd.o
+ 0800572f 0x7a 2 Code Gb stm32f4xx_hal_rtc_ex.o
+ HAL_SD_WriteBlocks 080057a9 0x39a 2 Code Gb stm32f4xx_hal_sd.o
+ HAL_SD_ReadBlocks 08005b43 0x2be 2 Code Gb stm32f4xx_hal_sd.o
+ HAL_SD_StopTransfer 08005e01 0x4a 2 Code Gb stm32f4xx_hal_sd.o
+ HAL_SD_GetStatus 08005e4b 0x3a 2 Code Gb stm32f4xx_hal_sd.o
+ SD_GetState 08005e85 0x32 2 Code Lc stm32f4xx_hal_sd.o
+ SD_CmdResp2Error 08005eb7 0x72 2 Code Lc stm32f4xx_hal_sd.o
+ SD_Initialize_Cards 08005f29 0x182 2 Code Lc stm32f4xx_hal_sd.o
+ SD_Select_Deselect 080060ab 0x4e 2 Code Lc stm32f4xx_hal_sd.o
+ SD_CmdError 080060f9 0x76 2 Code Lc stm32f4xx_hal_sd.o
+ SD_FindSCR 0800616f 0x20a 2 Code Lc stm32f4xx_hal_sd.o
+ SD_CmdResp7Error 08006379 0xb2 2 Code Lc stm32f4xx_hal_sd.o
UART_WaitOnFlagUntilTimeout
- 0800644b 0x146 2 Code Lc stm32f4xx_hal_uart.o
- SDIO_Init 08006591 0x4a 2 Code Gb stm32f4xx_ll_sdmmc.o
- SDIO_PowerState_ON 080065db 0x12 2 Code Gb stm32f4xx_ll_sdmmc.o
- SDIO_GetPowerState 080065ed 0x12 2 Code Gb stm32f4xx_ll_sdmmc.o
- SDIO_SendCommand 080065ff 0x4a 2 Code Gb stm32f4xx_ll_sdmmc.o
- SDIO_DataConfig 08006649 0x4e 2 Code Gb stm32f4xx_ll_sdmmc.o
- HAL_TIM_Base_MspInit 08006697 0xa 2 Code Wk stm32f4xx_hal_tim.o
- HAL_RTC_SetTime 080066a1 0x186 2 Code Gb stm32f4xx_hal_rtc.o
- HAL_RTC_SetDate 08006827 0x166 2 Code Gb stm32f4xx_hal_rtc.o
- HAL_RTC_WaitForSynchro 0800698d 0x4e 2 Code Gb stm32f4xx_hal_rtc.o
- RTC_EnterInitMode 080069db 0x56 2 Code Gb stm32f4xx_hal_rtc.o
- osDelay 08006a31 0x26 2 Code Gb cmsis_os.o
- vListInitialise 08006a57 0x36 2 Code Gb list.o
- vListInsertEnd 08006a8d 0x3e 2 Code Gb list.o
- uxListRemove 08006acb 0x4a 2 Code Gb list.o
+ 0800642b 0x146 2 Code Lc stm32f4xx_hal_uart.o
+ SDIO_DataConfig 08006571 0x4e 2 Code Gb stm32f4xx_ll_sdmmc.o
+ SDIO_GetPowerState 080065bf 0x12 2 Code Gb stm32f4xx_ll_sdmmc.o
+ SDIO_PowerState_ON 080065d1 0x12 2 Code Gb stm32f4xx_ll_sdmmc.o
+ SDIO_SendCommand 080065e3 0x4a 2 Code Gb stm32f4xx_ll_sdmmc.o
+ SDIO_Init 0800662d 0x4a 2 Code Gb stm32f4xx_ll_sdmmc.o
+ HAL_TIM_Base_MspInit 08006677 0xa 2 Code Wk stm32f4xx_hal_tim.o
+ HAL_RTC_SetDate 08006681 0x166 2 Code Gb stm32f4xx_hal_rtc.o
+ HAL_RTC_SetTime 080067e7 0x186 2 Code Gb stm32f4xx_hal_rtc.o
+ HAL_RTC_WaitForSynchro 0800696d 0x4e 2 Code Gb stm32f4xx_hal_rtc.o
+ RTC_EnterInitMode 080069bb 0x56 2 Code Gb stm32f4xx_hal_rtc.o
+ osDelay 08006a11 0x26 2 Code Gb cmsis_os.o
+ vListInsertEnd 08006a37 0x3e 2 Code Gb list.o
+ uxListRemove 08006a75 0x4a 2 Code Gb list.o
+ vListInitialise 08006abf 0x36 2 Code Gb list.o
prvInitialiseTCBVariables
- 08006b15 0xa6 2 Code Lc tasks.o
- prvDeleteTCB 08006bbb 0x1e 2 Code Lc tasks.o
- _PreparePacket 08006bd9 0xe 2 Code Lc SEGGER_SYSVIEW.o
- _HandleIncomingPacket 08006be7 0xc2 2 Code Lc SEGGER_SYSVIEW.o
- sprintf 08006ca9 0x2a 2 Code Wk libc2.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
- memcmp 08006cd3 0x76 2 Code Wk libc2.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
- memcpy 08006d49 0x52 2 Code Wk libc2_asm.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
- __aeabi_memcpy 08006d49 0x52 2 Code Wk libc2_asm.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
- __aeabi_memcpy4 08006d55 0x52 2 Code Wk libc2_asm.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
- __aeabi_memcpy8 08006d55 0x52 2 Code Wk libc2_asm.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
- memset 08006d9b 0x66 2 Code Wk libc2_asm.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
- BSP_SD_IsDetected 08006e01 0x14 2 Code Gb bsp_driver_sd.o
- HAL_MspInit 08006e15 0x48 2 Code Gb stm32f4xx_hal_msp.o
- NVIC_EncodePriority 08006e5d 0x58 2 Code Lc stm32f4xx_hal_cortex.o
+ 08006af5 0xa6 2 Code Lc tasks.o
+ prvDeleteTCB 08006b9b 0x1e 2 Code Lc tasks.o
+ _HandleIncomingPacket 08006bb9 0xc2 2 Code Lc SEGGER_SYSVIEW.o
+ _PreparePacket 08006c7b 0xe 2 Code Lc SEGGER_SYSVIEW.o
+ memcmp 08006c89 0x76 2 Code Wk libc2.o (libc_v7em_t_le_eabi.a)
+ sprintf 08006cff 0x2a 2 Code Wk libc2.o (libc_v7em_t_le_eabi.a)
+ __aeabi_memcpy 08006d29 0x52 2 Code Wk libc2_asm.o (libc_v7em_t_le_eabi.a)
+ memcpy 08006d29 0x52 2 Code Wk libc2_asm.o (libc_v7em_t_le_eabi.a)
+ __aeabi_memcpy4 08006d35 0x52 2 Code Wk libc2_asm.o (libc_v7em_t_le_eabi.a)
+ __aeabi_memcpy8 08006d35 0x52 2 Code Wk libc2_asm.o (libc_v7em_t_le_eabi.a)
+ memset 08006d7b 0x66 2 Code Wk libc2_asm.o (libc_v7em_t_le_eabi.a)
+ BSP_SD_IsDetected 08006de1 0x14 2 Code Gb bsp_driver_sd.o
+ HAL_MspInit 08006df5 0x48 2 Code Gb stm32f4xx_hal_msp.o
+ HAL_NVIC_SetPriority 08006e3d 0x38 2 Code Gb stm32f4xx_hal_cortex.o
+ HAL_NVIC_EnableIRQ 08006e75 0x1c 2 Code Gb stm32f4xx_hal_cortex.o
+ NVIC_EncodePriority 08006e91 0x58 2 Code Lc stm32f4xx_hal_cortex.o
HAL_NVIC_SetPriorityGrouping
- 08006eb5 0x14 2 Code Gb stm32f4xx_hal_cortex.o
- HAL_NVIC_SetPriority 08006ec9 0x38 2 Code Gb stm32f4xx_hal_cortex.o
- HAL_NVIC_EnableIRQ 08006f01 0x1c 2 Code Gb stm32f4xx_hal_cortex.o
- HAL_SD_Init 08006f1d 0xe4 2 Code Gb stm32f4xx_hal_sd.o
- HAL_SD_Get_CardInfo 08007001 0x618 2 Code Gb stm32f4xx_hal_sd.o
+ 08006ee9 0x14 2 Code Gb stm32f4xx_hal_cortex.o
+ HAL_SD_Init 08006efd 0xe4 2 Code Gb stm32f4xx_hal_sd.o
+ HAL_SD_Get_CardInfo 08006fe1 0x618 2 Code Gb stm32f4xx_hal_sd.o
HAL_SD_WideBusOperation_Config
- 08007619 0xc8 2 Code Gb stm32f4xx_hal_sd.o
- SD_SendStatus 080076e1 0x7c 2 Code Lc stm32f4xx_hal_sd.o
- SD_CmdResp3Error 0800775d 0x50 2 Code Lc stm32f4xx_hal_sd.o
- SD_CmdResp6Error 080077ad 0xec 2 Code Lc stm32f4xx_hal_sd.o
- SD_WideBus_Enable 08007899 0xe8 2 Code Lc stm32f4xx_hal_sd.o
- SD_WideBus_Disable 08007981 0xe8 2 Code Lc stm32f4xx_hal_sd.o
- HAL_UART_Init 08007a69 0x98 2 Code Gb stm32f4xx_hal_uart.o
- HAL_UART_Transmit 08007b01 0x11c 2 Code Gb stm32f4xx_hal_uart.o
- HAL_UART_Receive_IT 08007c1d 0xa8 2 Code Gb stm32f4xx_hal_uart.o
- HAL_SPI_Init 08007cc5 0xd4 2 Code Gb stm32f4xx_hal_spi.o
- SDIO_ReadFIFO 08007d99 0x10 2 Code Gb stm32f4xx_ll_sdmmc.o
- SDIO_WriteFIFO 08007da9 0x18 2 Code Gb stm32f4xx_ll_sdmmc.o
- SDIO_GetCommandResponse 08007dc1 0x10 2 Code Gb stm32f4xx_ll_sdmmc.o
- HAL_TIM_Base_Init 08007dd1 0x54 2 Code Gb stm32f4xx_hal_tim.o
- HAL_TIM_Base_Start_IT 08007e25 0x2c 2 Code Gb stm32f4xx_hal_tim.o
- HAL_RTC_Init 08007e51 0xf4 2 Code Gb stm32f4xx_hal_rtc.o
- RTC_ByteToBcd2 08007f45 0x3c 2 Code Gb stm32f4xx_hal_rtc.o
- RTC_Bcd2ToByte 08007f81 0x38 2 Code Gb stm32f4xx_hal_rtc.o
- FATFS_LinkDriver 08007fb9 0x1c 2 Code Gb ff_gen_drv.o
- SD_read 08007fd5 0x48 2 Code Gb sd_diskio.o
- SD_write 0800801d 0x48 2 Code Gb sd_diskio.o
- makeFreeRtosPriority 08008065 0x28 2 Code Lc cmsis_os.o
- osKernelStart 0800808d 0xc 2 Code Gb cmsis_os.o
- osThreadCreate 08008099 0x50 2 Code Gb cmsis_os.o
- osSystickHandler 080080e9 0x14 2 Code Gb cmsis_os.o
- vListInitialiseItem 080080fd 0x10 2 Code Gb list.o
- vListInsert 0800810d 0x68 2 Code Gb list.o
- prvAllocateTCBAndStack 08008175 0x70 2 Code Lc tasks.o
- SYSVIEW_SendTaskInfo 080081e5 0x3c 2 Code Gb SEGGER_SYSVIEW_FreeRTOS.o
- _EncodeStr 08008221 0x4c 2 Code Lc SEGGER_SYSVIEW.o
- __putc 0800826d 0x34 2 Code Gb libc2.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
- strcpy 080082a1 0x44 2 Code Wk libc2_asm.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
- __SEGGER_init_table__ 080082e4 0x2c 4 Cnst Lc - Linker created -
- __SEGGER_init_data__ 08008310 0xd 4 Cnst Lc - Linker created -
- __SEGGER_init_zero 0800831f 0x16 2 Code Gb SEGGER_THUMB_Startup.o
- __SEGGER_init_copy 08008335 0x1a 2 Code Gb SEGGER_THUMB_Startup.o
+ 080075f9 0xc8 2 Code Gb stm32f4xx_hal_sd.o
+ SD_WideBus_Disable 080076c1 0xe8 2 Code Lc stm32f4xx_hal_sd.o
+ SD_CmdResp6Error 080077a9 0xec 2 Code Lc stm32f4xx_hal_sd.o
+ SD_CmdResp3Error 08007895 0x50 2 Code Lc stm32f4xx_hal_sd.o
+ SD_WideBus_Enable 080078e5 0xe8 2 Code Lc stm32f4xx_hal_sd.o
+ SD_SendStatus 080079cd 0x7c 2 Code Lc stm32f4xx_hal_sd.o
+ HAL_UART_Init 08007a49 0x98 2 Code Gb stm32f4xx_hal_uart.o
+ HAL_UART_Transmit 08007ae1 0x11c 2 Code Gb stm32f4xx_hal_uart.o
+ HAL_UART_Receive_IT 08007bfd 0xa8 2 Code Gb stm32f4xx_hal_uart.o
+ SDIO_WriteFIFO 08007ca5 0x18 2 Code Gb stm32f4xx_ll_sdmmc.o
+ SDIO_GetCommandResponse 08007cbd 0x10 2 Code Gb stm32f4xx_ll_sdmmc.o
+ SDIO_ReadFIFO 08007ccd 0x10 2 Code Gb stm32f4xx_ll_sdmmc.o
+ HAL_SPI_Init 08007cdd 0xd4 2 Code Gb stm32f4xx_hal_spi.o
+ HAL_TIM_Base_Start_IT 08007db1 0x2c 2 Code Gb stm32f4xx_hal_tim.o
+ HAL_TIM_Base_Init 08007ddd 0x54 2 Code Gb stm32f4xx_hal_tim.o
+ FATFS_LinkDriver 08007e31 0x1c 2 Code Gb ff_gen_drv.o
+ HAL_RTC_Init 08007e4d 0xf4 2 Code Gb stm32f4xx_hal_rtc.o
+ RTC_Bcd2ToByte 08007f41 0x38 2 Code Gb stm32f4xx_hal_rtc.o
+ RTC_ByteToBcd2 08007f79 0x3c 2 Code Gb stm32f4xx_hal_rtc.o
+ makeFreeRtosPriority 08007fb5 0x28 2 Code Lc cmsis_os.o
+ SD_read 08007fdd 0x48 2 Code Gb sd_diskio.o
+ SD_write 08008025 0x48 2 Code Gb sd_diskio.o
+ osKernelStart 0800806d 0xc 2 Code Gb cmsis_os.o
+ osThreadCreate 08008079 0x50 2 Code Gb cmsis_os.o
+ osSystickHandler 080080c9 0x14 2 Code Gb cmsis_os.o
+ vListInsert 080080dd 0x68 2 Code Gb list.o
+ vListInitialiseItem 08008145 0x10 2 Code Gb list.o
+ prvAllocateTCBAndStack 08008155 0x70 2 Code Lc tasks.o
+ _EncodeStr 080081c5 0x4c 2 Code Lc SEGGER_SYSVIEW.o
+ SYSVIEW_SendTaskInfo 08008211 0x3c 2 Code Gb SEGGER_SYSVIEW_FreeRTOS.o
+ __putc 0800824d 0x34 2 Code Gb libc2.o (libc_v7em_t_le_eabi.a)
+ strcpy 08008281 0x44 2 Code Wk libc2_asm.o (libc_v7em_t_le_eabi.a)
+ __SEGGER_init_table__ 080082c4 0x2c 4 Cnst Lc - Linker created -
+ __SEGGER_init_data__ 080082f0 0xd 4 Cnst Lc - Linker created -
+ __SEGGER_init_zero 080082ff 0x16 2 Code Gb SEGGER_THUMB_Startup.o
+ __SEGGER_init_copy 08008315 0x1a 2 Code Gb SEGGER_THUMB_Startup.o
+ __FLASH1_segment_used_end__
+ 0800832e ---- Gb - Linker created -
__FLASH_segment_used_end__
- 0800834e ---- Gb - Linker created -
+ 0800832e ---- Gb - Linker created -
__FLASH_segment_end__ 08100000 ---- Gb - Linker created -
+ __FLASH1_segment_end__ 08100000 ---- Gb - Linker created -
SystemCoreClock 20000000 0x4 4 Data Gb system_stm32f4xx.o
- __RAM_segment_start__ 20000000 ---- Gb - Linker created -
- __RAM_segment_used_start__
- 20000000 ---- Gb - Linker created -
- tbss$$Base 20000000 ---- Gb - Linker created -
- tbss$$Limit 20000000 ---- Gb - Linker created -
- __tbss_start__ 20000000 ---- Gb - Linker created -
- __tbss_end__ 20000000 ---- Gb - Linker created -
- __tbss_start 20000000 ---- Gb - Linker created -
- __tbss_end 20000000 ---- Gb - Linker created -
tdata$$Base 20000000 ---- Gb - Linker created -
- tdata$$Limit 20000000 ---- Gb - Linker created -
- __tdata_start__ 20000000 ---- Gb - Linker created -
- __tdata_end__ 20000000 ---- Gb - Linker created -
__tdata_start 20000000 ---- Gb - Linker created -
- __tdata_end 20000000 ---- Gb - Linker created -
+ __tdata_end__ 20000000 ---- Gb - Linker created -
tls$$Base 20000000 ---- Gb - Linker created -
tls$$Limit 20000000 ---- Gb - Linker created -
__tls_start__ 20000000 ---- Gb - Linker created -
- __tls_end__ 20000000 ---- Gb - Linker created -
__tls_start 20000000 ---- Gb - Linker created -
+ tbss$$Base 20000000 ---- Gb - Linker created -
+ __tdata_end 20000000 ---- Gb - Linker created -
+ __tbss_end__ 20000000 ---- Gb - Linker created -
+ __tbss_start 20000000 ---- Gb - Linker created -
+ tdata$$Limit 20000000 ---- Gb - Linker created -
+ __tbss_start__ 20000000 ---- Gb - Linker created -
+ __tls_end__ 20000000 ---- Gb - Linker created -
+ __tdata_start__ 20000000 ---- Gb - Linker created -
__tls_end 20000000 ---- Gb - Linker created -
+ tbss$$Limit 20000000 ---- Gb - Linker created -
+ __tbss_end 20000000 ---- Gb - Linker created -
+ __RAM_segment_start__ 20000000 ---- Gb - Linker created -
+ __RAM_segment_used_start__
+ 20000000 ---- Gb - Linker created -
+ __RAM1_segment_start__ 20000000 ---- Gb - Linker created -
+ __RAM1_segment_used_start__
+ 20000000 ---- Gb - Linker created -
xNextTaskUnblockTime 20000004 0x4 4 Data Lc tasks.o
uxCriticalNesting 20000008 0x4 4 Data Lc port.o
Stat 2000000c 0x1 Data Lc sd_diskio.o
@@ -1163,314 +1198,336 @@ Symbols by value
pxReadyTasksLists 20016410 0x8c 4 Data Lc tasks.o
_SEGGER_RTT 2001649c 0x78 4 Data Gb SEGGER_RTT.o
hsd 20016514 0x60 4 Data Gb main.o
- hspi1 20016574 0x58 4 Data Gb main.o
+ hdma_usart2_tx 20016574 0x58 4 Data Gb main.o
hspi2 200165cc 0x58 4 Data Gb main.o
- hspi3 20016624 0x58 4 Data Gb main.o
+ hdma_usart1_tx 20016624 0x58 4 Data Gb main.o
hdma_uart4_tx 2001667c 0x58 4 Data Gb main.o
- hdma_usart1_tx 200166d4 0x58 4 Data Gb main.o
- hdma_usart2_tx 2001672c 0x58 4 Data Gb main.o
+ hspi3 200166d4 0x58 4 Data Gb main.o
+ hspi1 2001672c 0x58 4 Data Gb main.o
hdma_usart3_tx 20016784 0x58 4 Data Gb main.o
hdma_usart6_tx 200167dc 0x58 4 Data Gb main.o
SD_Path 20016834 0x4 4 Data Gb fatfs.o
SDCardInfo 20016838 0x58 8 Data Gb main.o
hadc1 20016890 0x48 4 Data Gb main.o
- huart4 200168d8 0x40 4 Data Gb main.o
- huart1 20016918 0x40 4 Data Gb main.o
+ huart1 200168d8 0x40 4 Data Gb main.o
+ huart4 20016918 0x40 4 Data Gb main.o
huart2 20016958 0x40 4 Data Gb main.o
- huart3 20016998 0x40 4 Data Gb main.o
- huart6 200169d8 0x40 4 Data Gb main.o
+ huart6 20016998 0x40 4 Data Gb main.o
+ huart3 200169d8 0x40 4 Data Gb main.o
htim1 20016a18 0x3c 4 Data Gb stm32f4xx_hal_timebase_TIM.o
_SYSVIEW_Globals 20016a54 0x24 4 Data Lc SEGGER_SYSVIEW.o
hrtc 20016a78 0x20 4 Data Gb main.o
- xDelayedTaskList1 20016a98 0x14 4 Data Lc tasks.o
- xDelayedTaskList2 20016aac 0x14 4 Data Lc tasks.o
- xPendingReadyList 20016ac0 0x14 4 Data Lc tasks.o
xTasksWaitingTermination
- 20016ad4 0x14 4 Data Lc tasks.o
- xSuspendedTaskList 20016ae8 0x14 4 Data Lc tasks.o
+ 20016a98 0x14 4 Data Lc tasks.o
+ xDelayedTaskList2 20016aac 0x14 4 Data Lc tasks.o
+ xSuspendedTaskList 20016ac0 0x14 4 Data Lc tasks.o
+ xDelayedTaskList1 20016ad4 0x14 4 Data Lc tasks.o
+ xPendingReadyList 20016ae8 0x14 4 Data Lc tasks.o
_acDownBuffer 20016afc 0x10 4 Data Lc SEGGER_RTT.o
disk 20016b0c 0xc 4 Data Gb ff_gen_drv.o
xStart 20016b18 0x8 4 Data Lc heap_4.o
- defaultTaskHandle 20016b20 0x4 4 Data Gb main.o
- HKHandle 20016b24 0x4 4 Data Gb main.o
+ HKHandle 20016b20 0x4 4 Data Gb main.o
+ defaultTaskHandle 20016b24 0x4 4 Data Gb main.o
uwTick 20016b28 0x4 4 Data Gb stm32f4xx_hal.o
- pxEnd 20016b2c 0x4 4 Data Lc heap_4.o
- xFreeBytesRemaining 20016b30 0x4 4 Data Lc heap_4.o
+ xBlockAllocatedBit 20016b2c 0x4 4 Data Lc heap_4.o
+ pxEnd 20016b30 0x4 4 Data Lc heap_4.o
+ xFreeBytesRemaining 20016b34 0x4 4 Data Lc heap_4.o
xMinimumEverFreeBytesRemaining
- 20016b34 0x4 4 Data Lc heap_4.o
- xBlockAllocatedBit 20016b38 0x4 4 Data Lc heap_4.o
- pxCurrentTCB 20016b3c 0x4 4 Data Gb tasks.o
- pxDelayedTaskList 20016b40 0x4 4 Data Lc tasks.o
+ 20016b38 0x4 4 Data Lc heap_4.o
+ uxSchedulerSuspended 20016b3c 0x4 4 Data Lc tasks.o
+ uxCurrentNumberOfTasks 20016b40 0x4 4 Data Lc tasks.o
+ xTickCount 20016b44 0x4 4 Data Lc tasks.o
+ xSchedulerRunning 20016b48 0x4 4 Data Lc tasks.o
+ pxCurrentTCB 20016b4c 0x4 4 Data Gb tasks.o
+ uxTopReadyPriority 20016b50 0x4 4 Data Lc tasks.o
+ xNumOfOverflows 20016b54 0x4 4 Data Lc tasks.o
+ uxTasksDeleted 20016b58 0x4 4 Data Lc tasks.o
+ xYieldPending 20016b5c 0x4 4 Data Lc tasks.o
pxOverflowDelayedTaskList
- 20016b44 0x4 4 Data Lc tasks.o
- uxTasksDeleted 20016b48 0x4 4 Data Lc tasks.o
- uxCurrentNumberOfTasks 20016b4c 0x4 4 Data Lc tasks.o
- xTickCount 20016b50 0x4 4 Data Lc tasks.o
- uxTopReadyPriority 20016b54 0x4 4 Data Lc tasks.o
- xSchedulerRunning 20016b58 0x4 4 Data Lc tasks.o
- uxPendedTicks 20016b5c 0x4 4 Data Lc tasks.o
- xYieldPending 20016b60 0x4 4 Data Lc tasks.o
- xNumOfOverflows 20016b64 0x4 4 Data Lc tasks.o
- uxTaskNumber 20016b68 0x4 4 Data Lc tasks.o
- uxSchedulerSuspended 20016b6c 0x4 4 Data Lc tasks.o
+ 20016b60 0x4 4 Data Lc tasks.o
+ pxDelayedTaskList 20016b64 0x4 4 Data Lc tasks.o
+ uxPendedTicks 20016b68 0x4 4 Data Lc tasks.o
+ uxTaskNumber 20016b6c 0x4 4 Data Lc tasks.o
ulMaxPRIGROUPValue 20016b70 0x4 4 Data Lc port.o
- _NumTasks 20016b74 0x4 4 Data Lc SEGGER_SYSVIEW_FreeRTOS.o
- _pFirstModule 20016b78 0x4 4 Data Lc SEGGER_SYSVIEW.o
- __user_format_extender 20016b7c 0x4 4 Data Gb libc2.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
+ _pFirstModule 20016b74 0x4 4 Data Lc SEGGER_SYSVIEW.o
+ _NumTasks 20016b78 0x4 4 Data Lc SEGGER_SYSVIEW_FreeRTOS.o
+ __user_format_extender 20016b7c 0x4 4 Data Gb libc2.o (libc_v7em_t_le_eabi.a)
heap$$Base 20016b80 ---- Gb - Linker created -
__heap_start__ 20016b80 ---- Gb - Linker created -
__heap_start 20016b80 ---- Gb - Linker created -
- heap$$Limit 20016f80 ---- Gb - Linker created -
__heap_end__ 20016f80 ---- Gb - Linker created -
__heap_end 20016f80 ---- Gb - Linker created -
- stack$$Base 2001fc00 ---- Gb - Linker created -
+ heap$$Limit 20016f80 ---- Gb - Linker created -
__stack_start__ 2001fc00 ---- Gb - Linker created -
+ stack$$Base 2001fc00 ---- Gb - Linker created -
__stack_start 2001fc00 ---- Gb - Linker created -
__RAM_segment_end__ 20020000 ---- Gb - Linker created -
- __RAM_segment_used_end__
- 20020000 ---- Gb - Linker created -
- stack$$Limit 20020000 ---- Gb - Linker created -
__stack_end__ 20020000 ---- Gb - Linker created -
+ stack$$Limit 20020000 ---- Gb - Linker created -
__stack_end 20020000 ---- Gb - Linker created -
+ __RAM_segment_used_end__
+ 20020000 ---- Gb - Linker created -
+ __RAM1_segment_end__ 20020000 ---- Gb - Linker created -
+ __RAM1_segment_used_end__
+ 20020000 ---- Gb - Linker created -
Symbols by name
Symbol Value Size Align Type Object
------ ----- ---- ----- ---- ------
- ADC_Init 0800144d 0x1fc 4 Code Lc stm32f4xx_hal_adc.o
- APBAHBPrescTable 08005568 0x10 4 Cnst Gb stm32f4xx_hal_rcc.o
+ ADC_Init 0800142d 0x1fc 4 Code Lc stm32f4xx_hal_adc.o
+ APBAHBPrescTable 08005548 0x10 4 Cnst Gb stm32f4xx_hal_rcc.o
BSP_SD_GetCardInfo 0800027d 0x1c 4 Code Gb bsp_driver_sd.o
- BSP_SD_GetStatus 08000269 0x14 4 Code Gb bsp_driver_sd.o
- BSP_SD_Init 08000199 0x60 4 Code Gb bsp_driver_sd.o
- BSP_SD_IsDetected 08006e01 0x14 2 Code Gb bsp_driver_sd.o
- BSP_SD_ReadBlocks 080001f9 0x38 4 Code Gb bsp_driver_sd.o
- BSP_SD_WriteBlocks 08000231 0x38 4 Code Gb bsp_driver_sd.o
- BusFault_Handler 080000c7 0x74 4 Code Wk Cortex_M_Startup.o
- DMA_CalcBaseAndBitshift 080030f9 0x60 4 Code Lc stm32f4xx_hal_dma.o
- DebugMon_Handler 080000cd 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR0 080000d3 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR1 080000d5 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR10 080000e7 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR11 080000e9 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR12 080000eb 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR13 080000ed 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR14 080000ef 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR15 080000f1 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR16 080000f3 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR17 080000f5 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR18 080000f7 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR19 080000f9 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR2 080000d7 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR20 080000fb 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR21 080000fd 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR22 080000ff 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR23 08000101 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR24 08000103 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR25 08000105 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR26 08000107 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR27 08000109 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR28 0800010b 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR29 0800010d 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR3 080000d9 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR30 0800010f 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR31 08000111 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR4 080000db 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR5 080000dd 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR6 080000df 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR7 080000e1 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR8 080000e3 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR9 080000e5 0x74 4 Code Wk Cortex_M_Startup.o
- FATFS_LinkDriver 08007fb9 0x1c 2 Code Gb ff_gen_drv.o
- FATFS_LinkDriverEx 08003159 0x9c 4 Code Gb ff_gen_drv.o
- HAL_ADC_ConfigChannel 08001215 0x238 4 Code Gb stm32f4xx_hal_adc.o
- HAL_ADC_Init 0800565f 0x8a 2 Code Gb stm32f4xx_hal_adc.o
- HAL_ADC_MspInit 08000b05 0x58 4 Code Gb stm32f4xx_hal_msp.o
- HAL_DMA_Init 08003021 0xd8 4 Code Gb stm32f4xx_hal_dma.o
- HAL_Delay 08005635 0x2a 2 Code Wk stm32f4xx_hal.o
- HAL_GPIO_Init 08001789 0x33c 4 Code Gb stm32f4xx_hal_gpio.o
- HAL_GPIO_TogglePin 08005731 0x1e 2 Code Gb stm32f4xx_hal_gpio.o
- HAL_GPIO_WritePin 080056ff 0x32 2 Code Gb stm32f4xx_hal_gpio.o
- HAL_GetTick 08001209 0xc 4 Code Wk stm32f4xx_hal.o
- HAL_Init 080011c9 0x40 4 Code Gb stm32f4xx_hal.o
- HAL_InitTick 080010b5 0xb0 4 Code Gb stm32f4xx_hal_timebase_TIM.o
- HAL_MspInit 08006e15 0x48 2 Code Gb stm32f4xx_hal_msp.o
- HAL_NVIC_EnableIRQ 08006f01 0x1c 2 Code Gb stm32f4xx_hal_cortex.o
- HAL_NVIC_SetPriority 08006ec9 0x38 2 Code Gb stm32f4xx_hal_cortex.o
+ BSP_SD_GetStatus 08000299 0x14 4 Code Gb bsp_driver_sd.o
+ BSP_SD_Init 08000189 0x60 4 Code Gb bsp_driver_sd.o
+ BSP_SD_IsDetected 08006de1 0x14 2 Code Gb bsp_driver_sd.o
+ BSP_SD_ReadBlocks 0800020d 0x38 4 Code Gb bsp_driver_sd.o
+ BSP_SD_WriteBlocks 08000245 0x38 4 Code Gb bsp_driver_sd.o
+ BusFault_Handler 080000c7 0x64 4 Code Wk Cortex_M_Startup.o
+ DMA_CalcBaseAndBitshift 080030d9 0x60 4 Code Lc stm32f4xx_hal_dma.o
+ DebugMon_Handler 080000cd 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR0 080000d3 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR1 080000d5 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR10 080000e7 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR11 080000e9 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR12 080000eb 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR13 080000ed 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR14 080000ef 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR15 080000f1 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR16 080000f3 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR17 080000f5 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR18 080000f7 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR19 080000f9 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR2 080000d7 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR20 080000fb 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR21 080000fd 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR22 080000ff 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR23 08000101 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR24 08000103 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR25 08000105 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR26 08000107 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR27 08000109 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR28 0800010b 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR29 0800010d 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR3 080000d9 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR30 0800010f 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR31 08000111 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR4 080000db 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR5 080000dd 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR6 080000df 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR7 080000e1 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR8 080000e3 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR9 080000e5 0x64 4 Code Wk Cortex_M_Startup.o
+ FATFS_LinkDriver 08007e31 0x1c 2 Code Gb ff_gen_drv.o
+ FATFS_LinkDriverEx 08003139 0x9c 4 Code Gb ff_gen_drv.o
+ HAL_ADC_ConfigChannel 080011f5 0x238 4 Code Gb stm32f4xx_hal_adc.o
+ HAL_ADC_Init 0800563f 0x8a 2 Code Gb stm32f4xx_hal_adc.o
+ HAL_ADC_MspInit 08000af5 0x58 4 Code Gb stm32f4xx_hal_msp.o
+ HAL_DMA_Init 08003001 0xd8 4 Code Gb stm32f4xx_hal_dma.o
+ HAL_Delay 08005615 0x2a 2 Code Wk stm32f4xx_hal.o
+ HAL_GPIO_Init 08001769 0x33c 4 Code Gb stm32f4xx_hal_gpio.o
+ HAL_GPIO_TogglePin 080056df 0x1e 2 Code Gb stm32f4xx_hal_gpio.o
+ HAL_GPIO_WritePin 080056fd 0x32 2 Code Gb stm32f4xx_hal_gpio.o
+ HAL_GetTick 080011a9 0xc 4 Code Wk stm32f4xx_hal.o
+ HAL_Init 080011b5 0x40 4 Code Gb stm32f4xx_hal.o
+ HAL_InitTick 080010a5 0xb0 4 Code Gb stm32f4xx_hal_timebase_TIM.o
+ HAL_MspInit 08006df5 0x48 2 Code Gb stm32f4xx_hal_msp.o
+ HAL_NVIC_EnableIRQ 08006e75 0x1c 2 Code Gb stm32f4xx_hal_cortex.o
+ HAL_NVIC_SetPriority 08006e3d 0x38 2 Code Gb stm32f4xx_hal_cortex.o
HAL_NVIC_SetPriorityGrouping
- 08006eb5 0x14 2 Code Gb stm32f4xx_hal_cortex.o
+ 08006ee9 0x14 2 Code Gb stm32f4xx_hal_cortex.o
HAL_RCCEx_PeriphCLKConfig
- 080024b9 0x1d0 4 Code Gb stm32f4xx_hal_rcc_ex.o
- HAL_RCC_ClockConfig 08002acd 0x1ec 4 Code Gb stm32f4xx_hal_rcc.o
- HAL_RCC_GetClockConfig 08002e81 0x58 4 Code Gb stm32f4xx_hal_rcc.o
- HAL_RCC_GetHCLKFreq 08002dad 0x4c 4 Code Gb stm32f4xx_hal_rcc.o
- HAL_RCC_GetPCLK1Freq 08002df9 0x44 4 Code Gb stm32f4xx_hal_rcc.o
- HAL_RCC_GetPCLK2Freq 08002e3d 0x44 4 Code Gb stm32f4xx_hal_rcc.o
- HAL_RCC_GetSysClockFreq 08002cb9 0xf4 4 Code Wk stm32f4xx_hal_rcc.o
- HAL_RCC_OscConfig 080026a9 0x424 4 Code Wk stm32f4xx_hal_rcc.o
+ 08002499 0x1d0 4 Code Gb stm32f4xx_hal_rcc_ex.o
+ HAL_RCC_ClockConfig 080028a9 0x1ec 4 Code Gb stm32f4xx_hal_rcc.o
+ HAL_RCC_GetClockConfig 08002851 0x58 4 Code Gb stm32f4xx_hal_rcc.o
+ HAL_RCC_GetHCLKFreq 080026cd 0x4c 4 Code Gb stm32f4xx_hal_rcc.o
+ HAL_RCC_GetPCLK1Freq 08002719 0x44 4 Code Gb stm32f4xx_hal_rcc.o
+ HAL_RCC_GetPCLK2Freq 08002689 0x44 4 Code Gb stm32f4xx_hal_rcc.o
+ HAL_RCC_GetSysClockFreq 0800275d 0xf4 4 Code Wk stm32f4xx_hal_rcc.o
+ HAL_RCC_OscConfig 08002a95 0x424 4 Code Wk stm32f4xx_hal_rcc.o
HAL_RTCEx_SetCalibrationOutPut
- 0800574f 0x7a 2 Code Gb stm32f4xx_hal_rtc_ex.o
- HAL_RTC_Init 08007e51 0xf4 2 Code Gb stm32f4xx_hal_rtc.o
- HAL_RTC_MspInit 08000b5d 0x24 4 Code Gb stm32f4xx_hal_msp.o
- HAL_RTC_SetDate 08006827 0x166 2 Code Gb stm32f4xx_hal_rtc.o
- HAL_RTC_SetTime 080066a1 0x186 2 Code Gb stm32f4xx_hal_rtc.o
- HAL_RTC_WaitForSynchro 0800698d 0x4e 2 Code Gb stm32f4xx_hal_rtc.o
- HAL_SD_GetStatus 08005e6b 0x3a 2 Code Gb stm32f4xx_hal_sd.o
- HAL_SD_Get_CardInfo 08007001 0x618 2 Code Gb stm32f4xx_hal_sd.o
- HAL_SD_Init 08006f1d 0xe4 2 Code Gb stm32f4xx_hal_sd.o
- HAL_SD_MspInit 08000b81 0x94 4 Code Gb stm32f4xx_hal_msp.o
- HAL_SD_ReadBlocks 080057c9 0x2be 2 Code Gb stm32f4xx_hal_sd.o
- HAL_SD_StopTransfer 08005e21 0x4a 2 Code Gb stm32f4xx_hal_sd.o
+ 0800572f 0x7a 2 Code Gb stm32f4xx_hal_rtc_ex.o
+ HAL_RTC_Init 08007e4d 0xf4 2 Code Gb stm32f4xx_hal_rtc.o
+ HAL_RTC_MspInit 08000ef5 0x24 4 Code Gb stm32f4xx_hal_msp.o
+ HAL_RTC_SetDate 08006681 0x166 2 Code Gb stm32f4xx_hal_rtc.o
+ HAL_RTC_SetTime 080067e7 0x186 2 Code Gb stm32f4xx_hal_rtc.o
+ HAL_RTC_WaitForSynchro 0800696d 0x4e 2 Code Gb stm32f4xx_hal_rtc.o
+ HAL_SD_GetStatus 08005e4b 0x3a 2 Code Gb stm32f4xx_hal_sd.o
+ HAL_SD_Get_CardInfo 08006fe1 0x618 2 Code Gb stm32f4xx_hal_sd.o
+ HAL_SD_Init 08006efd 0xe4 2 Code Gb stm32f4xx_hal_sd.o
+ HAL_SD_MspInit 08000f19 0x94 4 Code Gb stm32f4xx_hal_msp.o
+ HAL_SD_ReadBlocks 08005b43 0x2be 2 Code Gb stm32f4xx_hal_sd.o
+ HAL_SD_StopTransfer 08005e01 0x4a 2 Code Gb stm32f4xx_hal_sd.o
HAL_SD_WideBusOperation_Config
- 08007619 0xc8 2 Code Gb stm32f4xx_hal_sd.o
- HAL_SD_WriteBlocks 08005a87 0x39a 2 Code Gb stm32f4xx_hal_sd.o
- HAL_SPI_Init 08007cc5 0xd4 2 Code Gb stm32f4xx_hal_spi.o
- HAL_SPI_MspInit 08000c15 0xf8 4 Code Gb stm32f4xx_hal_msp.o
+ 080075f9 0xc8 2 Code Gb stm32f4xx_hal_sd.o
+ HAL_SD_WriteBlocks 080057a9 0x39a 2 Code Gb stm32f4xx_hal_sd.o
+ HAL_SPI_Init 08007cdd 0xd4 2 Code Gb stm32f4xx_hal_spi.o
+ HAL_SPI_MspInit 08000fad 0xf8 4 Code Gb stm32f4xx_hal_msp.o
HAL_SYSTICK_CLKSourceConfig
- 08001759 0x30 4 Code Gb stm32f4xx_hal_cortex.o
- HAL_SYSTICK_Config 080056e9 0x16 2 Code Gb stm32f4xx_hal_cortex.o
- HAL_TIM_Base_Init 08007dd1 0x54 2 Code Gb stm32f4xx_hal_tim.o
- HAL_TIM_Base_MspInit 08006697 0xa 2 Code Wk stm32f4xx_hal_tim.o
- HAL_TIM_Base_Start_IT 08007e25 0x2c 2 Code Gb stm32f4xx_hal_tim.o
- HAL_UART_Init 08007a69 0x98 2 Code Gb stm32f4xx_hal_uart.o
- HAL_UART_MspInit 08000d0d 0x3a8 4 Code Gb stm32f4xx_hal_msp.o
- HAL_UART_Receive_IT 08007c1d 0xa8 2 Code Gb stm32f4xx_hal_uart.o
- HAL_UART_Transmit 08007b01 0x11c 2 Code Gb stm32f4xx_hal_uart.o
- HKHandle 20016b24 0x4 4 Data Gb main.o
- HK_task 080055bf 0x6 2 Code Gb main.o
- HardFault_Handler 080000c3 0x74 4 Code Wk Cortex_M_Startup.o
- MX_ADC1_Init 0800052d 0x74 4 Code Lc main.o
- MX_DMA_Init 080008f9 0x98 4 Code Lc main.o
- MX_FATFS_Init 08000299 0x24 4 Code Gb fatfs.o
- MX_GPIO_Init 08000991 0x11c 4 Code Lc main.o
- MX_RTC_Init 080005a1 0x98 4 Code Lc main.o
- MX_SDIO_SD_Init 08000639 0x38 4 Code Lc main.o
- MX_SPI1_Init 08000671 0x60 4 Code Lc main.o
- MX_SPI2_Init 080006d1 0x60 4 Code Lc main.o
- MX_SPI3_Init 08000731 0x60 4 Code Lc main.o
- MX_UART4_Init 08000791 0x48 4 Code Lc main.o
- MX_USART1_UART_Init 080007d9 0x48 4 Code Lc main.o
- MX_USART2_UART_Init 08000821 0x48 4 Code Lc main.o
- MX_USART3_UART_Init 08000869 0x48 4 Code Lc main.o
- MX_USART6_UART_Init 080008b1 0x48 4 Code Lc main.o
- MemManage_Handler 080000c5 0x74 4 Code Wk Cortex_M_Startup.o
- NMI_Handler 080000c1 0x74 4 Code Wk Cortex_M_Startup.o
- NVIC_EnableIRQ 0800169d 0x2c 4 Code Lc stm32f4xx_hal_cortex.o
- NVIC_EncodePriority 08006e5d 0x58 2 Code Lc stm32f4xx_hal_cortex.o
+ 08001739 0x30 4 Code Gb stm32f4xx_hal_cortex.o
+ HAL_SYSTICK_Config 080056c9 0x16 2 Code Gb stm32f4xx_hal_cortex.o
+ HAL_TIM_Base_Init 08007ddd 0x54 2 Code Gb stm32f4xx_hal_tim.o
+ HAL_TIM_Base_MspInit 08006677 0xa 2 Code Wk stm32f4xx_hal_tim.o
+ HAL_TIM_Base_Start_IT 08007db1 0x2c 2 Code Gb stm32f4xx_hal_tim.o
+ HAL_UART_Init 08007a49 0x98 2 Code Gb stm32f4xx_hal_uart.o
+ HAL_UART_MspInit 08000b4d 0x3a8 4 Code Gb stm32f4xx_hal_msp.o
+ HAL_UART_Receive_IT 08007bfd 0xa8 2 Code Gb stm32f4xx_hal_uart.o
+ HAL_UART_Transmit 08007ae1 0x11c 2 Code Gb stm32f4xx_hal_uart.o
+ HKHandle 20016b20 0x4 4 Data Gb main.o
+ HK_task 0800559f 0x6 2 Code Gb main.o
+ HardFault_Handler 080000c3 0x64 4 Code Wk Cortex_M_Startup.o
+ MX_ADC1_Init 080002ed 0x74 4 Code Lc main.o
+ MX_DMA_Init 080008e1 0x98 4 Code Lc main.o
+ MX_FATFS_Init 080001e9 0x24 4 Code Gb fatfs.o
+ MX_GPIO_Init 080009d9 0x11c 4 Code Lc main.o
+ MX_RTC_Init 08000399 0x98 4 Code Lc main.o
+ MX_SDIO_SD_Init 08000361 0x38 4 Code Lc main.o
+ MX_SPI1_Init 08000709 0x60 4 Code Lc main.o
+ MX_SPI2_Init 08000979 0x60 4 Code Lc main.o
+ MX_SPI3_Init 08000661 0x60 4 Code Lc main.o
+ MX_UART4_Init 08000809 0x48 4 Code Lc main.o
+ MX_USART1_UART_Init 08000899 0x48 4 Code Lc main.o
+ MX_USART2_UART_Init 08000851 0x48 4 Code Lc main.o
+ MX_USART3_UART_Init 08000769 0x48 4 Code Lc main.o
+ MX_USART6_UART_Init 080006c1 0x48 4 Code Lc main.o
+ MemManage_Handler 080000c5 0x64 4 Code Wk Cortex_M_Startup.o
+ NMI_Handler 080000c1 0x64 4 Code Wk Cortex_M_Startup.o
+ NVIC_EnableIRQ 080016bd 0x2c 4 Code Lc stm32f4xx_hal_cortex.o
+ NVIC_EncodePriority 08006e91 0x58 2 Code Lc stm32f4xx_hal_cortex.o
NVIC_GetPriorityGrouping
- 08001689 0x14 4 Code Lc stm32f4xx_hal_cortex.o
- NVIC_SetPriority 080016c9 0x50 4 Code Lc stm32f4xx_hal_cortex.o
+ 08001669 0x14 4 Code Lc stm32f4xx_hal_cortex.o
+ NVIC_SetPriority 080016e9 0x50 4 Code Lc stm32f4xx_hal_cortex.o
NVIC_SetPriorityGrouping
- 08001649 0x40 4 Code Lc stm32f4xx_hal_cortex.o
- PendSV_Handler 080000cf 0x74 4 Code Wk Cortex_M_Startup.o
- RTC_Bcd2ToByte 08007f81 0x38 2 Code Gb stm32f4xx_hal_rtc.o
- RTC_ByteToBcd2 08007f45 0x3c 2 Code Gb stm32f4xx_hal_rtc.o
- RTC_EnterInitMode 080069db 0x56 2 Code Gb stm32f4xx_hal_rtc.o
- Reset_Handler 08000113 0x74 4 Code Gb Cortex_M_Startup.o
+ 0800167d 0x40 4 Code Lc stm32f4xx_hal_cortex.o
+ PendSV_Handler 080000cf 0x64 4 Code Wk Cortex_M_Startup.o
+ RTC_Bcd2ToByte 08007f41 0x38 2 Code Gb stm32f4xx_hal_rtc.o
+ RTC_ByteToBcd2 08007f79 0x3c 2 Code Gb stm32f4xx_hal_rtc.o
+ RTC_EnterInitMode 080069bb 0x56 2 Code Gb stm32f4xx_hal_rtc.o
+ Reset_Handler 08000113 0x64 4 Code Gb Cortex_M_Startup.o
SDCardInfo 20016838 0x58 8 Data Gb main.o
- SDIO_DataConfig 08006649 0x4e 2 Code Gb stm32f4xx_ll_sdmmc.o
- SDIO_GetCommandResponse 08007dc1 0x10 2 Code Gb stm32f4xx_ll_sdmmc.o
- SDIO_GetPowerState 080065ed 0x12 2 Code Gb stm32f4xx_ll_sdmmc.o
- SDIO_GetResponse 08002689 0x20 4 Code Gb stm32f4xx_ll_sdmmc.o
- SDIO_Init 08006591 0x4a 2 Code Gb stm32f4xx_ll_sdmmc.o
- SDIO_PowerState_ON 080065db 0x12 2 Code Gb stm32f4xx_ll_sdmmc.o
- SDIO_ReadFIFO 08007d99 0x10 2 Code Gb stm32f4xx_ll_sdmmc.o
- SDIO_SendCommand 080065ff 0x4a 2 Code Gb stm32f4xx_ll_sdmmc.o
- SDIO_WriteFIFO 08007da9 0x18 2 Code Gb stm32f4xx_ll_sdmmc.o
- SD_CmdError 080060a7 0x76 2 Code Lc stm32f4xx_hal_sd.o
- SD_CmdResp1Error 08001ca5 0x1c0 4 Code Lc stm32f4xx_hal_sd.o
- SD_CmdResp2Error 080061cf 0x72 2 Code Lc stm32f4xx_hal_sd.o
- SD_CmdResp3Error 0800775d 0x50 2 Code Lc stm32f4xx_hal_sd.o
- SD_CmdResp6Error 080077ad 0xec 2 Code Lc stm32f4xx_hal_sd.o
- SD_CmdResp7Error 0800611d 0xb2 2 Code Lc stm32f4xx_hal_sd.o
- SD_Driver 08005580 0x14 4 Cnst Gb sd_diskio.o
- SD_FindSCR 08006241 0x20a 2 Code Lc stm32f4xx_hal_sd.o
- SD_GetState 08005ea5 0x32 2 Code Lc stm32f4xx_hal_sd.o
- SD_Initialize_Cards 08005ed7 0x182 2 Code Lc stm32f4xx_hal_sd.o
- SD_IsCardProgramming 08001e65 0x21c 4 Code Lc stm32f4xx_hal_sd.o
+ SDIO_DataConfig 08006571 0x4e 2 Code Gb stm32f4xx_ll_sdmmc.o
+ SDIO_GetCommandResponse 08007cbd 0x10 2 Code Gb stm32f4xx_ll_sdmmc.o
+ SDIO_GetPowerState 080065bf 0x12 2 Code Gb stm32f4xx_ll_sdmmc.o
+ SDIO_GetResponse 08002669 0x20 4 Code Gb stm32f4xx_ll_sdmmc.o
+ SDIO_Init 0800662d 0x4a 2 Code Gb stm32f4xx_ll_sdmmc.o
+ SDIO_PowerState_ON 080065d1 0x12 2 Code Gb stm32f4xx_ll_sdmmc.o
+ SDIO_ReadFIFO 08007ccd 0x10 2 Code Gb stm32f4xx_ll_sdmmc.o
+ SDIO_SendCommand 080065e3 0x4a 2 Code Gb stm32f4xx_ll_sdmmc.o
+ SDIO_WriteFIFO 08007ca5 0x18 2 Code Gb stm32f4xx_ll_sdmmc.o
+ SD_CmdError 080060f9 0x76 2 Code Lc stm32f4xx_hal_sd.o
+ SD_CmdResp1Error 08001ea1 0x1c0 4 Code Lc stm32f4xx_hal_sd.o
+ SD_CmdResp2Error 08005eb7 0x72 2 Code Lc stm32f4xx_hal_sd.o
+ SD_CmdResp3Error 08007895 0x50 2 Code Lc stm32f4xx_hal_sd.o
+ SD_CmdResp6Error 080077a9 0xec 2 Code Lc stm32f4xx_hal_sd.o
+ SD_CmdResp7Error 08006379 0xb2 2 Code Lc stm32f4xx_hal_sd.o
+ SD_Driver 08005560 0x14 4 Cnst Gb sd_diskio.o
+ SD_FindSCR 0800616f 0x20a 2 Code Lc stm32f4xx_hal_sd.o
+ SD_GetState 08005e85 0x32 2 Code Lc stm32f4xx_hal_sd.o
+ SD_Initialize_Cards 08005f29 0x182 2 Code Lc stm32f4xx_hal_sd.o
+ SD_IsCardProgramming 08001aa5 0x21c 4 Code Lc stm32f4xx_hal_sd.o
SD_Path 20016834 0x4 4 Data Gb fatfs.o
- SD_PowerON 08001ac5 0x1e0 4 Code Lc stm32f4xx_hal_sd.o
- SD_Select_Deselect 08006059 0x4e 2 Code Lc stm32f4xx_hal_sd.o
- SD_SendStatus 080076e1 0x7c 2 Code Lc stm32f4xx_hal_sd.o
- SD_WideBus_Disable 08007981 0xe8 2 Code Lc stm32f4xx_hal_sd.o
- SD_WideBus_Enable 08007899 0xe8 2 Code Lc stm32f4xx_hal_sd.o
- SD_initialize 080031f5 0x3c 4 Code Gb sd_diskio.o
- SD_ioctl 0800326d 0xa8 4 Code Gb sd_diskio.o
- SD_read 08007fd5 0x48 2 Code Gb sd_diskio.o
- SD_status 08003231 0x3c 4 Code Gb sd_diskio.o
- SD_write 0800801d 0x48 2 Code Gb sd_diskio.o
- SEGGER_RTT_ReadNoLock 0800415d 0x100 4 Code Gb SEGGER_RTT.o
+ SD_PowerON 08001cc1 0x1e0 4 Code Lc stm32f4xx_hal_sd.o
+ SD_Select_Deselect 080060ab 0x4e 2 Code Lc stm32f4xx_hal_sd.o
+ SD_SendStatus 080079cd 0x7c 2 Code Lc stm32f4xx_hal_sd.o
+ SD_WideBus_Disable 080076c1 0xe8 2 Code Lc stm32f4xx_hal_sd.o
+ SD_WideBus_Enable 080078e5 0xe8 2 Code Lc stm32f4xx_hal_sd.o
+ SD_initialize 0800327d 0x3c 4 Code Gb sd_diskio.o
+ SD_ioctl 080031d5 0xa8 4 Code Gb sd_diskio.o
+ SD_read 08007fdd 0x48 2 Code Gb sd_diskio.o
+ SD_status 080032b9 0x3c 4 Code Gb sd_diskio.o
+ SD_write 08008025 0x48 2 Code Gb sd_diskio.o
+ SEGGER_RTT_ReadNoLock 08004c45 0x100 4 Code Gb SEGGER_RTT.o
SEGGER_RTT_WriteSkipNoLock
- 0800425d 0x13c 4 Code Gb SEGGER_RTT.o
+ 08004df9 0x13c 4 Code Gb SEGGER_RTT.o
SEGGER_SYSVIEW_GetSysDesc
- 08004935 0x134 4 Code Gb SEGGER_SYSVIEW.o
+ 08004529 0x134 4 Code Gb SEGGER_SYSVIEW.o
SEGGER_SYSVIEW_OnTaskCreate
- 08004cb1 0x84 4 Code Gb SEGGER_SYSVIEW.o
+ 080048ed 0x84 4 Code Gb SEGGER_SYSVIEW.o
SEGGER_SYSVIEW_OnTaskStartReady
- 08004d35 0x84 4 Code Gb SEGGER_SYSVIEW.o
+ 08004a21 0x84 4 Code Gb SEGGER_SYSVIEW.o
SEGGER_SYSVIEW_RecordSystime
- 08004c55 0x5c 4 Code Gb SEGGER_SYSVIEW.o
+ 08004891 0x5c 4 Code Gb SEGGER_SYSVIEW.o
SEGGER_SYSVIEW_RecordU32
- 0800464d 0x78 4 Code Gb SEGGER_SYSVIEW.o
+ 08004289 0x78 4 Code Gb SEGGER_SYSVIEW.o
SEGGER_SYSVIEW_RecordU32x2
- 080046c5 0xb0 4 Code Gb SEGGER_SYSVIEW.o
+ 08004301 0xb0 4 Code Gb SEGGER_SYSVIEW.o
SEGGER_SYSVIEW_RecordVoid
- 08004615 0x38 4 Code Gb SEGGER_SYSVIEW.o
+ 08003fd5 0x38 4 Code Gb SEGGER_SYSVIEW.o
SEGGER_SYSVIEW_SendModule
- 08004db9 0x104 4 Code Gb SEGGER_SYSVIEW.o
+ 08004aa5 0x104 4 Code Gb SEGGER_SYSVIEW.o
SEGGER_SYSVIEW_SendModuleDescription
- 08004ebd 0x38 4 Code Gb SEGGER_SYSVIEW.o
+ 08004971 0x38 4 Code Gb SEGGER_SYSVIEW.o
SEGGER_SYSVIEW_SendNumModules
- 08004ef5 0x78 4 Code Gb SEGGER_SYSVIEW.o
+ 080049a9 0x78 4 Code Gb SEGGER_SYSVIEW.o
SEGGER_SYSVIEW_SendTaskInfo
- 08004a69 0x1c8 4 Code Gb SEGGER_SYSVIEW.o
+ 0800465d 0x1c8 4 Code Gb SEGGER_SYSVIEW.o
SEGGER_SYSVIEW_SendTaskList
- 08004c31 0x24 4 Code Gb SEGGER_SYSVIEW.o
- SEGGER_SYSVIEW_Start 08004775 0x178 4 Code Gb SEGGER_SYSVIEW.o
- SEGGER_SYSVIEW_Stop 080048ed 0x48 4 Code Gb SEGGER_SYSVIEW.o
- SEGGER_SYSVIEW_Warn 08004f6d 0xb4 4 Code Gb SEGGER_SYSVIEW.o
- SVC_Handler 080000cb 0x74 4 Code Wk Cortex_M_Startup.o
- SYSVIEW_AddTask 08003ff5 0xcc 4 Code Gb SEGGER_SYSVIEW_FreeRTOS.o
- SYSVIEW_SendTaskInfo 080081e5 0x3c 2 Code Gb SEGGER_SYSVIEW_FreeRTOS.o
- StartDefaultTask 08000aad 0x58 4 Code Gb main.o
+ 08004825 0x24 4 Code Gb SEGGER_SYSVIEW.o
+ SEGGER_SYSVIEW_Start 080043b1 0x178 4 Code Gb SEGGER_SYSVIEW.o
+ SEGGER_SYSVIEW_Stop 08004849 0x48 4 Code Gb SEGGER_SYSVIEW.o
+ SEGGER_SYSVIEW_Warn 08004d45 0xb4 4 Code Gb SEGGER_SYSVIEW.o
+ SVC_Handler 080000cb 0x64 4 Code Wk Cortex_M_Startup.o
+ SYSVIEW_AddTask 08004f35 0xcc 4 Code Gb SEGGER_SYSVIEW_FreeRTOS.o
+ SYSVIEW_SendTaskInfo 08008211 0x3c 2 Code Gb SEGGER_SYSVIEW_FreeRTOS.o
+ StartDefaultTask 080007b1 0x58 4 Code Gb main.o
Stat 2000000c 0x1 Data Lc sd_diskio.o
- SysTick_Config 08001719 0x40 4 Code Lc stm32f4xx_hal_cortex.o
- SysTick_Handler 080000d1 0x74 4 Code Wk Cortex_M_Startup.o
- SysTick_Handler 080055cb 0xa 2 Code Gb stm32f4xx_it.o
- SystemClock_Config 08000451 0xdc 4 Code Gb main.o
+ SysTick_Config 08001629 0x40 4 Code Lc stm32f4xx_hal_cortex.o
+ SysTick_Handler 080000d1 0x64 4 Code Wk Cortex_M_Startup.o
+ SysTick_Handler 080055ab 0xa 2 Code Gb stm32f4xx_it.o
+ SystemClock_Config 08000431 0xdc 4 Code Gb main.o
SystemCoreClock 20000000 0x4 4 Data Gb system_stm32f4xx.o
- SystemInit 0800012f 0x74 4 Code Wk Cortex_M_Startup.o
- SystemInit 08001165 0x64 4 Code Gb system_stm32f4xx.o
- TIM_Base_SetConfig 08002ed9 0x148 4 Code Gb stm32f4xx_hal_tim.o
- ToggleLED_Timer1 080003d5 0x1c 4 Code Gb main.o
- ToggleLED_Timer2 080003f1 0x20 4 Code Gb main.o
- ToggleLED_Timer3 08000411 0x20 4 Code Gb main.o
- ToggleLED_Timer4 08000431 0x20 4 Code Gb main.o
- UART_SetConfig 08002081 0x438 4 Code Lc stm32f4xx_hal_uart.o
+ SystemInit 0800011f 0x64 4 Code Wk Cortex_M_Startup.o
+ SystemInit 08001155 0x54 4 Code Gb system_stm32f4xx.o
+ TIM_Base_SetConfig 08002eb9 0x148 4 Code Gb stm32f4xx_hal_tim.o
+ ToggleLED_Timer1 0800050d 0x1c 4 Code Gb main.o
+ ToggleLED_Timer2 08000641 0x20 4 Code Gb main.o
+ ToggleLED_Timer3 080002cd 0x20 4 Code Gb main.o
+ ToggleLED_Timer4 080002ad 0x20 4 Code Gb main.o
+ UART_SetConfig 08002061 0x438 4 Code Lc stm32f4xx_hal_uart.o
UART_WaitOnFlagUntilTimeout
- 0800644b 0x146 2 Code Lc stm32f4xx_hal_uart.o
- UsageFault_Handler 080000c9 0x74 4 Code Wk Cortex_M_Startup.o
- _DoInit 080040c1 0x9c 4 Code Lc SEGGER_RTT.o
- _EncodeStr 08008221 0x4c 2 Code Lc SEGGER_SYSVIEW.o
- _HandleIncomingPacket 08006be7 0xc2 2 Code Lc SEGGER_SYSVIEW.o
+ 0800642b 0x146 2 Code Lc stm32f4xx_hal_uart.o
+ UsageFault_Handler 080000c9 0x64 4 Code Wk Cortex_M_Startup.o
+ _DoInit 08004ba9 0x9c 4 Code Lc SEGGER_RTT.o
+ _EncodeStr 080081c5 0x4c 2 Code Lc SEGGER_SYSVIEW.o
+ _HandleIncomingPacket 08006bb9 0xc2 2 Code Lc SEGGER_SYSVIEW.o
_NumModules 2000000f 0x1 Data Lc SEGGER_SYSVIEW.o
- _NumTasks 20016b74 0x4 4 Data Lc SEGGER_SYSVIEW_FreeRTOS.o
- _PreparePacket 08006bd9 0xe 2 Code Lc SEGGER_SYSVIEW.o
+ _NumTasks 20016b78 0x4 4 Data Lc SEGGER_SYSVIEW_FreeRTOS.o
+ _PreparePacket 08006c7b 0xe 2 Code Lc SEGGER_SYSVIEW.o
_SEGGER_RTT 2001649c 0x78 4 Data Gb SEGGER_RTT.o
_SYSVIEW_Globals 20016a54 0x24 4 Data Lc SEGGER_SYSVIEW.o
- _SendPacket 08004485 0x190 4 Code Lc SEGGER_SYSVIEW.o
- _TrySendOverflowPacket 08004399 0xec 4 Code Lc SEGGER_SYSVIEW.o
+ _SendPacket 080040f9 0x190 4 Code Lc SEGGER_SYSVIEW.o
+ _TrySendOverflowPacket 0800400d 0xec 4 Code Lc SEGGER_SYSVIEW.o
+ __FLASH1_segment_end__ 08100000 ---- Gb - Linker created -
+ __FLASH1_segment_size__ 00100000 ---- Gb - Linker created -
+ __FLASH1_segment_start__
+ 08000000 ---- Gb - Linker created -
+ __FLASH1_segment_used_end__
+ 0800832e ---- Gb - Linker created -
+ __FLASH1_segment_used_size__
+ 0000832e ---- Gb - Linker created -
+ __FLASH1_segment_used_start__
+ 08000000 ---- Gb - Linker created -
__FLASH_segment_end__ 08100000 ---- Gb - Linker created -
__FLASH_segment_size__ 00100000 ---- Gb - Linker created -
__FLASH_segment_start__ 08000000 ---- Gb - Linker created -
__FLASH_segment_used_end__
- 0800834e ---- Gb - Linker created -
+ 0800832e ---- Gb - Linker created -
__FLASH_segment_used_size__
- 0000834e ---- Gb - Linker created -
+ 0000832e ---- Gb - Linker created -
__FLASH_segment_used_start__
08000000 ---- Gb - Linker created -
__HEAPSIZE__ 00000400 ---- Gb - Linker created -
- __RAL_hex_lc 08005594 0x10 4 Cnst Gb libc2.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
- __RAL_hex_uc 080055a4 0x10 4 Cnst Gb libc2.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
+ __RAL_hex_lc 08005584 0x10 4 Cnst Gb libc2.o (libc_v7em_t_le_eabi.a)
+ __RAL_hex_uc 08005574 0x10 4 Cnst Gb libc2.o (libc_v7em_t_le_eabi.a)
+ __RAM1_segment_end__ 20020000 ---- Gb - Linker created -
+ __RAM1_segment_size__ 00020000 ---- Gb - Linker created -
+ __RAM1_segment_start__ 20000000 ---- Gb - Linker created -
+ __RAM1_segment_used_end__
+ 20020000 ---- Gb - Linker created -
+ __RAM1_segment_used_size__
+ 00020000 ---- Gb - Linker created -
+ __RAM1_segment_used_start__
+ 20000000 ---- Gb - Linker created -
__RAM_segment_end__ 20020000 ---- Gb - Linker created -
__RAM_segment_size__ 00020000 ---- Gb - Linker created -
__RAM_segment_start__ 20000000 ---- Gb - Linker created -
@@ -1480,40 +1537,40 @@ Symbols by name
00020000 ---- Gb - Linker created -
__RAM_segment_used_start__
20000000 ---- Gb - Linker created -
- __SEGGER_init_copy 08008335 0x1a 2 Code Gb SEGGER_THUMB_Startup.o
- __SEGGER_init_data__ 08008310 0xd 4 Cnst Lc - Linker created -
- __SEGGER_init_table__ 080082e4 0x2c 4 Cnst Lc - Linker created -
- __SEGGER_init_zero 0800831f 0x16 2 Code Gb SEGGER_THUMB_Startup.o
+ __SEGGER_init_copy 08008315 0x1a 2 Code Gb SEGGER_THUMB_Startup.o
+ __SEGGER_init_data__ 080082f0 0xd 4 Cnst Lc - Linker created -
+ __SEGGER_init_table__ 080082c4 0x2c 4 Cnst Lc - Linker created -
+ __SEGGER_init_zero 080082ff 0x16 2 Code Gb SEGGER_THUMB_Startup.o
__STACKSIZE_PROCESS__ 00000000 ---- Gb - Linker created -
__STACKSIZE__ 00000400 ---- Gb - Linker created -
- __aeabi_memcpy 08006d49 0x52 2 Code Wk libc2_asm.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
- __aeabi_memcpy4 08006d55 0x52 2 Code Wk libc2_asm.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
- __aeabi_memcpy8 08006d55 0x52 2 Code Wk libc2_asm.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
- __ctors_end 080055c9 ---- Gb - Linker created -
- __ctors_end__ 080055c9 ---- Gb - Linker created -
+ __aeabi_memcpy 08006d29 0x52 2 Code Wk libc2_asm.o (libc_v7em_t_le_eabi.a)
+ __aeabi_memcpy4 08006d35 0x52 2 Code Wk libc2_asm.o (libc_v7em_t_le_eabi.a)
+ __aeabi_memcpy8 08006d35 0x52 2 Code Wk libc2_asm.o (libc_v7em_t_le_eabi.a)
+ __ctors_end 080055a9 ---- Gb - Linker created -
+ __ctors_end__ 080055a9 ---- Gb - Linker created -
__ctors_size 00000000 ---- Gb - Linker created -
__ctors_size__ 00000000 ---- Gb - Linker created -
- __ctors_start 080055c9 ---- Gb - Linker created -
- __ctors_start__ 080055c9 ---- Gb - Linker created -
- __dtors_end 080055c9 ---- Gb - Linker created -
- __dtors_end__ 080055c9 ---- Gb - Linker created -
+ __ctors_start 080055a9 ---- Gb - Linker created -
+ __ctors_start__ 080055a9 ---- Gb - Linker created -
+ __dtors_end 080055a9 ---- Gb - Linker created -
+ __dtors_end__ 080055a9 ---- Gb - Linker created -
__dtors_size 00000000 ---- Gb - Linker created -
__dtors_size__ 00000000 ---- Gb - Linker created -
- __dtors_start 080055c9 ---- Gb - Linker created -
- __dtors_start__ 080055c9 ---- Gb - Linker created -
- __exidx_end 080055c9 ---- Gb - Linker created -
- __exidx_end__ 080055c9 ---- Gb - Linker created -
+ __dtors_start 080055a9 ---- Gb - Linker created -
+ __dtors_start__ 080055a9 ---- Gb - Linker created -
+ __exidx_end 080055a9 ---- Gb - Linker created -
+ __exidx_end__ 080055a9 ---- Gb - Linker created -
__exidx_size 00000000 ---- Gb - Linker created -
__exidx_size__ 00000000 ---- Gb - Linker created -
- __exidx_start 080055c9 ---- Gb - Linker created -
- __exidx_start__ 080055c9 ---- Gb - Linker created -
+ __exidx_start 080055a9 ---- Gb - Linker created -
+ __exidx_start__ 080055a9 ---- Gb - Linker created -
__heap_end 20016f80 ---- Gb - Linker created -
__heap_end__ 20016f80 ---- Gb - Linker created -
__heap_size 00000400 ---- Gb - Linker created -
__heap_size__ 00000400 ---- Gb - Linker created -
__heap_start 20016b80 ---- Gb - Linker created -
__heap_start__ 20016b80 ---- Gb - Linker created -
- __putc 0800826d 0x34 2 Code Gb libc2.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
+ __putc 0800824d 0x34 2 Code Gb libc2.o (libc_v7em_t_le_eabi.a)
__stack_end 20020000 ---- Gb - Linker created -
__stack_end__ 20020000 ---- Gb - Linker created -
__stack_size 00000400 ---- Gb - Linker created -
@@ -1528,12 +1585,12 @@ Symbols by name
__tbss_start__ 20000000 ---- Gb - Linker created -
__tdata_end 20000000 ---- Gb - Linker created -
__tdata_end__ 20000000 ---- Gb - Linker created -
- __tdata_load_end 080055c9 ---- Gb - Linker created -
- __tdata_load_end__ 080055c9 ---- Gb - Linker created -
+ __tdata_load_end 080055a9 ---- Gb - Linker created -
+ __tdata_load_end__ 080055a9 ---- Gb - Linker created -
__tdata_load_size 00000000 ---- Gb - Linker created -
__tdata_load_size__ 00000000 ---- Gb - Linker created -
- __tdata_load_start 080055c9 ---- Gb - Linker created -
- __tdata_load_start__ 080055c9 ---- Gb - Linker created -
+ __tdata_load_start 080055a9 ---- Gb - Linker created -
+ __tdata_load_start__ 080055a9 ---- Gb - Linker created -
__tdata_size 00000000 ---- Gb - Linker created -
__tdata_size__ 00000000 ---- Gb - Linker created -
__tdata_start 20000000 ---- Gb - Linker created -
@@ -1544,38 +1601,38 @@ Symbols by name
__tls_size__ 00000000 ---- Gb - Linker created -
__tls_start 20000000 ---- Gb - Linker created -
__tls_start__ 20000000 ---- Gb - Linker created -
- __user_format_extender 20016b7c 0x4 4 Data Gb libc2.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
- __vfprintf 08005021 0x4f0 4 Code Gb libvfprintf_v7em_fpv4_sp_d16_hard_t_le_eabi.o
- __vfprintf_int_nwp 08005021 0x4f0 4 Code Gb libvfprintf_v7em_fpv4_sp_d16_hard_t_le_eabi.o
+ __user_format_extender 20016b7c 0x4 4 Data Gb libc2.o (libc_v7em_t_le_eabi.a)
+ __vfprintf 08005001 0x4f0 4 Code Gb libvfprintf_v7em_t_le_eabi.o
+ __vfprintf_int_nwp 08005001 0x4f0 4 Code Gb libvfprintf_v7em_t_le_eabi.o
_aPacket 2001628c 0xe3 4 Data Lc SEGGER_SYSVIEW.o
_aTasks 20016370 0xa0 4 Data Lc SEGGER_SYSVIEW_FreeRTOS.o
- _abSync 080055b4 0xa 4 Cnst Lc SEGGER_SYSVIEW.o
+ _abSync 08005594 0xa 4 Cnst Lc SEGGER_SYSVIEW.o
_acDownBuffer 20016afc 0x10 4 Data Lc SEGGER_RTT.o
_acUpBuffer 20015e8c 0x400 4 Data Lc SEGGER_RTT.o
- _pFirstModule 20016b78 0x4 4 Data Lc SEGGER_SYSVIEW.o
- _start 08000135 0x64 4 Code Gb SEGGER_THUMB_Startup.o
+ _pFirstModule 20016b74 0x4 4 Data Lc SEGGER_SYSVIEW.o
+ _start 08000125 0x64 4 Code Gb SEGGER_THUMB_Startup.o
_vectors 08000000 0xc0 2 Code Gb Cortex_M_Startup.o
_vectors_end 080000c0 0xc0 2 Code Lc Cortex_M_Startup.o
- ctor_end 0800016c 0x64 4 Code Lc SEGGER_THUMB_Startup.o
- ctor_loop 0800015c 0x64 4 Code Lc SEGGER_THUMB_Startup.o
- ctors$$Base 080055c9 ---- Gb - Linker created -
+ ctor_end 0800015c 0x64 4 Code Lc SEGGER_THUMB_Startup.o
+ ctor_loop 0800014c 0x64 4 Code Lc SEGGER_THUMB_Startup.o
+ ctors$$Base 080055a9 ---- Gb - Linker created -
ctors$$Length 00000000 ---- Gb - Linker created -
- ctors$$Limit 080055c9 ---- Gb - Linker created -
- defaultTaskHandle 20016b20 0x4 4 Data Gb main.o
+ ctors$$Limit 080055a9 ---- Gb - Linker created -
+ defaultTaskHandle 20016b24 0x4 4 Data Gb main.o
disk 20016b0c 0xc 4 Data Gb ff_gen_drv.o
- dtors$$Base 080055c9 ---- Gb - Linker created -
+ dtors$$Base 080055a9 ---- Gb - Linker created -
dtors$$Length 00000000 ---- Gb - Linker created -
- dtors$$Limit 080055c9 ---- Gb - Linker created -
- exidx$$Base 080055c9 ---- Gb - Linker created -
+ dtors$$Limit 080055a9 ---- Gb - Linker created -
+ exidx$$Base 080055a9 ---- Gb - Linker created -
exidx$$Length 00000000 ---- Gb - Linker created -
- exidx$$Limit 080055c9 ---- Gb - Linker created -
- exit 0800017b 0x64 4 Code Wk SEGGER_THUMB_Startup.o
- exit_loop 0800017a 0x64 4 Code Lc SEGGER_THUMB_Startup.o
- flagBitshiftOffset.8468 08005578 0x8 4 Cnst Lc stm32f4xx_hal_dma.o
+ exidx$$Limit 080055a9 ---- Gb - Linker created -
+ exit 0800016b 0x64 4 Code Wk SEGGER_THUMB_Startup.o
+ exit_loop 0800016a 0x64 4 Code Lc SEGGER_THUMB_Startup.o
+ flagBitshiftOffset.7160 08005558 0x8 4 Cnst Lc stm32f4xx_hal_dma.o
hadc1 20016890 0x48 4 Data Gb main.o
hdma_uart4_tx 2001667c 0x58 4 Data Gb main.o
- hdma_usart1_tx 200166d4 0x58 4 Data Gb main.o
- hdma_usart2_tx 2001672c 0x58 4 Data Gb main.o
+ hdma_usart1_tx 20016624 0x58 4 Data Gb main.o
+ hdma_usart2_tx 20016574 0x58 4 Data Gb main.o
hdma_usart3_tx 20016784 0x58 4 Data Gb main.o
hdma_usart6_tx 200167dc 0x58 4 Data Gb main.o
heap$$Base 20016b80 ---- Gb - Linker created -
@@ -1583,66 +1640,66 @@ Symbols by name
heap$$Limit 20016f80 ---- Gb - Linker created -
hrtc 20016a78 0x20 4 Data Gb main.o
hsd 20016514 0x60 4 Data Gb main.o
- hspi1 20016574 0x58 4 Data Gb main.o
+ hspi1 2001672c 0x58 4 Data Gb main.o
hspi2 200165cc 0x58 4 Data Gb main.o
- hspi3 20016624 0x58 4 Data Gb main.o
+ hspi3 200166d4 0x58 4 Data Gb main.o
htim1 20016a18 0x3c 4 Data Gb stm32f4xx_hal_timebase_TIM.o
- huart1 20016918 0x40 4 Data Gb main.o
+ huart1 200168d8 0x40 4 Data Gb main.o
huart2 20016958 0x40 4 Data Gb main.o
- huart3 20016998 0x40 4 Data Gb main.o
- huart4 200168d8 0x40 4 Data Gb main.o
- huart6 200169d8 0x40 4 Data Gb main.o
- main 080002bd 0x118 4 Code Gb main.o
- makeFreeRtosPriority 08008065 0x28 2 Code Lc cmsis_os.o
- memcmp 08006cd3 0x76 2 Code Wk libc2.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
- memcpy 08006d49 0x52 2 Code Wk libc2_asm.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
- memset 08006d9b 0x66 2 Code Wk libc2_asm.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
+ huart3 200169d8 0x40 4 Data Gb main.o
+ huart4 20016918 0x40 4 Data Gb main.o
+ huart6 20016998 0x40 4 Data Gb main.o
+ main 08000529 0x118 4 Code Gb main.o
+ makeFreeRtosPriority 08007fb5 0x28 2 Code Lc cmsis_os.o
+ memcmp 08006c89 0x76 2 Code Wk libc2.o (libc_v7em_t_le_eabi.a)
+ memcpy 08006d29 0x52 2 Code Wk libc2_asm.o (libc_v7em_t_le_eabi.a)
+ memset 08006d7b 0x66 2 Code Wk libc2_asm.o (libc_v7em_t_le_eabi.a)
obc_data 20000010 0x1227c 4 Data Gb obc.o
- osDelay 08006a31 0x26 2 Code Gb cmsis_os.o
- osKernelStart 0800808d 0xc 2 Code Gb cmsis_os.o
- osSystickHandler 080080e9 0x14 2 Code Gb cmsis_os.o
- osThreadCreate 08008099 0x50 2 Code Gb cmsis_os.o
+ osDelay 08006a11 0x26 2 Code Gb cmsis_os.o
+ osKernelStart 0800806d 0xc 2 Code Gb cmsis_os.o
+ osSystickHandler 080080c9 0x14 2 Code Gb cmsis_os.o
+ osThreadCreate 08008079 0x50 2 Code Gb cmsis_os.o
prvAddCurrentTaskToDelayedList
- 08003cd5 0x6c 4 Code Lc tasks.o
- prvAllocateTCBAndStack 08008175 0x70 2 Code Lc tasks.o
+ 08003d29 0x6c 4 Code Lc tasks.o
+ prvAllocateTCBAndStack 08008155 0x70 2 Code Lc tasks.o
prvCheckTasksWaitingTermination
- 08003c61 0x74 4 Code Lc tasks.o
- prvDeleteTCB 08006bbb 0x1e 2 Code Lc tasks.o
- prvHeapInit 08003509 0xbc 4 Code Lc heap_4.o
- prvIdleTask 08003bc1 0x24 4 Code Lc tasks.o
+ 08003c41 0x74 4 Code Lc tasks.o
+ prvDeleteTCB 08006b9b 0x1e 2 Code Lc tasks.o
+ prvHeapInit 080034e9 0xbc 4 Code Lc heap_4.o
+ prvIdleTask 08003ba1 0x24 4 Code Lc tasks.o
prvInitialiseTCBVariables
- 08006b15 0xa6 2 Code Lc tasks.o
- prvInitialiseTaskLists 08003be5 0x7c 4 Code Lc tasks.o
+ 08006af5 0xa6 2 Code Lc tasks.o
+ prvInitialiseTaskLists 08003bc5 0x7c 4 Code Lc tasks.o
prvInsertBlockIntoFreeList
- 080035c5 0xa8 4 Code Lc heap_4.o
+ 080035a5 0xa8 4 Code Lc heap_4.o
prvResetNextTaskUnblockTime
- 08003d41 0x40 4 Code Lc tasks.o
- prvTaskExitError 08003e11 0x20 4 Code Lc port.o
- pvPortMalloc 08003315 0x15c 4 Code Gb heap_4.o
- pxCurrentTCB 20016b3c 0x4 4 Data Gb tasks.o
- pxDelayedTaskList 20016b40 0x4 4 Data Lc tasks.o
- pxEnd 20016b2c 0x4 4 Data Lc heap_4.o
+ 08003cb5 0x40 4 Code Lc tasks.o
+ prvTaskExitError 08003f21 0x20 4 Code Lc port.o
+ pvPortMalloc 080032f5 0x15c 4 Code Gb heap_4.o
+ pxCurrentTCB 20016b4c 0x4 4 Data Gb tasks.o
+ pxDelayedTaskList 20016b64 0x4 4 Data Lc tasks.o
+ pxEnd 20016b30 0x4 4 Data Lc heap_4.o
pxOverflowDelayedTaskList
- 20016b44 0x4 4 Data Lc tasks.o
- pxPortInitialiseStack 08003db5 0x5c 4 Code Gb port.o
+ 20016b60 0x4 4 Data Lc tasks.o
+ pxPortInitialiseStack 08003e91 0x5c 4 Code Gb port.o
pxReadyTasksLists 20016410 0x8c 4 Data Lc tasks.o
- reset_handler 08000113 0x74 4 Code Gb Cortex_M_Startup.o
+ reset_handler 08000113 0x64 4 Code Gb Cortex_M_Startup.o
retSD 2000000d 0x1 Data Gb fatfs.o
- sprintf 08006ca9 0x2a 2 Code Wk libc2.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
+ sprintf 08006cff 0x2a 2 Code Wk libc2.o (libc_v7em_t_le_eabi.a)
stack$$Base 2001fc00 ---- Gb - Linker created -
stack$$Length 00000400 ---- Gb - Linker created -
stack$$Limit 20020000 ---- Gb - Linker created -
- start 08000173 0x64 4 Code Lc SEGGER_THUMB_Startup.o
- strcpy 080082a1 0x44 2 Code Wk libc2_asm.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
+ start 08000163 0x64 4 Code Lc SEGGER_THUMB_Startup.o
+ strcpy 08008281 0x44 2 Code Wk libc2_asm.o (libc_v7em_t_le_eabi.a)
tbss$$Base 20000000 ---- Gb - Linker created -
tbss$$Length 00000000 ---- Gb - Linker created -
tbss$$Limit 20000000 ---- Gb - Linker created -
tdata$$Base 20000000 ---- Gb - Linker created -
tdata$$Length 00000000 ---- Gb - Linker created -
tdata$$Limit 20000000 ---- Gb - Linker created -
- tdata_load$$Base 080055c9 ---- Gb - Linker created -
+ tdata_load$$Base 080055a9 ---- Gb - Linker created -
tdata_load$$Length 00000000 ---- Gb - Linker created -
- tdata_load$$Limit 080055c9 ---- Gb - Linker created -
+ tdata_load$$Limit 080055a9 ---- Gb - Linker created -
tls$$Base 20000000 ---- Gb - Linker created -
tls$$Length 00000000 ---- Gb - Linker created -
tls$$Limit 20000000 ---- Gb - Linker created -
@@ -1651,62 +1708,81 @@ Symbols by name
ulMaxPRIGROUPValue 20016b70 0x4 4 Data Lc port.o
uwTick 20016b28 0x4 4 Data Gb stm32f4xx_hal.o
uxCriticalNesting 20000008 0x4 4 Data Lc port.o
- uxCurrentNumberOfTasks 20016b4c 0x4 4 Data Lc tasks.o
- uxListRemove 08006acb 0x4a 2 Code Gb list.o
- uxPendedTicks 20016b5c 0x4 4 Data Lc tasks.o
- uxSchedulerSuspended 20016b6c 0x4 4 Data Lc tasks.o
- uxTaskNumber 20016b68 0x4 4 Data Lc tasks.o
- uxTasksDeleted 20016b48 0x4 4 Data Lc tasks.o
- uxTopReadyPriority 20016b54 0x4 4 Data Lc tasks.o
- vListInitialise 08006a57 0x36 2 Code Gb list.o
- vListInitialiseItem 080080fd 0x10 2 Code Gb list.o
- vListInsert 0800810d 0x68 2 Code Gb list.o
- vListInsertEnd 08006a8d 0x3e 2 Code Gb list.o
- vPortEnterCritical 08003f2d 0x38 4 Code Gb port.o
- vPortExitCritical 08003f65 0x30 4 Code Gb port.o
- vPortFree 08003471 0x98 4 Code Gb heap_4.o
+ uxCurrentNumberOfTasks 20016b40 0x4 4 Data Lc tasks.o
+ uxListRemove 08006a75 0x4a 2 Code Gb list.o
+ uxPendedTicks 20016b68 0x4 4 Data Lc tasks.o
+ uxSchedulerSuspended 20016b3c 0x4 4 Data Lc tasks.o
+ uxTaskNumber 20016b6c 0x4 4 Data Lc tasks.o
+ uxTasksDeleted 20016b58 0x4 4 Data Lc tasks.o
+ uxTopReadyPriority 20016b50 0x4 4 Data Lc tasks.o
+ vListInitialise 08006abf 0x36 2 Code Gb list.o
+ vListInitialiseItem 08008145 0x10 2 Code Gb list.o
+ vListInsert 080080dd 0x68 2 Code Gb list.o
+ vListInsertEnd 08006a37 0x3e 2 Code Gb list.o
+ vPortEnterCritical 08003f41 0x38 4 Code Gb port.o
+ vPortExitCritical 08003fa5 0x30 4 Code Gb port.o
+ vPortFree 08003451 0x98 4 Code Gb heap_4.o
vPortSetupTimerInterrupt
- 08003fc9 0x2c 4 Code Gb port.o
- vTaskDelay 08003821 0x98 4 Code Gb tasks.o
- vTaskStartScheduler 080038b9 0x68 4 Code Gb tasks.o
- vTaskSuspendAll 08003921 0x14 4 Code Gb tasks.o
- xBlockAllocatedBit 20016b38 0x4 4 Data Lc heap_4.o
- xDelayedTaskList1 20016a98 0x14 4 Data Lc tasks.o
+ 08003f79 0x2c 4 Code Gb port.o
+ vTaskDelay 08003801 0x98 4 Code Gb tasks.o
+ vTaskStartScheduler 08003a0d 0x68 4 Code Gb tasks.o
+ vTaskSuspendAll 08003a75 0x14 4 Code Gb tasks.o
+ xBlockAllocatedBit 20016b2c 0x4 4 Data Lc heap_4.o
+ xDelayedTaskList1 20016ad4 0x14 4 Data Lc tasks.o
xDelayedTaskList2 20016aac 0x14 4 Data Lc tasks.o
- xFreeBytesRemaining 20016b30 0x4 4 Data Lc heap_4.o
+ xFreeBytesRemaining 20016b34 0x4 4 Data Lc heap_4.o
xMinimumEverFreeBytesRemaining
- 20016b34 0x4 4 Data Lc heap_4.o
+ 20016b38 0x4 4 Data Lc heap_4.o
xNextTaskUnblockTime 20000004 0x4 4 Data Lc tasks.o
- xNumOfOverflows 20016b64 0x4 4 Data Lc tasks.o
- xPendingReadyList 20016ac0 0x14 4 Data Lc tasks.o
- xPortStartScheduler 08003e31 0xfc 4 Code Gb port.o
- xPortSysTickHandler 08003f95 0x34 4 Code Gb port.o
- xSchedulerRunning 20016b58 0x4 4 Data Lc tasks.o
+ xNumOfOverflows 20016b54 0x4 4 Data Lc tasks.o
+ xPendingReadyList 20016ae8 0x14 4 Data Lc tasks.o
+ xPortStartScheduler 08003d95 0xfc 4 Code Gb port.o
+ xPortSysTickHandler 08003eed 0x34 4 Code Gb port.o
+ xSchedulerRunning 20016b48 0x4 4 Data Lc tasks.o
xStart 20016b18 0x8 4 Data Lc heap_4.o
- xSuspendedTaskList 20016ae8 0x14 4 Data Lc tasks.o
- xTaskGenericCreate 0800366d 0x1b4 4 Code Gb tasks.o
- xTaskGetSchedulerState 08003d81 0x34 4 Code Gb tasks.o
- xTaskIncrementTick 08003a4d 0x174 4 Code Gb tasks.o
- xTaskResumeAll 08003935 0x118 4 Code Gb tasks.o
+ xSuspendedTaskList 20016ac0 0x14 4 Data Lc tasks.o
+ xTaskGenericCreate 0800364d 0x1b4 4 Code Gb tasks.o
+ xTaskGetSchedulerState 08003cf5 0x34 4 Code Gb tasks.o
+ xTaskIncrementTick 08003899 0x174 4 Code Gb tasks.o
+ xTaskResumeAll 08003a89 0x118 4 Code Gb tasks.o
xTasksWaitingTermination
- 20016ad4 0x14 4 Data Lc tasks.o
- xTickCount 20016b50 0x4 4 Data Lc tasks.o
- xYieldPending 20016b60 0x4 4 Data Lc tasks.o
+ 20016a98 0x14 4 Data Lc tasks.o
+ xTickCount 20016b44 0x4 4 Data Lc tasks.o
+ xYieldPending 20016b5c 0x4 4 Data Lc tasks.o
Symbols by file then by name
Symbol Value Size Align Type Object
------ ----- ---- ----- ---- ------
+ __FLASH1_segment_end__ 08100000 ---- Gb - Linker created -
+ __FLASH1_segment_size__ 00100000 ---- Gb - Linker created -
+ __FLASH1_segment_start__
+ 08000000 ---- Gb - Linker created -
+ __FLASH1_segment_used_end__
+ 0800832e ---- Gb - Linker created -
+ __FLASH1_segment_used_size__
+ 0000832e ---- Gb - Linker created -
+ __FLASH1_segment_used_start__
+ 08000000 ---- Gb - Linker created -
__FLASH_segment_end__ 08100000 ---- Gb - Linker created -
__FLASH_segment_size__ 00100000 ---- Gb - Linker created -
__FLASH_segment_start__ 08000000 ---- Gb - Linker created -
__FLASH_segment_used_end__
- 0800834e ---- Gb - Linker created -
+ 0800832e ---- Gb - Linker created -
__FLASH_segment_used_size__
- 0000834e ---- Gb - Linker created -
+ 0000832e ---- Gb - Linker created -
__FLASH_segment_used_start__
08000000 ---- Gb - Linker created -
__HEAPSIZE__ 00000400 ---- Gb - Linker created -
+ __RAM1_segment_end__ 20020000 ---- Gb - Linker created -
+ __RAM1_segment_size__ 00020000 ---- Gb - Linker created -
+ __RAM1_segment_start__ 20000000 ---- Gb - Linker created -
+ __RAM1_segment_used_end__
+ 20020000 ---- Gb - Linker created -
+ __RAM1_segment_used_size__
+ 00020000 ---- Gb - Linker created -
+ __RAM1_segment_used_start__
+ 20000000 ---- Gb - Linker created -
__RAM_segment_end__ 20020000 ---- Gb - Linker created -
__RAM_segment_size__ 00020000 ---- Gb - Linker created -
__RAM_segment_start__ 20000000 ---- Gb - Linker created -
@@ -1716,28 +1792,28 @@ Symbols by file then by name
00020000 ---- Gb - Linker created -
__RAM_segment_used_start__
20000000 ---- Gb - Linker created -
- __SEGGER_init_data__ 08008310 0xd 4 Cnst Lc - Linker created -
- __SEGGER_init_table__ 080082e4 0x2c 4 Cnst Lc - Linker created -
+ __SEGGER_init_data__ 080082f0 0xd 4 Cnst Lc - Linker created -
+ __SEGGER_init_table__ 080082c4 0x2c 4 Cnst Lc - Linker created -
__STACKSIZE_PROCESS__ 00000000 ---- Gb - Linker created -
__STACKSIZE__ 00000400 ---- Gb - Linker created -
- __ctors_end 080055c9 ---- Gb - Linker created -
- __ctors_end__ 080055c9 ---- Gb - Linker created -
+ __ctors_end 080055a9 ---- Gb - Linker created -
+ __ctors_end__ 080055a9 ---- Gb - Linker created -
__ctors_size 00000000 ---- Gb - Linker created -
__ctors_size__ 00000000 ---- Gb - Linker created -
- __ctors_start 080055c9 ---- Gb - Linker created -
- __ctors_start__ 080055c9 ---- Gb - Linker created -
- __dtors_end 080055c9 ---- Gb - Linker created -
- __dtors_end__ 080055c9 ---- Gb - Linker created -
+ __ctors_start 080055a9 ---- Gb - Linker created -
+ __ctors_start__ 080055a9 ---- Gb - Linker created -
+ __dtors_end 080055a9 ---- Gb - Linker created -
+ __dtors_end__ 080055a9 ---- Gb - Linker created -
__dtors_size 00000000 ---- Gb - Linker created -
__dtors_size__ 00000000 ---- Gb - Linker created -
- __dtors_start 080055c9 ---- Gb - Linker created -
- __dtors_start__ 080055c9 ---- Gb - Linker created -
- __exidx_end 080055c9 ---- Gb - Linker created -
- __exidx_end__ 080055c9 ---- Gb - Linker created -
+ __dtors_start 080055a9 ---- Gb - Linker created -
+ __dtors_start__ 080055a9 ---- Gb - Linker created -
+ __exidx_end 080055a9 ---- Gb - Linker created -
+ __exidx_end__ 080055a9 ---- Gb - Linker created -
__exidx_size 00000000 ---- Gb - Linker created -
__exidx_size__ 00000000 ---- Gb - Linker created -
- __exidx_start 080055c9 ---- Gb - Linker created -
- __exidx_start__ 080055c9 ---- Gb - Linker created -
+ __exidx_start 080055a9 ---- Gb - Linker created -
+ __exidx_start__ 080055a9 ---- Gb - Linker created -
__heap_end 20016f80 ---- Gb - Linker created -
__heap_end__ 20016f80 ---- Gb - Linker created -
__heap_size 00000400 ---- Gb - Linker created -
@@ -1758,12 +1834,12 @@ Symbols by file then by name
__tbss_start__ 20000000 ---- Gb - Linker created -
__tdata_end 20000000 ---- Gb - Linker created -
__tdata_end__ 20000000 ---- Gb - Linker created -
- __tdata_load_end 080055c9 ---- Gb - Linker created -
- __tdata_load_end__ 080055c9 ---- Gb - Linker created -
+ __tdata_load_end 080055a9 ---- Gb - Linker created -
+ __tdata_load_end__ 080055a9 ---- Gb - Linker created -
__tdata_load_size 00000000 ---- Gb - Linker created -
__tdata_load_size__ 00000000 ---- Gb - Linker created -
- __tdata_load_start 080055c9 ---- Gb - Linker created -
- __tdata_load_start__ 080055c9 ---- Gb - Linker created -
+ __tdata_load_start 080055a9 ---- Gb - Linker created -
+ __tdata_load_start__ 080055a9 ---- Gb - Linker created -
__tdata_size 00000000 ---- Gb - Linker created -
__tdata_size__ 00000000 ---- Gb - Linker created -
__tdata_start 20000000 ---- Gb - Linker created -
@@ -1774,15 +1850,15 @@ Symbols by file then by name
__tls_size__ 00000000 ---- Gb - Linker created -
__tls_start 20000000 ---- Gb - Linker created -
__tls_start__ 20000000 ---- Gb - Linker created -
- ctors$$Base 080055c9 ---- Gb - Linker created -
+ ctors$$Base 080055a9 ---- Gb - Linker created -
ctors$$Length 00000000 ---- Gb - Linker created -
- ctors$$Limit 080055c9 ---- Gb - Linker created -
- dtors$$Base 080055c9 ---- Gb - Linker created -
+ ctors$$Limit 080055a9 ---- Gb - Linker created -
+ dtors$$Base 080055a9 ---- Gb - Linker created -
dtors$$Length 00000000 ---- Gb - Linker created -
- dtors$$Limit 080055c9 ---- Gb - Linker created -
- exidx$$Base 080055c9 ---- Gb - Linker created -
+ dtors$$Limit 080055a9 ---- Gb - Linker created -
+ exidx$$Base 080055a9 ---- Gb - Linker created -
exidx$$Length 00000000 ---- Gb - Linker created -
- exidx$$Limit 080055c9 ---- Gb - Linker created -
+ exidx$$Limit 080055a9 ---- Gb - Linker created -
heap$$Base 20016b80 ---- Gb - Linker created -
heap$$Length 00000400 ---- Gb - Linker created -
heap$$Limit 20016f80 ---- Gb - Linker created -
@@ -1795,363 +1871,363 @@ Symbols by file then by name
tdata$$Base 20000000 ---- Gb - Linker created -
tdata$$Length 00000000 ---- Gb - Linker created -
tdata$$Limit 20000000 ---- Gb - Linker created -
- tdata_load$$Base 080055c9 ---- Gb - Linker created -
+ tdata_load$$Base 080055a9 ---- Gb - Linker created -
tdata_load$$Length 00000000 ---- Gb - Linker created -
- tdata_load$$Limit 080055c9 ---- Gb - Linker created -
+ tdata_load$$Limit 080055a9 ---- Gb - Linker created -
tls$$Base 20000000 ---- Gb - Linker created -
tls$$Length 00000000 ---- Gb - Linker created -
tls$$Limit 20000000 ---- Gb - Linker created -
- BusFault_Handler 080000c7 0x74 4 Code Wk Cortex_M_Startup.o
- DebugMon_Handler 080000cd 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR0 080000d3 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR1 080000d5 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR10 080000e7 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR11 080000e9 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR12 080000eb 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR13 080000ed 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR14 080000ef 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR15 080000f1 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR16 080000f3 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR17 080000f5 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR18 080000f7 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR19 080000f9 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR2 080000d7 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR20 080000fb 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR21 080000fd 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR22 080000ff 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR23 08000101 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR24 08000103 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR25 08000105 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR26 08000107 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR27 08000109 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR28 0800010b 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR29 0800010d 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR3 080000d9 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR30 0800010f 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR31 08000111 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR4 080000db 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR5 080000dd 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR6 080000df 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR7 080000e1 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR8 080000e3 0x74 4 Code Wk Cortex_M_Startup.o
- ExternalISR9 080000e5 0x74 4 Code Wk Cortex_M_Startup.o
- HardFault_Handler 080000c3 0x74 4 Code Wk Cortex_M_Startup.o
- MemManage_Handler 080000c5 0x74 4 Code Wk Cortex_M_Startup.o
- NMI_Handler 080000c1 0x74 4 Code Wk Cortex_M_Startup.o
- PendSV_Handler 080000cf 0x74 4 Code Wk Cortex_M_Startup.o
- Reset_Handler 08000113 0x74 4 Code Gb Cortex_M_Startup.o
- SVC_Handler 080000cb 0x74 4 Code Wk Cortex_M_Startup.o
- SysTick_Handler 080000d1 0x74 4 Code Wk Cortex_M_Startup.o
- SystemInit 0800012f 0x74 4 Code Wk Cortex_M_Startup.o
- UsageFault_Handler 080000c9 0x74 4 Code Wk Cortex_M_Startup.o
+ BusFault_Handler 080000c7 0x64 4 Code Wk Cortex_M_Startup.o
+ DebugMon_Handler 080000cd 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR0 080000d3 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR1 080000d5 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR10 080000e7 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR11 080000e9 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR12 080000eb 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR13 080000ed 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR14 080000ef 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR15 080000f1 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR16 080000f3 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR17 080000f5 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR18 080000f7 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR19 080000f9 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR2 080000d7 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR20 080000fb 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR21 080000fd 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR22 080000ff 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR23 08000101 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR24 08000103 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR25 08000105 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR26 08000107 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR27 08000109 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR28 0800010b 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR29 0800010d 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR3 080000d9 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR30 0800010f 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR31 08000111 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR4 080000db 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR5 080000dd 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR6 080000df 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR7 080000e1 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR8 080000e3 0x64 4 Code Wk Cortex_M_Startup.o
+ ExternalISR9 080000e5 0x64 4 Code Wk Cortex_M_Startup.o
+ HardFault_Handler 080000c3 0x64 4 Code Wk Cortex_M_Startup.o
+ MemManage_Handler 080000c5 0x64 4 Code Wk Cortex_M_Startup.o
+ NMI_Handler 080000c1 0x64 4 Code Wk Cortex_M_Startup.o
+ PendSV_Handler 080000cf 0x64 4 Code Wk Cortex_M_Startup.o
+ Reset_Handler 08000113 0x64 4 Code Gb Cortex_M_Startup.o
+ SVC_Handler 080000cb 0x64 4 Code Wk Cortex_M_Startup.o
+ SysTick_Handler 080000d1 0x64 4 Code Wk Cortex_M_Startup.o
+ SystemInit 0800011f 0x64 4 Code Wk Cortex_M_Startup.o
+ UsageFault_Handler 080000c9 0x64 4 Code Wk Cortex_M_Startup.o
_vectors 08000000 0xc0 2 Code Gb Cortex_M_Startup.o
_vectors_end 080000c0 0xc0 2 Code Lc Cortex_M_Startup.o
- reset_handler 08000113 0x74 4 Code Gb Cortex_M_Startup.o
- SEGGER_RTT_ReadNoLock 0800415d 0x100 4 Code Gb SEGGER_RTT.o
+ reset_handler 08000113 0x64 4 Code Gb Cortex_M_Startup.o
+ SEGGER_RTT_ReadNoLock 08004c45 0x100 4 Code Gb SEGGER_RTT.o
SEGGER_RTT_WriteSkipNoLock
- 0800425d 0x13c 4 Code Gb SEGGER_RTT.o
- _DoInit 080040c1 0x9c 4 Code Lc SEGGER_RTT.o
+ 08004df9 0x13c 4 Code Gb SEGGER_RTT.o
+ _DoInit 08004ba9 0x9c 4 Code Lc SEGGER_RTT.o
_SEGGER_RTT 2001649c 0x78 4 Data Gb SEGGER_RTT.o
_acDownBuffer 20016afc 0x10 4 Data Lc SEGGER_RTT.o
_acUpBuffer 20015e8c 0x400 4 Data Lc SEGGER_RTT.o
SEGGER_SYSVIEW_GetSysDesc
- 08004935 0x134 4 Code Gb SEGGER_SYSVIEW.o
+ 08004529 0x134 4 Code Gb SEGGER_SYSVIEW.o
SEGGER_SYSVIEW_OnTaskCreate
- 08004cb1 0x84 4 Code Gb SEGGER_SYSVIEW.o
+ 080048ed 0x84 4 Code Gb SEGGER_SYSVIEW.o
SEGGER_SYSVIEW_OnTaskStartReady
- 08004d35 0x84 4 Code Gb SEGGER_SYSVIEW.o
+ 08004a21 0x84 4 Code Gb SEGGER_SYSVIEW.o
SEGGER_SYSVIEW_RecordSystime
- 08004c55 0x5c 4 Code Gb SEGGER_SYSVIEW.o
+ 08004891 0x5c 4 Code Gb SEGGER_SYSVIEW.o
SEGGER_SYSVIEW_RecordU32
- 0800464d 0x78 4 Code Gb SEGGER_SYSVIEW.o
+ 08004289 0x78 4 Code Gb SEGGER_SYSVIEW.o
SEGGER_SYSVIEW_RecordU32x2
- 080046c5 0xb0 4 Code Gb SEGGER_SYSVIEW.o
+ 08004301 0xb0 4 Code Gb SEGGER_SYSVIEW.o
SEGGER_SYSVIEW_RecordVoid
- 08004615 0x38 4 Code Gb SEGGER_SYSVIEW.o
+ 08003fd5 0x38 4 Code Gb SEGGER_SYSVIEW.o
SEGGER_SYSVIEW_SendModule
- 08004db9 0x104 4 Code Gb SEGGER_SYSVIEW.o
+ 08004aa5 0x104 4 Code Gb SEGGER_SYSVIEW.o
SEGGER_SYSVIEW_SendModuleDescription
- 08004ebd 0x38 4 Code Gb SEGGER_SYSVIEW.o
+ 08004971 0x38 4 Code Gb SEGGER_SYSVIEW.o
SEGGER_SYSVIEW_SendNumModules
- 08004ef5 0x78 4 Code Gb SEGGER_SYSVIEW.o
+ 080049a9 0x78 4 Code Gb SEGGER_SYSVIEW.o
SEGGER_SYSVIEW_SendTaskInfo
- 08004a69 0x1c8 4 Code Gb SEGGER_SYSVIEW.o
+ 0800465d 0x1c8 4 Code Gb SEGGER_SYSVIEW.o
SEGGER_SYSVIEW_SendTaskList
- 08004c31 0x24 4 Code Gb SEGGER_SYSVIEW.o
- SEGGER_SYSVIEW_Start 08004775 0x178 4 Code Gb SEGGER_SYSVIEW.o
- SEGGER_SYSVIEW_Stop 080048ed 0x48 4 Code Gb SEGGER_SYSVIEW.o
- SEGGER_SYSVIEW_Warn 08004f6d 0xb4 4 Code Gb SEGGER_SYSVIEW.o
- _EncodeStr 08008221 0x4c 2 Code Lc SEGGER_SYSVIEW.o
- _HandleIncomingPacket 08006be7 0xc2 2 Code Lc SEGGER_SYSVIEW.o
+ 08004825 0x24 4 Code Gb SEGGER_SYSVIEW.o
+ SEGGER_SYSVIEW_Start 080043b1 0x178 4 Code Gb SEGGER_SYSVIEW.o
+ SEGGER_SYSVIEW_Stop 08004849 0x48 4 Code Gb SEGGER_SYSVIEW.o
+ SEGGER_SYSVIEW_Warn 08004d45 0xb4 4 Code Gb SEGGER_SYSVIEW.o
+ _EncodeStr 080081c5 0x4c 2 Code Lc SEGGER_SYSVIEW.o
+ _HandleIncomingPacket 08006bb9 0xc2 2 Code Lc SEGGER_SYSVIEW.o
_NumModules 2000000f 0x1 Data Lc SEGGER_SYSVIEW.o
- _PreparePacket 08006bd9 0xe 2 Code Lc SEGGER_SYSVIEW.o
+ _PreparePacket 08006c7b 0xe 2 Code Lc SEGGER_SYSVIEW.o
_SYSVIEW_Globals 20016a54 0x24 4 Data Lc SEGGER_SYSVIEW.o
- _SendPacket 08004485 0x190 4 Code Lc SEGGER_SYSVIEW.o
- _TrySendOverflowPacket 08004399 0xec 4 Code Lc SEGGER_SYSVIEW.o
+ _SendPacket 080040f9 0x190 4 Code Lc SEGGER_SYSVIEW.o
+ _TrySendOverflowPacket 0800400d 0xec 4 Code Lc SEGGER_SYSVIEW.o
_aPacket 2001628c 0xe3 4 Data Lc SEGGER_SYSVIEW.o
- _abSync 080055b4 0xa 4 Cnst Lc SEGGER_SYSVIEW.o
- _pFirstModule 20016b78 0x4 4 Data Lc SEGGER_SYSVIEW.o
- SYSVIEW_AddTask 08003ff5 0xcc 4 Code Gb SEGGER_SYSVIEW_FreeRTOS.o
- SYSVIEW_SendTaskInfo 080081e5 0x3c 2 Code Gb SEGGER_SYSVIEW_FreeRTOS.o
- _NumTasks 20016b74 0x4 4 Data Lc SEGGER_SYSVIEW_FreeRTOS.o
+ _abSync 08005594 0xa 4 Cnst Lc SEGGER_SYSVIEW.o
+ _pFirstModule 20016b74 0x4 4 Data Lc SEGGER_SYSVIEW.o
+ SYSVIEW_AddTask 08004f35 0xcc 4 Code Gb SEGGER_SYSVIEW_FreeRTOS.o
+ SYSVIEW_SendTaskInfo 08008211 0x3c 2 Code Gb SEGGER_SYSVIEW_FreeRTOS.o
+ _NumTasks 20016b78 0x4 4 Data Lc SEGGER_SYSVIEW_FreeRTOS.o
_aTasks 20016370 0xa0 4 Data Lc SEGGER_SYSVIEW_FreeRTOS.o
- __SEGGER_init_copy 08008335 0x1a 2 Code Gb SEGGER_THUMB_Startup.o
- __SEGGER_init_zero 0800831f 0x16 2 Code Gb SEGGER_THUMB_Startup.o
- _start 08000135 0x64 4 Code Gb SEGGER_THUMB_Startup.o
- ctor_end 0800016c 0x64 4 Code Lc SEGGER_THUMB_Startup.o
- ctor_loop 0800015c 0x64 4 Code Lc SEGGER_THUMB_Startup.o
- exit 0800017b 0x64 4 Code Wk SEGGER_THUMB_Startup.o
- exit_loop 0800017a 0x64 4 Code Lc SEGGER_THUMB_Startup.o
- start 08000173 0x64 4 Code Lc SEGGER_THUMB_Startup.o
+ __SEGGER_init_copy 08008315 0x1a 2 Code Gb SEGGER_THUMB_Startup.o
+ __SEGGER_init_zero 080082ff 0x16 2 Code Gb SEGGER_THUMB_Startup.o
+ _start 08000125 0x64 4 Code Gb SEGGER_THUMB_Startup.o
+ ctor_end 0800015c 0x64 4 Code Lc SEGGER_THUMB_Startup.o
+ ctor_loop 0800014c 0x64 4 Code Lc SEGGER_THUMB_Startup.o
+ exit 0800016b 0x64 4 Code Wk SEGGER_THUMB_Startup.o
+ exit_loop 0800016a 0x64 4 Code Lc SEGGER_THUMB_Startup.o
+ start 08000163 0x64 4 Code Lc SEGGER_THUMB_Startup.o
BSP_SD_GetCardInfo 0800027d 0x1c 4 Code Gb bsp_driver_sd.o
- BSP_SD_GetStatus 08000269 0x14 4 Code Gb bsp_driver_sd.o
- BSP_SD_Init 08000199 0x60 4 Code Gb bsp_driver_sd.o
- BSP_SD_IsDetected 08006e01 0x14 2 Code Gb bsp_driver_sd.o
- BSP_SD_ReadBlocks 080001f9 0x38 4 Code Gb bsp_driver_sd.o
- BSP_SD_WriteBlocks 08000231 0x38 4 Code Gb bsp_driver_sd.o
- makeFreeRtosPriority 08008065 0x28 2 Code Lc cmsis_os.o
- osDelay 08006a31 0x26 2 Code Gb cmsis_os.o
- osKernelStart 0800808d 0xc 2 Code Gb cmsis_os.o
- osSystickHandler 080080e9 0x14 2 Code Gb cmsis_os.o
- osThreadCreate 08008099 0x50 2 Code Gb cmsis_os.o
- MX_FATFS_Init 08000299 0x24 4 Code Gb fatfs.o
+ BSP_SD_GetStatus 08000299 0x14 4 Code Gb bsp_driver_sd.o
+ BSP_SD_Init 08000189 0x60 4 Code Gb bsp_driver_sd.o
+ BSP_SD_IsDetected 08006de1 0x14 2 Code Gb bsp_driver_sd.o
+ BSP_SD_ReadBlocks 0800020d 0x38 4 Code Gb bsp_driver_sd.o
+ BSP_SD_WriteBlocks 08000245 0x38 4 Code Gb bsp_driver_sd.o
+ makeFreeRtosPriority 08007fb5 0x28 2 Code Lc cmsis_os.o
+ osDelay 08006a11 0x26 2 Code Gb cmsis_os.o
+ osKernelStart 0800806d 0xc 2 Code Gb cmsis_os.o
+ osSystickHandler 080080c9 0x14 2 Code Gb cmsis_os.o
+ osThreadCreate 08008079 0x50 2 Code Gb cmsis_os.o
+ MX_FATFS_Init 080001e9 0x24 4 Code Gb fatfs.o
SD_Path 20016834 0x4 4 Data Gb fatfs.o
retSD 2000000d 0x1 Data Gb fatfs.o
- FATFS_LinkDriver 08007fb9 0x1c 2 Code Gb ff_gen_drv.o
- FATFS_LinkDriverEx 08003159 0x9c 4 Code Gb ff_gen_drv.o
+ FATFS_LinkDriver 08007e31 0x1c 2 Code Gb ff_gen_drv.o
+ FATFS_LinkDriverEx 08003139 0x9c 4 Code Gb ff_gen_drv.o
disk 20016b0c 0xc 4 Data Gb ff_gen_drv.o
- prvHeapInit 08003509 0xbc 4 Code Lc heap_4.o
+ prvHeapInit 080034e9 0xbc 4 Code Lc heap_4.o
prvInsertBlockIntoFreeList
- 080035c5 0xa8 4 Code Lc heap_4.o
- pvPortMalloc 08003315 0x15c 4 Code Gb heap_4.o
- pxEnd 20016b2c 0x4 4 Data Lc heap_4.o
+ 080035a5 0xa8 4 Code Lc heap_4.o
+ pvPortMalloc 080032f5 0x15c 4 Code Gb heap_4.o
+ pxEnd 20016b30 0x4 4 Data Lc heap_4.o
ucHeap 2001228c 0x3c00 4 Data Lc heap_4.o
- vPortFree 08003471 0x98 4 Code Gb heap_4.o
- xBlockAllocatedBit 20016b38 0x4 4 Data Lc heap_4.o
- xFreeBytesRemaining 20016b30 0x4 4 Data Lc heap_4.o
+ vPortFree 08003451 0x98 4 Code Gb heap_4.o
+ xBlockAllocatedBit 20016b2c 0x4 4 Data Lc heap_4.o
+ xFreeBytesRemaining 20016b34 0x4 4 Data Lc heap_4.o
xMinimumEverFreeBytesRemaining
- 20016b34 0x4 4 Data Lc heap_4.o
+ 20016b38 0x4 4 Data Lc heap_4.o
xStart 20016b18 0x8 4 Data Lc heap_4.o
- __RAL_hex_lc 08005594 0x10 4 Cnst Gb libc2.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
- __RAL_hex_uc 080055a4 0x10 4 Cnst Gb libc2.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
- __putc 0800826d 0x34 2 Code Gb libc2.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
- __user_format_extender 20016b7c 0x4 4 Data Gb libc2.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
- memcmp 08006cd3 0x76 2 Code Wk libc2.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
- sprintf 08006ca9 0x2a 2 Code Wk libc2.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
- __aeabi_memcpy 08006d49 0x52 2 Code Wk libc2_asm.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
- __aeabi_memcpy4 08006d55 0x52 2 Code Wk libc2_asm.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
- __aeabi_memcpy8 08006d55 0x52 2 Code Wk libc2_asm.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
- memcpy 08006d49 0x52 2 Code Wk libc2_asm.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
- memset 08006d9b 0x66 2 Code Wk libc2_asm.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
- strcpy 080082a1 0x44 2 Code Wk libc2_asm.o (libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a)
- __vfprintf 08005021 0x4f0 4 Code Gb libvfprintf_v7em_fpv4_sp_d16_hard_t_le_eabi.o
- __vfprintf_int_nwp 08005021 0x4f0 4 Code Gb libvfprintf_v7em_fpv4_sp_d16_hard_t_le_eabi.o
- uxListRemove 08006acb 0x4a 2 Code Gb list.o
- vListInitialise 08006a57 0x36 2 Code Gb list.o
- vListInitialiseItem 080080fd 0x10 2 Code Gb list.o
- vListInsert 0800810d 0x68 2 Code Gb list.o
- vListInsertEnd 08006a8d 0x3e 2 Code Gb list.o
- HKHandle 20016b24 0x4 4 Data Gb main.o
- HK_task 080055bf 0x6 2 Code Gb main.o
- MX_ADC1_Init 0800052d 0x74 4 Code Lc main.o
- MX_DMA_Init 080008f9 0x98 4 Code Lc main.o
- MX_GPIO_Init 08000991 0x11c 4 Code Lc main.o
- MX_RTC_Init 080005a1 0x98 4 Code Lc main.o
- MX_SDIO_SD_Init 08000639 0x38 4 Code Lc main.o
- MX_SPI1_Init 08000671 0x60 4 Code Lc main.o
- MX_SPI2_Init 080006d1 0x60 4 Code Lc main.o
- MX_SPI3_Init 08000731 0x60 4 Code Lc main.o
- MX_UART4_Init 08000791 0x48 4 Code Lc main.o
- MX_USART1_UART_Init 080007d9 0x48 4 Code Lc main.o
- MX_USART2_UART_Init 08000821 0x48 4 Code Lc main.o
- MX_USART3_UART_Init 08000869 0x48 4 Code Lc main.o
- MX_USART6_UART_Init 080008b1 0x48 4 Code Lc main.o
+ __RAL_hex_lc 08005584 0x10 4 Cnst Gb libc2.o (libc_v7em_t_le_eabi.a)
+ __RAL_hex_uc 08005574 0x10 4 Cnst Gb libc2.o (libc_v7em_t_le_eabi.a)
+ __putc 0800824d 0x34 2 Code Gb libc2.o (libc_v7em_t_le_eabi.a)
+ __user_format_extender 20016b7c 0x4 4 Data Gb libc2.o (libc_v7em_t_le_eabi.a)
+ memcmp 08006c89 0x76 2 Code Wk libc2.o (libc_v7em_t_le_eabi.a)
+ sprintf 08006cff 0x2a 2 Code Wk libc2.o (libc_v7em_t_le_eabi.a)
+ __aeabi_memcpy 08006d29 0x52 2 Code Wk libc2_asm.o (libc_v7em_t_le_eabi.a)
+ __aeabi_memcpy4 08006d35 0x52 2 Code Wk libc2_asm.o (libc_v7em_t_le_eabi.a)
+ __aeabi_memcpy8 08006d35 0x52 2 Code Wk libc2_asm.o (libc_v7em_t_le_eabi.a)
+ memcpy 08006d29 0x52 2 Code Wk libc2_asm.o (libc_v7em_t_le_eabi.a)
+ memset 08006d7b 0x66 2 Code Wk libc2_asm.o (libc_v7em_t_le_eabi.a)
+ strcpy 08008281 0x44 2 Code Wk libc2_asm.o (libc_v7em_t_le_eabi.a)
+ __vfprintf 08005001 0x4f0 4 Code Gb libvfprintf_v7em_t_le_eabi.o
+ __vfprintf_int_nwp 08005001 0x4f0 4 Code Gb libvfprintf_v7em_t_le_eabi.o
+ uxListRemove 08006a75 0x4a 2 Code Gb list.o
+ vListInitialise 08006abf 0x36 2 Code Gb list.o
+ vListInitialiseItem 08008145 0x10 2 Code Gb list.o
+ vListInsert 080080dd 0x68 2 Code Gb list.o
+ vListInsertEnd 08006a37 0x3e 2 Code Gb list.o
+ HKHandle 20016b20 0x4 4 Data Gb main.o
+ HK_task 0800559f 0x6 2 Code Gb main.o
+ MX_ADC1_Init 080002ed 0x74 4 Code Lc main.o
+ MX_DMA_Init 080008e1 0x98 4 Code Lc main.o
+ MX_GPIO_Init 080009d9 0x11c 4 Code Lc main.o
+ MX_RTC_Init 08000399 0x98 4 Code Lc main.o
+ MX_SDIO_SD_Init 08000361 0x38 4 Code Lc main.o
+ MX_SPI1_Init 08000709 0x60 4 Code Lc main.o
+ MX_SPI2_Init 08000979 0x60 4 Code Lc main.o
+ MX_SPI3_Init 08000661 0x60 4 Code Lc main.o
+ MX_UART4_Init 08000809 0x48 4 Code Lc main.o
+ MX_USART1_UART_Init 08000899 0x48 4 Code Lc main.o
+ MX_USART2_UART_Init 08000851 0x48 4 Code Lc main.o
+ MX_USART3_UART_Init 08000769 0x48 4 Code Lc main.o
+ MX_USART6_UART_Init 080006c1 0x48 4 Code Lc main.o
SDCardInfo 20016838 0x58 8 Data Gb main.o
- StartDefaultTask 08000aad 0x58 4 Code Gb main.o
- SystemClock_Config 08000451 0xdc 4 Code Gb main.o
- ToggleLED_Timer1 080003d5 0x1c 4 Code Gb main.o
- ToggleLED_Timer2 080003f1 0x20 4 Code Gb main.o
- ToggleLED_Timer3 08000411 0x20 4 Code Gb main.o
- ToggleLED_Timer4 08000431 0x20 4 Code Gb main.o
- defaultTaskHandle 20016b20 0x4 4 Data Gb main.o
+ StartDefaultTask 080007b1 0x58 4 Code Gb main.o
+ SystemClock_Config 08000431 0xdc 4 Code Gb main.o
+ ToggleLED_Timer1 0800050d 0x1c 4 Code Gb main.o
+ ToggleLED_Timer2 08000641 0x20 4 Code Gb main.o
+ ToggleLED_Timer3 080002cd 0x20 4 Code Gb main.o
+ ToggleLED_Timer4 080002ad 0x20 4 Code Gb main.o
+ defaultTaskHandle 20016b24 0x4 4 Data Gb main.o
hadc1 20016890 0x48 4 Data Gb main.o
hdma_uart4_tx 2001667c 0x58 4 Data Gb main.o
- hdma_usart1_tx 200166d4 0x58 4 Data Gb main.o
- hdma_usart2_tx 2001672c 0x58 4 Data Gb main.o
+ hdma_usart1_tx 20016624 0x58 4 Data Gb main.o
+ hdma_usart2_tx 20016574 0x58 4 Data Gb main.o
hdma_usart3_tx 20016784 0x58 4 Data Gb main.o
hdma_usart6_tx 200167dc 0x58 4 Data Gb main.o
hrtc 20016a78 0x20 4 Data Gb main.o
hsd 20016514 0x60 4 Data Gb main.o
- hspi1 20016574 0x58 4 Data Gb main.o
+ hspi1 2001672c 0x58 4 Data Gb main.o
hspi2 200165cc 0x58 4 Data Gb main.o
- hspi3 20016624 0x58 4 Data Gb main.o
- huart1 20016918 0x40 4 Data Gb main.o
+ hspi3 200166d4 0x58 4 Data Gb main.o
+ huart1 200168d8 0x40 4 Data Gb main.o
huart2 20016958 0x40 4 Data Gb main.o
- huart3 20016998 0x40 4 Data Gb main.o
- huart4 200168d8 0x40 4 Data Gb main.o
- huart6 200169d8 0x40 4 Data Gb main.o
- main 080002bd 0x118 4 Code Gb main.o
+ huart3 200169d8 0x40 4 Data Gb main.o
+ huart4 20016918 0x40 4 Data Gb main.o
+ huart6 20016998 0x40 4 Data Gb main.o
+ main 08000529 0x118 4 Code Gb main.o
obc_data 20000010 0x1227c 4 Data Gb obc.o
- prvTaskExitError 08003e11 0x20 4 Code Lc port.o
- pxPortInitialiseStack 08003db5 0x5c 4 Code Gb port.o
+ prvTaskExitError 08003f21 0x20 4 Code Lc port.o
+ pxPortInitialiseStack 08003e91 0x5c 4 Code Gb port.o
ucMaxSysCallPriority 2000000e 0x1 Data Lc port.o
ulMaxPRIGROUPValue 20016b70 0x4 4 Data Lc port.o
uxCriticalNesting 20000008 0x4 4 Data Lc port.o
- vPortEnterCritical 08003f2d 0x38 4 Code Gb port.o
- vPortExitCritical 08003f65 0x30 4 Code Gb port.o
+ vPortEnterCritical 08003f41 0x38 4 Code Gb port.o
+ vPortExitCritical 08003fa5 0x30 4 Code Gb port.o
vPortSetupTimerInterrupt
- 08003fc9 0x2c 4 Code Gb port.o
- xPortStartScheduler 08003e31 0xfc 4 Code Gb port.o
- xPortSysTickHandler 08003f95 0x34 4 Code Gb port.o
- SD_Driver 08005580 0x14 4 Cnst Gb sd_diskio.o
- SD_initialize 080031f5 0x3c 4 Code Gb sd_diskio.o
- SD_ioctl 0800326d 0xa8 4 Code Gb sd_diskio.o
- SD_read 08007fd5 0x48 2 Code Gb sd_diskio.o
- SD_status 08003231 0x3c 4 Code Gb sd_diskio.o
- SD_write 0800801d 0x48 2 Code Gb sd_diskio.o
+ 08003f79 0x2c 4 Code Gb port.o
+ xPortStartScheduler 08003d95 0xfc 4 Code Gb port.o
+ xPortSysTickHandler 08003eed 0x34 4 Code Gb port.o
+ SD_Driver 08005560 0x14 4 Cnst Gb sd_diskio.o
+ SD_initialize 0800327d 0x3c 4 Code Gb sd_diskio.o
+ SD_ioctl 080031d5 0xa8 4 Code Gb sd_diskio.o
+ SD_read 08007fdd 0x48 2 Code Gb sd_diskio.o
+ SD_status 080032b9 0x3c 4 Code Gb sd_diskio.o
+ SD_write 08008025 0x48 2 Code Gb sd_diskio.o
Stat 2000000c 0x1 Data Lc sd_diskio.o
- HAL_Delay 08005635 0x2a 2 Code Wk stm32f4xx_hal.o
- HAL_GetTick 08001209 0xc 4 Code Wk stm32f4xx_hal.o
- HAL_Init 080011c9 0x40 4 Code Gb stm32f4xx_hal.o
+ HAL_Delay 08005615 0x2a 2 Code Wk stm32f4xx_hal.o
+ HAL_GetTick 080011a9 0xc 4 Code Wk stm32f4xx_hal.o
+ HAL_Init 080011b5 0x40 4 Code Gb stm32f4xx_hal.o
uwTick 20016b28 0x4 4 Data Gb stm32f4xx_hal.o
- ADC_Init 0800144d 0x1fc 4 Code Lc stm32f4xx_hal_adc.o
- HAL_ADC_ConfigChannel 08001215 0x238 4 Code Gb stm32f4xx_hal_adc.o
- HAL_ADC_Init 0800565f 0x8a 2 Code Gb stm32f4xx_hal_adc.o
- HAL_NVIC_EnableIRQ 08006f01 0x1c 2 Code Gb stm32f4xx_hal_cortex.o
- HAL_NVIC_SetPriority 08006ec9 0x38 2 Code Gb stm32f4xx_hal_cortex.o
+ ADC_Init 0800142d 0x1fc 4 Code Lc stm32f4xx_hal_adc.o
+ HAL_ADC_ConfigChannel 080011f5 0x238 4 Code Gb stm32f4xx_hal_adc.o
+ HAL_ADC_Init 0800563f 0x8a 2 Code Gb stm32f4xx_hal_adc.o
+ HAL_NVIC_EnableIRQ 08006e75 0x1c 2 Code Gb stm32f4xx_hal_cortex.o
+ HAL_NVIC_SetPriority 08006e3d 0x38 2 Code Gb stm32f4xx_hal_cortex.o
HAL_NVIC_SetPriorityGrouping
- 08006eb5 0x14 2 Code Gb stm32f4xx_hal_cortex.o
+ 08006ee9 0x14 2 Code Gb stm32f4xx_hal_cortex.o
HAL_SYSTICK_CLKSourceConfig
- 08001759 0x30 4 Code Gb stm32f4xx_hal_cortex.o
- HAL_SYSTICK_Config 080056e9 0x16 2 Code Gb stm32f4xx_hal_cortex.o
- NVIC_EnableIRQ 0800169d 0x2c 4 Code Lc stm32f4xx_hal_cortex.o
- NVIC_EncodePriority 08006e5d 0x58 2 Code Lc stm32f4xx_hal_cortex.o
+ 08001739 0x30 4 Code Gb stm32f4xx_hal_cortex.o
+ HAL_SYSTICK_Config 080056c9 0x16 2 Code Gb stm32f4xx_hal_cortex.o
+ NVIC_EnableIRQ 080016bd 0x2c 4 Code Lc stm32f4xx_hal_cortex.o
+ NVIC_EncodePriority 08006e91 0x58 2 Code Lc stm32f4xx_hal_cortex.o
NVIC_GetPriorityGrouping
- 08001689 0x14 4 Code Lc stm32f4xx_hal_cortex.o
- NVIC_SetPriority 080016c9 0x50 4 Code Lc stm32f4xx_hal_cortex.o
+ 08001669 0x14 4 Code Lc stm32f4xx_hal_cortex.o
+ NVIC_SetPriority 080016e9 0x50 4 Code Lc stm32f4xx_hal_cortex.o
NVIC_SetPriorityGrouping
- 08001649 0x40 4 Code Lc stm32f4xx_hal_cortex.o
- SysTick_Config 08001719 0x40 4 Code Lc stm32f4xx_hal_cortex.o
- DMA_CalcBaseAndBitshift 080030f9 0x60 4 Code Lc stm32f4xx_hal_dma.o
- HAL_DMA_Init 08003021 0xd8 4 Code Gb stm32f4xx_hal_dma.o
- flagBitshiftOffset.8468 08005578 0x8 4 Cnst Lc stm32f4xx_hal_dma.o
- HAL_GPIO_Init 08001789 0x33c 4 Code Gb stm32f4xx_hal_gpio.o
- HAL_GPIO_TogglePin 08005731 0x1e 2 Code Gb stm32f4xx_hal_gpio.o
- HAL_GPIO_WritePin 080056ff 0x32 2 Code Gb stm32f4xx_hal_gpio.o
- HAL_ADC_MspInit 08000b05 0x58 4 Code Gb stm32f4xx_hal_msp.o
- HAL_MspInit 08006e15 0x48 2 Code Gb stm32f4xx_hal_msp.o
- HAL_RTC_MspInit 08000b5d 0x24 4 Code Gb stm32f4xx_hal_msp.o
- HAL_SD_MspInit 08000b81 0x94 4 Code Gb stm32f4xx_hal_msp.o
- HAL_SPI_MspInit 08000c15 0xf8 4 Code Gb stm32f4xx_hal_msp.o
- HAL_UART_MspInit 08000d0d 0x3a8 4 Code Gb stm32f4xx_hal_msp.o
- APBAHBPrescTable 08005568 0x10 4 Cnst Gb stm32f4xx_hal_rcc.o
- HAL_RCC_ClockConfig 08002acd 0x1ec 4 Code Gb stm32f4xx_hal_rcc.o
- HAL_RCC_GetClockConfig 08002e81 0x58 4 Code Gb stm32f4xx_hal_rcc.o
- HAL_RCC_GetHCLKFreq 08002dad 0x4c 4 Code Gb stm32f4xx_hal_rcc.o
- HAL_RCC_GetPCLK1Freq 08002df9 0x44 4 Code Gb stm32f4xx_hal_rcc.o
- HAL_RCC_GetPCLK2Freq 08002e3d 0x44 4 Code Gb stm32f4xx_hal_rcc.o
- HAL_RCC_GetSysClockFreq 08002cb9 0xf4 4 Code Wk stm32f4xx_hal_rcc.o
- HAL_RCC_OscConfig 080026a9 0x424 4 Code Wk stm32f4xx_hal_rcc.o
+ 0800167d 0x40 4 Code Lc stm32f4xx_hal_cortex.o
+ SysTick_Config 08001629 0x40 4 Code Lc stm32f4xx_hal_cortex.o
+ DMA_CalcBaseAndBitshift 080030d9 0x60 4 Code Lc stm32f4xx_hal_dma.o
+ HAL_DMA_Init 08003001 0xd8 4 Code Gb stm32f4xx_hal_dma.o
+ flagBitshiftOffset.7160 08005558 0x8 4 Cnst Lc stm32f4xx_hal_dma.o
+ HAL_GPIO_Init 08001769 0x33c 4 Code Gb stm32f4xx_hal_gpio.o
+ HAL_GPIO_TogglePin 080056df 0x1e 2 Code Gb stm32f4xx_hal_gpio.o
+ HAL_GPIO_WritePin 080056fd 0x32 2 Code Gb stm32f4xx_hal_gpio.o
+ HAL_ADC_MspInit 08000af5 0x58 4 Code Gb stm32f4xx_hal_msp.o
+ HAL_MspInit 08006df5 0x48 2 Code Gb stm32f4xx_hal_msp.o
+ HAL_RTC_MspInit 08000ef5 0x24 4 Code Gb stm32f4xx_hal_msp.o
+ HAL_SD_MspInit 08000f19 0x94 4 Code Gb stm32f4xx_hal_msp.o
+ HAL_SPI_MspInit 08000fad 0xf8 4 Code Gb stm32f4xx_hal_msp.o
+ HAL_UART_MspInit 08000b4d 0x3a8 4 Code Gb stm32f4xx_hal_msp.o
+ APBAHBPrescTable 08005548 0x10 4 Cnst Gb stm32f4xx_hal_rcc.o
+ HAL_RCC_ClockConfig 080028a9 0x1ec 4 Code Gb stm32f4xx_hal_rcc.o
+ HAL_RCC_GetClockConfig 08002851 0x58 4 Code Gb stm32f4xx_hal_rcc.o
+ HAL_RCC_GetHCLKFreq 080026cd 0x4c 4 Code Gb stm32f4xx_hal_rcc.o
+ HAL_RCC_GetPCLK1Freq 08002719 0x44 4 Code Gb stm32f4xx_hal_rcc.o
+ HAL_RCC_GetPCLK2Freq 08002689 0x44 4 Code Gb stm32f4xx_hal_rcc.o
+ HAL_RCC_GetSysClockFreq 0800275d 0xf4 4 Code Wk stm32f4xx_hal_rcc.o
+ HAL_RCC_OscConfig 08002a95 0x424 4 Code Wk stm32f4xx_hal_rcc.o
HAL_RCCEx_PeriphCLKConfig
- 080024b9 0x1d0 4 Code Gb stm32f4xx_hal_rcc_ex.o
- HAL_RTC_Init 08007e51 0xf4 2 Code Gb stm32f4xx_hal_rtc.o
- HAL_RTC_SetDate 08006827 0x166 2 Code Gb stm32f4xx_hal_rtc.o
- HAL_RTC_SetTime 080066a1 0x186 2 Code Gb stm32f4xx_hal_rtc.o
- HAL_RTC_WaitForSynchro 0800698d 0x4e 2 Code Gb stm32f4xx_hal_rtc.o
- RTC_Bcd2ToByte 08007f81 0x38 2 Code Gb stm32f4xx_hal_rtc.o
- RTC_ByteToBcd2 08007f45 0x3c 2 Code Gb stm32f4xx_hal_rtc.o
- RTC_EnterInitMode 080069db 0x56 2 Code Gb stm32f4xx_hal_rtc.o
+ 08002499 0x1d0 4 Code Gb stm32f4xx_hal_rcc_ex.o
+ HAL_RTC_Init 08007e4d 0xf4 2 Code Gb stm32f4xx_hal_rtc.o
+ HAL_RTC_SetDate 08006681 0x166 2 Code Gb stm32f4xx_hal_rtc.o
+ HAL_RTC_SetTime 080067e7 0x186 2 Code Gb stm32f4xx_hal_rtc.o
+ HAL_RTC_WaitForSynchro 0800696d 0x4e 2 Code Gb stm32f4xx_hal_rtc.o
+ RTC_Bcd2ToByte 08007f41 0x38 2 Code Gb stm32f4xx_hal_rtc.o
+ RTC_ByteToBcd2 08007f79 0x3c 2 Code Gb stm32f4xx_hal_rtc.o
+ RTC_EnterInitMode 080069bb 0x56 2 Code Gb stm32f4xx_hal_rtc.o
HAL_RTCEx_SetCalibrationOutPut
- 0800574f 0x7a 2 Code Gb stm32f4xx_hal_rtc_ex.o
- HAL_SD_GetStatus 08005e6b 0x3a 2 Code Gb stm32f4xx_hal_sd.o
- HAL_SD_Get_CardInfo 08007001 0x618 2 Code Gb stm32f4xx_hal_sd.o
- HAL_SD_Init 08006f1d 0xe4 2 Code Gb stm32f4xx_hal_sd.o
- HAL_SD_ReadBlocks 080057c9 0x2be 2 Code Gb stm32f4xx_hal_sd.o
- HAL_SD_StopTransfer 08005e21 0x4a 2 Code Gb stm32f4xx_hal_sd.o
+ 0800572f 0x7a 2 Code Gb stm32f4xx_hal_rtc_ex.o
+ HAL_SD_GetStatus 08005e4b 0x3a 2 Code Gb stm32f4xx_hal_sd.o
+ HAL_SD_Get_CardInfo 08006fe1 0x618 2 Code Gb stm32f4xx_hal_sd.o
+ HAL_SD_Init 08006efd 0xe4 2 Code Gb stm32f4xx_hal_sd.o
+ HAL_SD_ReadBlocks 08005b43 0x2be 2 Code Gb stm32f4xx_hal_sd.o
+ HAL_SD_StopTransfer 08005e01 0x4a 2 Code Gb stm32f4xx_hal_sd.o
HAL_SD_WideBusOperation_Config
- 08007619 0xc8 2 Code Gb stm32f4xx_hal_sd.o
- HAL_SD_WriteBlocks 08005a87 0x39a 2 Code Gb stm32f4xx_hal_sd.o
- SD_CmdError 080060a7 0x76 2 Code Lc stm32f4xx_hal_sd.o
- SD_CmdResp1Error 08001ca5 0x1c0 4 Code Lc stm32f4xx_hal_sd.o
- SD_CmdResp2Error 080061cf 0x72 2 Code Lc stm32f4xx_hal_sd.o
- SD_CmdResp3Error 0800775d 0x50 2 Code Lc stm32f4xx_hal_sd.o
- SD_CmdResp6Error 080077ad 0xec 2 Code Lc stm32f4xx_hal_sd.o
- SD_CmdResp7Error 0800611d 0xb2 2 Code Lc stm32f4xx_hal_sd.o
- SD_FindSCR 08006241 0x20a 2 Code Lc stm32f4xx_hal_sd.o
- SD_GetState 08005ea5 0x32 2 Code Lc stm32f4xx_hal_sd.o
- SD_Initialize_Cards 08005ed7 0x182 2 Code Lc stm32f4xx_hal_sd.o
- SD_IsCardProgramming 08001e65 0x21c 4 Code Lc stm32f4xx_hal_sd.o
- SD_PowerON 08001ac5 0x1e0 4 Code Lc stm32f4xx_hal_sd.o
- SD_Select_Deselect 08006059 0x4e 2 Code Lc stm32f4xx_hal_sd.o
- SD_SendStatus 080076e1 0x7c 2 Code Lc stm32f4xx_hal_sd.o
- SD_WideBus_Disable 08007981 0xe8 2 Code Lc stm32f4xx_hal_sd.o
- SD_WideBus_Enable 08007899 0xe8 2 Code Lc stm32f4xx_hal_sd.o
- HAL_SPI_Init 08007cc5 0xd4 2 Code Gb stm32f4xx_hal_spi.o
- HAL_TIM_Base_Init 08007dd1 0x54 2 Code Gb stm32f4xx_hal_tim.o
- HAL_TIM_Base_MspInit 08006697 0xa 2 Code Wk stm32f4xx_hal_tim.o
- HAL_TIM_Base_Start_IT 08007e25 0x2c 2 Code Gb stm32f4xx_hal_tim.o
- TIM_Base_SetConfig 08002ed9 0x148 4 Code Gb stm32f4xx_hal_tim.o
- HAL_InitTick 080010b5 0xb0 4 Code Gb stm32f4xx_hal_timebase_TIM.o
+ 080075f9 0xc8 2 Code Gb stm32f4xx_hal_sd.o
+ HAL_SD_WriteBlocks 080057a9 0x39a 2 Code Gb stm32f4xx_hal_sd.o
+ SD_CmdError 080060f9 0x76 2 Code Lc stm32f4xx_hal_sd.o
+ SD_CmdResp1Error 08001ea1 0x1c0 4 Code Lc stm32f4xx_hal_sd.o
+ SD_CmdResp2Error 08005eb7 0x72 2 Code Lc stm32f4xx_hal_sd.o
+ SD_CmdResp3Error 08007895 0x50 2 Code Lc stm32f4xx_hal_sd.o
+ SD_CmdResp6Error 080077a9 0xec 2 Code Lc stm32f4xx_hal_sd.o
+ SD_CmdResp7Error 08006379 0xb2 2 Code Lc stm32f4xx_hal_sd.o
+ SD_FindSCR 0800616f 0x20a 2 Code Lc stm32f4xx_hal_sd.o
+ SD_GetState 08005e85 0x32 2 Code Lc stm32f4xx_hal_sd.o
+ SD_Initialize_Cards 08005f29 0x182 2 Code Lc stm32f4xx_hal_sd.o
+ SD_IsCardProgramming 08001aa5 0x21c 4 Code Lc stm32f4xx_hal_sd.o
+ SD_PowerON 08001cc1 0x1e0 4 Code Lc stm32f4xx_hal_sd.o
+ SD_Select_Deselect 080060ab 0x4e 2 Code Lc stm32f4xx_hal_sd.o
+ SD_SendStatus 080079cd 0x7c 2 Code Lc stm32f4xx_hal_sd.o
+ SD_WideBus_Disable 080076c1 0xe8 2 Code Lc stm32f4xx_hal_sd.o
+ SD_WideBus_Enable 080078e5 0xe8 2 Code Lc stm32f4xx_hal_sd.o
+ HAL_SPI_Init 08007cdd 0xd4 2 Code Gb stm32f4xx_hal_spi.o
+ HAL_TIM_Base_Init 08007ddd 0x54 2 Code Gb stm32f4xx_hal_tim.o
+ HAL_TIM_Base_MspInit 08006677 0xa 2 Code Wk stm32f4xx_hal_tim.o
+ HAL_TIM_Base_Start_IT 08007db1 0x2c 2 Code Gb stm32f4xx_hal_tim.o
+ TIM_Base_SetConfig 08002eb9 0x148 4 Code Gb stm32f4xx_hal_tim.o
+ HAL_InitTick 080010a5 0xb0 4 Code Gb stm32f4xx_hal_timebase_TIM.o
htim1 20016a18 0x3c 4 Data Gb stm32f4xx_hal_timebase_TIM.o
- HAL_UART_Init 08007a69 0x98 2 Code Gb stm32f4xx_hal_uart.o
- HAL_UART_Receive_IT 08007c1d 0xa8 2 Code Gb stm32f4xx_hal_uart.o
- HAL_UART_Transmit 08007b01 0x11c 2 Code Gb stm32f4xx_hal_uart.o
- UART_SetConfig 08002081 0x438 4 Code Lc stm32f4xx_hal_uart.o
+ HAL_UART_Init 08007a49 0x98 2 Code Gb stm32f4xx_hal_uart.o
+ HAL_UART_Receive_IT 08007bfd 0xa8 2 Code Gb stm32f4xx_hal_uart.o
+ HAL_UART_Transmit 08007ae1 0x11c 2 Code Gb stm32f4xx_hal_uart.o
+ UART_SetConfig 08002061 0x438 4 Code Lc stm32f4xx_hal_uart.o
UART_WaitOnFlagUntilTimeout
- 0800644b 0x146 2 Code Lc stm32f4xx_hal_uart.o
- SysTick_Handler 080055cb 0xa 2 Code Gb stm32f4xx_it.o
- SDIO_DataConfig 08006649 0x4e 2 Code Gb stm32f4xx_ll_sdmmc.o
- SDIO_GetCommandResponse 08007dc1 0x10 2 Code Gb stm32f4xx_ll_sdmmc.o
- SDIO_GetPowerState 080065ed 0x12 2 Code Gb stm32f4xx_ll_sdmmc.o
- SDIO_GetResponse 08002689 0x20 4 Code Gb stm32f4xx_ll_sdmmc.o
- SDIO_Init 08006591 0x4a 2 Code Gb stm32f4xx_ll_sdmmc.o
- SDIO_PowerState_ON 080065db 0x12 2 Code Gb stm32f4xx_ll_sdmmc.o
- SDIO_ReadFIFO 08007d99 0x10 2 Code Gb stm32f4xx_ll_sdmmc.o
- SDIO_SendCommand 080065ff 0x4a 2 Code Gb stm32f4xx_ll_sdmmc.o
- SDIO_WriteFIFO 08007da9 0x18 2 Code Gb stm32f4xx_ll_sdmmc.o
+ 0800642b 0x146 2 Code Lc stm32f4xx_hal_uart.o
+ SysTick_Handler 080055ab 0xa 2 Code Gb stm32f4xx_it.o
+ SDIO_DataConfig 08006571 0x4e 2 Code Gb stm32f4xx_ll_sdmmc.o
+ SDIO_GetCommandResponse 08007cbd 0x10 2 Code Gb stm32f4xx_ll_sdmmc.o
+ SDIO_GetPowerState 080065bf 0x12 2 Code Gb stm32f4xx_ll_sdmmc.o
+ SDIO_GetResponse 08002669 0x20 4 Code Gb stm32f4xx_ll_sdmmc.o
+ SDIO_Init 0800662d 0x4a 2 Code Gb stm32f4xx_ll_sdmmc.o
+ SDIO_PowerState_ON 080065d1 0x12 2 Code Gb stm32f4xx_ll_sdmmc.o
+ SDIO_ReadFIFO 08007ccd 0x10 2 Code Gb stm32f4xx_ll_sdmmc.o
+ SDIO_SendCommand 080065e3 0x4a 2 Code Gb stm32f4xx_ll_sdmmc.o
+ SDIO_WriteFIFO 08007ca5 0x18 2 Code Gb stm32f4xx_ll_sdmmc.o
SystemCoreClock 20000000 0x4 4 Data Gb system_stm32f4xx.o
- SystemInit 08001165 0x64 4 Code Gb system_stm32f4xx.o
+ SystemInit 08001155 0x54 4 Code Gb system_stm32f4xx.o
prvAddCurrentTaskToDelayedList
- 08003cd5 0x6c 4 Code Lc tasks.o
- prvAllocateTCBAndStack 08008175 0x70 2 Code Lc tasks.o
+ 08003d29 0x6c 4 Code Lc tasks.o
+ prvAllocateTCBAndStack 08008155 0x70 2 Code Lc tasks.o
prvCheckTasksWaitingTermination
- 08003c61 0x74 4 Code Lc tasks.o
- prvDeleteTCB 08006bbb 0x1e 2 Code Lc tasks.o
- prvIdleTask 08003bc1 0x24 4 Code Lc tasks.o
+ 08003c41 0x74 4 Code Lc tasks.o
+ prvDeleteTCB 08006b9b 0x1e 2 Code Lc tasks.o
+ prvIdleTask 08003ba1 0x24 4 Code Lc tasks.o
prvInitialiseTCBVariables
- 08006b15 0xa6 2 Code Lc tasks.o
- prvInitialiseTaskLists 08003be5 0x7c 4 Code Lc tasks.o
+ 08006af5 0xa6 2 Code Lc tasks.o
+ prvInitialiseTaskLists 08003bc5 0x7c 4 Code Lc tasks.o
prvResetNextTaskUnblockTime
- 08003d41 0x40 4 Code Lc tasks.o
- pxCurrentTCB 20016b3c 0x4 4 Data Gb tasks.o
- pxDelayedTaskList 20016b40 0x4 4 Data Lc tasks.o
+ 08003cb5 0x40 4 Code Lc tasks.o
+ pxCurrentTCB 20016b4c 0x4 4 Data Gb tasks.o
+ pxDelayedTaskList 20016b64 0x4 4 Data Lc tasks.o
pxOverflowDelayedTaskList
- 20016b44 0x4 4 Data Lc tasks.o
+ 20016b60 0x4 4 Data Lc tasks.o
pxReadyTasksLists 20016410 0x8c 4 Data Lc tasks.o
- uxCurrentNumberOfTasks 20016b4c 0x4 4 Data Lc tasks.o
- uxPendedTicks 20016b5c 0x4 4 Data Lc tasks.o
- uxSchedulerSuspended 20016b6c 0x4 4 Data Lc tasks.o
- uxTaskNumber 20016b68 0x4 4 Data Lc tasks.o
- uxTasksDeleted 20016b48 0x4 4 Data Lc tasks.o
- uxTopReadyPriority 20016b54 0x4 4 Data Lc tasks.o
- vTaskDelay 08003821 0x98 4 Code Gb tasks.o
- vTaskStartScheduler 080038b9 0x68 4 Code Gb tasks.o
- vTaskSuspendAll 08003921 0x14 4 Code Gb tasks.o
- xDelayedTaskList1 20016a98 0x14 4 Data Lc tasks.o
+ uxCurrentNumberOfTasks 20016b40 0x4 4 Data Lc tasks.o
+ uxPendedTicks 20016b68 0x4 4 Data Lc tasks.o
+ uxSchedulerSuspended 20016b3c 0x4 4 Data Lc tasks.o
+ uxTaskNumber 20016b6c 0x4 4 Data Lc tasks.o
+ uxTasksDeleted 20016b58 0x4 4 Data Lc tasks.o
+ uxTopReadyPriority 20016b50 0x4 4 Data Lc tasks.o
+ vTaskDelay 08003801 0x98 4 Code Gb tasks.o
+ vTaskStartScheduler 08003a0d 0x68 4 Code Gb tasks.o
+ vTaskSuspendAll 08003a75 0x14 4 Code Gb tasks.o
+ xDelayedTaskList1 20016ad4 0x14 4 Data Lc tasks.o
xDelayedTaskList2 20016aac 0x14 4 Data Lc tasks.o
xNextTaskUnblockTime 20000004 0x4 4 Data Lc tasks.o
- xNumOfOverflows 20016b64 0x4 4 Data Lc tasks.o
- xPendingReadyList 20016ac0 0x14 4 Data Lc tasks.o
- xSchedulerRunning 20016b58 0x4 4 Data Lc tasks.o
- xSuspendedTaskList 20016ae8 0x14 4 Data Lc tasks.o
- xTaskGenericCreate 0800366d 0x1b4 4 Code Gb tasks.o
- xTaskGetSchedulerState 08003d81 0x34 4 Code Gb tasks.o
- xTaskIncrementTick 08003a4d 0x174 4 Code Gb tasks.o
- xTaskResumeAll 08003935 0x118 4 Code Gb tasks.o
+ xNumOfOverflows 20016b54 0x4 4 Data Lc tasks.o
+ xPendingReadyList 20016ae8 0x14 4 Data Lc tasks.o
+ xSchedulerRunning 20016b48 0x4 4 Data Lc tasks.o
+ xSuspendedTaskList 20016ac0 0x14 4 Data Lc tasks.o
+ xTaskGenericCreate 0800364d 0x1b4 4 Code Gb tasks.o
+ xTaskGetSchedulerState 08003cf5 0x34 4 Code Gb tasks.o
+ xTaskIncrementTick 08003899 0x174 4 Code Gb tasks.o
+ xTaskResumeAll 08003a89 0x118 4 Code Gb tasks.o
xTasksWaitingTermination
- 20016ad4 0x14 4 Data Lc tasks.o
- xTickCount 20016b50 0x4 4 Data Lc tasks.o
- xYieldPending 20016b60 0x4 4 Data Lc tasks.o
+ 20016a98 0x14 4 Data Lc tasks.o
+ xTickCount 20016b44 0x4 4 Data Lc tasks.o
+ xYieldPending 20016b5c 0x4 4 Data Lc tasks.o
***************************************************************************************
@@ -2164,12 +2240,12 @@ Link complete: 0 errors, 0 warnings, 0 remarks
Name Range Size Allocated Used Loading (Alignment loss)
---------- -------- -------- -------- -------- -------- -------- ------- ----------------
- FLASH 08000000 080fffff 1048576 08000000 0800834d 33614 3.21% 4 0.01%
+ FLASH 08000000 080fffff 1048576 08000000 0800832d 33582 3.20% 4 0.01%
RAM 20000000 2001ffff 131072 20000000 2001ffff 131072 100.00% 35969 27.44%
Section composition:
- 33280 RX 13 RW
+ 33248 RX 13 RW
330 RO 95090 ZI
------------ -----------
- 33610 ROM 95103 RAM
+ 33578 ROM 95103 RAM
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/Cortex_M_Startup.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/Cortex_M_Startup.d
index 7d92521..ac16361 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/Cortex_M_Startup.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/Cortex_M_Startup.d
@@ -1,2 +1,2 @@
disco/Obj/Cortex_M_Startup.o: \
- /usr/share/segger_embedded_studio_for_arm_4.16/samples/Cortex_M_Startup.s
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/samples/Cortex_M_Startup.s
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/Cortex_M_Startup.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/Cortex_M_Startup.o
index 2d5e9b0..7985493 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/Cortex_M_Startup.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/Cortex_M_Startup.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/SEGGER_RTT.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/SEGGER_RTT.d
index a3cd9db..2569b26 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/SEGGER_RTT.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/SEGGER_RTT.d
@@ -1,6 +1,6 @@
disco/Obj/SEGGER_RTT.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER_RTT.c \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER_RTT.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/Config/SEGGER_RTT_Conf.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/string.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\SystemView\Src\SEGGER\SEGGER_RTT.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\SystemView\Src\SEGGER\SEGGER_RTT.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\SystemView\Src\Config\SEGGER_RTT_Conf.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/string.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/SEGGER_RTT.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/SEGGER_RTT.o
index aae0918..c35cae9 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/SEGGER_RTT.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/SEGGER_RTT.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/SEGGER_SYSVIEW.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/SEGGER_SYSVIEW.d
index bdc0be5..f1a3d7f 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/SEGGER_SYSVIEW.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/SEGGER_SYSVIEW.d
@@ -1,14 +1,14 @@
disco/Obj/SEGGER_SYSVIEW.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER_SYSVIEW.c \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER_SYSVIEW_Int.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER_SYSVIEW.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/Config/Global.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/Config/SEGGER_SYSVIEW_Conf.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER_SYSVIEW_ConfDefaults.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/Config/SEGGER_RTT_Conf.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER_RTT.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/string.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdlib.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdarg.h
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER_SYSVIEW.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER_SYSVIEW_Int.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER_SYSVIEW.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\Config\Global.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\SystemView\Src\Config\SEGGER_SYSVIEW_Conf.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER_SYSVIEW_ConfDefaults.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\SystemView\Src\Config\SEGGER_RTT_Conf.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER_RTT.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/string.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdlib.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdarg.h
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/SEGGER_SYSVIEW.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/SEGGER_SYSVIEW.o
index 9c06d5a..2a5ea03 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/SEGGER_SYSVIEW.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/SEGGER_SYSVIEW.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/SEGGER_SYSVIEW_FreeRTOS.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/SEGGER_SYSVIEW_FreeRTOS.d
index 893fa49..d26519a 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/SEGGER_SYSVIEW_FreeRTOS.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/SEGGER_SYSVIEW_FreeRTOS.d
@@ -1,20 +1,20 @@
disco/Obj/SEGGER_SYSVIEW_FreeRTOS.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\OS\SEGGER_SYSVIEW_FreeRTOS.c \
../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stddef.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stddef.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Inc/FreeRTOSConfig.h ../Inc/mxconstants.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h \
../Middlewares/Third_Party/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/intrinsics.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/intrinsics.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/list.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER_SYSVIEW.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/Config/Global.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/string.h
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\SystemView\Src\SEGGER\SEGGER_SYSVIEW.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\SystemView\Src\SEGGER\SEGGER.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\SystemView\Src\Config\Global.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\SystemView\Src\OS\SEGGER_SYSVIEW_FreeRTOS.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/string.h
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/SEGGER_SYSVIEW_FreeRTOS.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/SEGGER_SYSVIEW_FreeRTOS.o
index 5dbff69..6cb59e0 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/SEGGER_SYSVIEW_FreeRTOS.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/SEGGER_SYSVIEW_FreeRTOS.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/SEGGER_THUMB_Startup.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/SEGGER_THUMB_Startup.d
index 90af971..3494574 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/SEGGER_THUMB_Startup.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/SEGGER_THUMB_Startup.d
@@ -1,2 +1,2 @@
disco/Obj/SEGGER_THUMB_Startup.o: \
- /usr/share/segger_embedded_studio_for_arm_4.16/samples/SEGGER_THUMB_Startup.s
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/samples/SEGGER_THUMB_Startup.s
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/SEGGER_THUMB_Startup.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/SEGGER_THUMB_Startup.o
index 6e29405..c4749f0 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/SEGGER_THUMB_Startup.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/SEGGER_THUMB_Startup.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/bsp_driver_sd.asm b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/bsp_driver_sd.asm
new file mode 100644
index 0000000..2d3d8d7
--- /dev/null
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/bsp_driver_sd.asm
@@ -0,0 +1,4957 @@
+ .cpu cortex-m4
+ .eabi_attribute 20, 1
+ .eabi_attribute 21, 1
+ .eabi_attribute 23, 3
+ .eabi_attribute 24, 1
+ .eabi_attribute 25, 1
+ .eabi_attribute 26, 1
+ .eabi_attribute 30, 6
+ .eabi_attribute 34, 1
+ .eabi_attribute 18, 4
+ .file "bsp_driver_sd.c"
+ .text
+.Ltext0:
+ .section .text.BSP_SD_Init,"ax",%progbits
+ .align 1
+ .global BSP_SD_Init
+ .syntax unified
+ .thumb
+ .thumb_func
+ .fpu softvfp
+ .type BSP_SD_Init, %function
+BSP_SD_Init:
+.LFB125:
+ .file 1 "C:\\Users\\Aymar\\Desktop\\MSG\\msg-obc-software\\obc\\upsat-obc-software-master\\cubeMX\\disco\\Src\\bsp_driver_sd.c"
+ .loc 1 49 1
+ @ args = 0, pretend = 0, frame = 8
+ @ frame_needed = 0, uses_anonymous_args = 0
+ push {lr}
+.LCFI0:
+ sub sp, sp, #12
+.LCFI1:
+ .loc 1 50 11
+ movs r3, #0
+ strb r3, [sp, #7]
+ .loc 1 52 7
+ bl BSP_SD_IsDetected
+ mov r3, r0
+ .loc 1 52 6
+ cmp r3, #1
+ beq .L2
+ .loc 1 54 12
+ movs r3, #1
+ b .L3
+.L2:
+ .loc 1 56 14
+ ldr r1, .L6
+ ldr r0, .L6+4
+ bl HAL_SD_Init
+ mov r3, r0
+ strb r3, [sp, #7]
+ .loc 1 58 6
+ ldrb r3, [sp, #7] @ zero_extendqisi2
+ cmp r3, #0
+ bne .L4
+ .loc 1 60 9
+ mov r1, #2048
+ ldr r0, .L6+4
+ bl HAL_SD_WideBusOperation_Config
+ mov r3, r0
+ .loc 1 60 8
+ cmp r3, #0
+ beq .L5
+ .loc 1 62 16
+ movs r3, #1
+ strb r3, [sp, #7]
+ b .L4
+.L5:
+ .loc 1 66 16
+ movs r3, #0
+ strb r3, [sp, #7]
+.L4:
+ .loc 1 70 10
+ ldrb r3, [sp, #7] @ zero_extendqisi2
+.L3:
+ .loc 1 71 1
+ mov r0, r3
+ add sp, sp, #12
+.LCFI2:
+ @ sp needed
+ ldr pc, [sp], #4
+.L7:
+ .align 2
+.L6:
+ .word SDCardInfo
+ .word hsd
+.LFE125:
+ .size BSP_SD_Init, .-BSP_SD_Init
+ .section .text.BSP_SD_ITConfig,"ax",%progbits
+ .align 1
+ .global BSP_SD_ITConfig
+ .syntax unified
+ .thumb
+ .thumb_func
+ .fpu softvfp
+ .type BSP_SD_ITConfig, %function
+BSP_SD_ITConfig:
+.LFB126:
+ .loc 1 79 1
+ @ args = 0, pretend = 0, frame = 0
+ @ frame_needed = 0, uses_anonymous_args = 0
+ @ link register save eliminated.
+ .loc 1 82 10
+ movs r3, #0
+ .loc 1 83 1
+ mov r0, r3
+ bx lr
+.LFE126:
+ .size BSP_SD_ITConfig, .-BSP_SD_ITConfig
+ .section .text.BSP_SD_DetectIT,"ax",%progbits
+ .align 1
+ .global BSP_SD_DetectIT
+ .syntax unified
+ .thumb
+ .thumb_func
+ .fpu softvfp
+ .type BSP_SD_DetectIT, %function
+BSP_SD_DetectIT:
+.LFB127:
+ .loc 1 90 1
+ @ args = 0, pretend = 0, frame = 0
+ @ frame_needed = 0, uses_anonymous_args = 0
+ @ link register save eliminated.
+ .loc 1 92 1
+ nop
+ bx lr
+.LFE127:
+ .size BSP_SD_DetectIT, .-BSP_SD_DetectIT
+ .section .text.BSP_SD_DetectCallback,"ax",%progbits
+ .align 1
+ .weak BSP_SD_DetectCallback
+ .syntax unified
+ .thumb
+ .thumb_func
+ .fpu softvfp
+ .type BSP_SD_DetectCallback, %function
+BSP_SD_DetectCallback:
+.LFB128:
+ .loc 1 99 1
+ @ args = 0, pretend = 0, frame = 0
+ @ frame_needed = 0, uses_anonymous_args = 0
+ @ link register save eliminated.
+ .loc 1 104 1
+ nop
+ bx lr
+.LFE128:
+ .size BSP_SD_DetectCallback, .-BSP_SD_DetectCallback
+ .section .text.BSP_SD_ReadBlocks,"ax",%progbits
+ .align 1
+ .global BSP_SD_ReadBlocks
+ .syntax unified
+ .thumb
+ .thumb_func
+ .fpu softvfp
+ .type BSP_SD_ReadBlocks, %function
+BSP_SD_ReadBlocks:
+.LFB129:
+ .loc 1 115 1
+ @ args = 8, pretend = 0, frame = 16
+ @ frame_needed = 0, uses_anonymous_args = 0
+ push {lr}
+.LCFI3:
+ sub sp, sp, #28
+.LCFI4:
+ str r0, [sp, #20]
+ strd r2, [sp, #8]
+ .loc 1 116 6
+ ldr r3, [sp, #36]
+ str r3, [sp, #4]
+ ldr r3, [sp, #32]
+ str r3, [sp]
+ ldrd r2, [sp, #8]
+ ldr r1, [sp, #20]
+ ldr r0, .L15
+ bl HAL_SD_ReadBlocks
+ mov r3, r0
+ .loc 1 116 5
+ cmp r3, #0
+ beq .L13
+ .loc 1 118 12
+ movs r3, #1
+ b .L14
+.L13:
+ .loc 1 122 12
+ movs r3, #0
+.L14:
+ .loc 1 124 1
+ mov r0, r3
+ add sp, sp, #28
+.LCFI5:
+ @ sp needed
+ ldr pc, [sp], #4
+.L16:
+ .align 2
+.L15:
+ .word hsd
+.LFE129:
+ .size BSP_SD_ReadBlocks, .-BSP_SD_ReadBlocks
+ .section .text.BSP_SD_WriteBlocks,"ax",%progbits
+ .align 1
+ .global BSP_SD_WriteBlocks
+ .syntax unified
+ .thumb
+ .thumb_func
+ .fpu softvfp
+ .type BSP_SD_WriteBlocks, %function
+BSP_SD_WriteBlocks:
+.LFB130:
+ .loc 1 135 1
+ @ args = 8, pretend = 0, frame = 16
+ @ frame_needed = 0, uses_anonymous_args = 0
+ push {lr}
+.LCFI6:
+ sub sp, sp, #28
+.LCFI7:
+ str r0, [sp, #20]
+ strd r2, [sp, #8]
+ .loc 1 136 6
+ ldr r3, [sp, #36]
+ str r3, [sp, #4]
+ ldr r3, [sp, #32]
+ str r3, [sp]
+ ldrd r2, [sp, #8]
+ ldr r1, [sp, #20]
+ ldr r0, .L20
+ bl HAL_SD_WriteBlocks
+ mov r3, r0
+ .loc 1 136 5
+ cmp r3, #0
+ beq .L18
+ .loc 1 138 12
+ movs r3, #1
+ b .L19
+.L18:
+ .loc 1 142 12
+ movs r3, #0
+.L19:
+ .loc 1 144 1
+ mov r0, r3
+ add sp, sp, #28
+.LCFI8:
+ @ sp needed
+ ldr pc, [sp], #4
+.L21:
+ .align 2
+.L20:
+ .word hsd
+.LFE130:
+ .size BSP_SD_WriteBlocks, .-BSP_SD_WriteBlocks
+ .section .text.BSP_SD_ReadBlocks_DMA,"ax",%progbits
+ .align 1
+ .global BSP_SD_ReadBlocks_DMA
+ .syntax unified
+ .thumb
+ .thumb_func
+ .fpu softvfp
+ .type BSP_SD_ReadBlocks_DMA, %function
+BSP_SD_ReadBlocks_DMA:
+.LFB131:
+ .loc 1 155 1
+ @ args = 8, pretend = 0, frame = 24
+ @ frame_needed = 0, uses_anonymous_args = 0
+ push {lr}
+.LCFI9:
+ sub sp, sp, #36
+.LCFI10:
+ str r0, [sp, #20]
+ strd r2, [sp, #8]
+ .loc 1 156 11
+ movs r3, #0
+ strb r3, [sp, #31]
+ .loc 1 159 6
+ ldr r3, [sp, #44]
+ str r3, [sp, #4]
+ ldr r3, [sp, #40]
+ str r3, [sp]
+ ldrd r2, [sp, #8]
+ ldr r1, [sp, #20]
+ ldr r0, .L27
+ bl HAL_SD_ReadBlocks_DMA
+ mov r3, r0
+ .loc 1 159 5
+ cmp r3, #0
+ beq .L23
+ .loc 1 161 14
+ movs r3, #1
+ strb r3, [sp, #31]
+.L23:
+ .loc 1 165 5
+ ldrb r3, [sp, #31] @ zero_extendqisi2
+ cmp r3, #0
+ bne .L24
+ .loc 1 167 8
+ ldr r1, .L27+4
+ ldr r0, .L27
+ bl HAL_SD_CheckReadOperation
+ mov r3, r0
+ .loc 1 167 7
+ cmp r3, #0
+ beq .L25
+ .loc 1 169 16
+ movs r3, #1
+ strb r3, [sp, #31]
+ b .L24
+.L25:
+ .loc 1 173 16
+ movs r3, #0
+ strb r3, [sp, #31]
+.L24:
+ .loc 1 177 10
+ ldrb r3, [sp, #31] @ zero_extendqisi2
+ .loc 1 178 1
+ mov r0, r3
+ add sp, sp, #36
+.LCFI11:
+ @ sp needed
+ ldr pc, [sp], #4
+.L28:
+ .align 2
+.L27:
+ .word hsd
+ .word 100000000
+.LFE131:
+ .size BSP_SD_ReadBlocks_DMA, .-BSP_SD_ReadBlocks_DMA
+ .section .text.BSP_SD_WriteBlocks_DMA,"ax",%progbits
+ .align 1
+ .global BSP_SD_WriteBlocks_DMA
+ .syntax unified
+ .thumb
+ .thumb_func
+ .fpu softvfp
+ .type BSP_SD_WriteBlocks_DMA, %function
+BSP_SD_WriteBlocks_DMA:
+.LFB132:
+ .loc 1 189 1
+ @ args = 8, pretend = 0, frame = 24
+ @ frame_needed = 0, uses_anonymous_args = 0
+ push {lr}
+.LCFI12:
+ sub sp, sp, #36
+.LCFI13:
+ str r0, [sp, #20]
+ strd r2, [sp, #8]
+ .loc 1 190 11
+ movs r3, #0
+ strb r3, [sp, #31]
+ .loc 1 193 6
+ ldr r3, [sp, #44]
+ str r3, [sp, #4]
+ ldr r3, [sp, #40]
+ str r3, [sp]
+ ldrd r2, [sp, #8]
+ ldr r1, [sp, #20]
+ ldr r0, .L34
+ bl HAL_SD_WriteBlocks_DMA
+ mov r3, r0
+ .loc 1 193 5
+ cmp r3, #0
+ beq .L30
+ .loc 1 195 14
+ movs r3, #1
+ strb r3, [sp, #31]
+.L30:
+ .loc 1 199 5
+ ldrb r3, [sp, #31] @ zero_extendqisi2
+ cmp r3, #0
+ bne .L31
+ .loc 1 201 8
+ ldr r1, .L34+4
+ ldr r0, .L34
+ bl HAL_SD_CheckWriteOperation
+ mov r3, r0
+ .loc 1 201 7
+ cmp r3, #0
+ beq .L32
+ .loc 1 203 16
+ movs r3, #1
+ strb r3, [sp, #31]
+ b .L31
+.L32:
+ .loc 1 207 16
+ movs r3, #0
+ strb r3, [sp, #31]
+.L31:
+ .loc 1 211 10
+ ldrb r3, [sp, #31] @ zero_extendqisi2
+ .loc 1 212 1
+ mov r0, r3
+ add sp, sp, #36
+.LCFI14:
+ @ sp needed
+ ldr pc, [sp], #4
+.L35:
+ .align 2
+.L34:
+ .word hsd
+ .word 100000000
+.LFE132:
+ .size BSP_SD_WriteBlocks_DMA, .-BSP_SD_WriteBlocks_DMA
+ .section .text.BSP_SD_Erase,"ax",%progbits
+ .align 1
+ .global BSP_SD_Erase
+ .syntax unified
+ .thumb
+ .thumb_func
+ .fpu softvfp
+ .type BSP_SD_Erase, %function
+BSP_SD_Erase:
+.LFB133:
+ .loc 1 221 1
+ @ args = 0, pretend = 0, frame = 16
+ @ frame_needed = 0, uses_anonymous_args = 0
+ push {r4, lr}
+.LCFI15:
+ sub sp, sp, #24
+.LCFI16:
+ strd r0, [sp, #16]
+ strd r2, [sp, #8]
+ .loc 1 222 6
+ ldrd r3, [sp, #8]
+ strd r3, [sp]
+ ldrd r2, [sp, #16]
+ ldr r0, .L39
+ bl HAL_SD_Erase
+ mov r3, r0
+ .loc 1 222 5
+ cmp r3, #0
+ beq .L37
+ .loc 1 224 12
+ movs r3, #1
+ b .L38
+.L37:
+ .loc 1 228 12
+ movs r3, #0
+.L38:
+ .loc 1 230 1
+ mov r0, r3
+ add sp, sp, #24
+.LCFI17:
+ @ sp needed
+ pop {r4, pc}
+.L40:
+ .align 2
+.L39:
+ .word hsd
+.LFE133:
+ .size BSP_SD_Erase, .-BSP_SD_Erase
+ .section .text.BSP_SD_IRQHandler,"ax",%progbits
+ .align 1
+ .global BSP_SD_IRQHandler
+ .syntax unified
+ .thumb
+ .thumb_func
+ .fpu softvfp
+ .type BSP_SD_IRQHandler, %function
+BSP_SD_IRQHandler:
+.LFB134:
+ .loc 1 238 1
+ @ args = 0, pretend = 0, frame = 0
+ @ frame_needed = 0, uses_anonymous_args = 0
+ push {r3, lr}
+.LCFI18:
+ .loc 1 239 3
+ ldr r0, .L42
+ bl HAL_SD_IRQHandler
+ .loc 1 240 1
+ nop
+ pop {r3, pc}
+.L43:
+ .align 2
+.L42:
+ .word hsd
+.LFE134:
+ .size BSP_SD_IRQHandler, .-BSP_SD_IRQHandler
+ .section .text.BSP_SD_DMA_Tx_IRQHandler,"ax",%progbits
+ .align 1
+ .global BSP_SD_DMA_Tx_IRQHandler
+ .syntax unified
+ .thumb
+ .thumb_func
+ .fpu softvfp
+ .type BSP_SD_DMA_Tx_IRQHandler, %function
+BSP_SD_DMA_Tx_IRQHandler:
+.LFB135:
+ .loc 1 248 1
+ @ args = 0, pretend = 0, frame = 0
+ @ frame_needed = 0, uses_anonymous_args = 0
+ push {r3, lr}
+.LCFI19:
+ .loc 1 249 3
+ ldr r3, .L45
+ ldr r3, [r3, #92]
+ mov r0, r3
+ bl HAL_DMA_IRQHandler
+ .loc 1 250 1
+ nop
+ pop {r3, pc}
+.L46:
+ .align 2
+.L45:
+ .word hsd
+.LFE135:
+ .size BSP_SD_DMA_Tx_IRQHandler, .-BSP_SD_DMA_Tx_IRQHandler
+ .section .text.BSP_SD_DMA_Rx_IRQHandler,"ax",%progbits
+ .align 1
+ .global BSP_SD_DMA_Rx_IRQHandler
+ .syntax unified
+ .thumb
+ .thumb_func
+ .fpu softvfp
+ .type BSP_SD_DMA_Rx_IRQHandler, %function
+BSP_SD_DMA_Rx_IRQHandler:
+.LFB136:
+ .loc 1 258 1
+ @ args = 0, pretend = 0, frame = 0
+ @ frame_needed = 0, uses_anonymous_args = 0
+ push {r3, lr}
+.LCFI20:
+ .loc 1 259 3
+ ldr r3, .L48
+ ldr r3, [r3, #88]
+ mov r0, r3
+ bl HAL_DMA_IRQHandler
+ .loc 1 260 1
+ nop
+ pop {r3, pc}
+.L49:
+ .align 2
+.L48:
+ .word hsd
+.LFE136:
+ .size BSP_SD_DMA_Rx_IRQHandler, .-BSP_SD_DMA_Rx_IRQHandler
+ .section .text.BSP_SD_GetStatus,"ax",%progbits
+ .align 1
+ .global BSP_SD_GetStatus
+ .syntax unified
+ .thumb
+ .thumb_func
+ .fpu softvfp
+ .type BSP_SD_GetStatus, %function
+BSP_SD_GetStatus:
+.LFB137:
+ .loc 1 272 1
+ @ args = 0, pretend = 0, frame = 0
+ @ frame_needed = 0, uses_anonymous_args = 0
+ push {r3, lr}
+.LCFI21:
+ .loc 1 273 10
+ ldr r0, .L52
+ bl HAL_SD_GetStatus
+ mov r3, r0
+ .loc 1 274 1
+ mov r0, r3
+ pop {r3, pc}
+.L53:
+ .align 2
+.L52:
+ .word hsd
+.LFE137:
+ .size BSP_SD_GetStatus, .-BSP_SD_GetStatus
+ .section .text.BSP_SD_GetCardInfo,"ax",%progbits
+ .align 1
+ .global BSP_SD_GetCardInfo
+ .syntax unified
+ .thumb
+ .thumb_func
+ .fpu softvfp
+ .type BSP_SD_GetCardInfo, %function
+BSP_SD_GetCardInfo:
+.LFB138:
+ .loc 1 282 1
+ @ args = 0, pretend = 0, frame = 8
+ @ frame_needed = 0, uses_anonymous_args = 0
+ push {lr}
+.LCFI22:
+ sub sp, sp, #12
+.LCFI23:
+ str r0, [sp, #4]
+ .loc 1 284 3
+ ldr r1, [sp, #4]
+ ldr r0, .L55
+ bl HAL_SD_Get_CardInfo
+ .loc 1 285 1
+ nop
+ add sp, sp, #12
+.LCFI24:
+ @ sp needed
+ ldr pc, [sp], #4
+.L56:
+ .align 2
+.L55:
+ .word hsd
+.LFE138:
+ .size BSP_SD_GetCardInfo, .-BSP_SD_GetCardInfo
+ .section .text.BSP_SD_IsDetected,"ax",%progbits
+ .align 1
+ .global BSP_SD_IsDetected
+ .syntax unified
+ .thumb
+ .thumb_func
+ .fpu softvfp
+ .type BSP_SD_IsDetected, %function
+BSP_SD_IsDetected:
+.LFB139:
+ .loc 1 294 1
+ @ args = 0, pretend = 0, frame = 8
+ @ frame_needed = 0, uses_anonymous_args = 0
+ @ link register save eliminated.
+ sub sp, sp, #8
+.LCFI25:
+ .loc 1 295 16
+ movs r3, #1
+ strb r3, [sp, #7]
+ .loc 1 301 10
+ ldrb r3, [sp, #7]
+ uxtb r3, r3
+ .loc 1 302 1
+ mov r0, r3
+ add sp, sp, #8
+.LCFI26:
+ @ sp needed
+ bx lr
+.LFE139:
+ .size BSP_SD_IsDetected, .-BSP_SD_IsDetected
+ .section .debug_frame,"",%progbits
+.Lframe0:
+ .4byte .LECIE0-.LSCIE0
+.LSCIE0:
+ .4byte 0xffffffff
+ .byte 0x3
+ .ascii "\000"
+ .uleb128 0x1
+ .sleb128 -4
+ .uleb128 0xe
+ .byte 0xc
+ .uleb128 0xd
+ .uleb128 0
+ .align 2
+.LECIE0:
+.LSFDE0:
+ .4byte .LEFDE0-.LASFDE0
+.LASFDE0:
+ .4byte .Lframe0
+ .4byte .LFB125
+ .4byte .LFE125-.LFB125
+ .byte 0x4
+ .4byte .LCFI0-.LFB125
+ .byte 0xe
+ .uleb128 0x4
+ .byte 0x8e
+ .uleb128 0x1
+ .byte 0x4
+ .4byte .LCFI1-.LCFI0
+ .byte 0xe
+ .uleb128 0x10
+ .byte 0x4
+ .4byte .LCFI2-.LCFI1
+ .byte 0xe
+ .uleb128 0x4
+ .align 2
+.LEFDE0:
+.LSFDE2:
+ .4byte .LEFDE2-.LASFDE2
+.LASFDE2:
+ .4byte .Lframe0
+ .4byte .LFB126
+ .4byte .LFE126-.LFB126
+ .align 2
+.LEFDE2:
+.LSFDE4:
+ .4byte .LEFDE4-.LASFDE4
+.LASFDE4:
+ .4byte .Lframe0
+ .4byte .LFB127
+ .4byte .LFE127-.LFB127
+ .align 2
+.LEFDE4:
+.LSFDE6:
+ .4byte .LEFDE6-.LASFDE6
+.LASFDE6:
+ .4byte .Lframe0
+ .4byte .LFB128
+ .4byte .LFE128-.LFB128
+ .align 2
+.LEFDE6:
+.LSFDE8:
+ .4byte .LEFDE8-.LASFDE8
+.LASFDE8:
+ .4byte .Lframe0
+ .4byte .LFB129
+ .4byte .LFE129-.LFB129
+ .byte 0x4
+ .4byte .LCFI3-.LFB129
+ .byte 0xe
+ .uleb128 0x4
+ .byte 0x8e
+ .uleb128 0x1
+ .byte 0x4
+ .4byte .LCFI4-.LCFI3
+ .byte 0xe
+ .uleb128 0x20
+ .byte 0x4
+ .4byte .LCFI5-.LCFI4
+ .byte 0xe
+ .uleb128 0x4
+ .align 2
+.LEFDE8:
+.LSFDE10:
+ .4byte .LEFDE10-.LASFDE10
+.LASFDE10:
+ .4byte .Lframe0
+ .4byte .LFB130
+ .4byte .LFE130-.LFB130
+ .byte 0x4
+ .4byte .LCFI6-.LFB130
+ .byte 0xe
+ .uleb128 0x4
+ .byte 0x8e
+ .uleb128 0x1
+ .byte 0x4
+ .4byte .LCFI7-.LCFI6
+ .byte 0xe
+ .uleb128 0x20
+ .byte 0x4
+ .4byte .LCFI8-.LCFI7
+ .byte 0xe
+ .uleb128 0x4
+ .align 2
+.LEFDE10:
+.LSFDE12:
+ .4byte .LEFDE12-.LASFDE12
+.LASFDE12:
+ .4byte .Lframe0
+ .4byte .LFB131
+ .4byte .LFE131-.LFB131
+ .byte 0x4
+ .4byte .LCFI9-.LFB131
+ .byte 0xe
+ .uleb128 0x4
+ .byte 0x8e
+ .uleb128 0x1
+ .byte 0x4
+ .4byte .LCFI10-.LCFI9
+ .byte 0xe
+ .uleb128 0x28
+ .byte 0x4
+ .4byte .LCFI11-.LCFI10
+ .byte 0xe
+ .uleb128 0x4
+ .align 2
+.LEFDE12:
+.LSFDE14:
+ .4byte .LEFDE14-.LASFDE14
+.LASFDE14:
+ .4byte .Lframe0
+ .4byte .LFB132
+ .4byte .LFE132-.LFB132
+ .byte 0x4
+ .4byte .LCFI12-.LFB132
+ .byte 0xe
+ .uleb128 0x4
+ .byte 0x8e
+ .uleb128 0x1
+ .byte 0x4
+ .4byte .LCFI13-.LCFI12
+ .byte 0xe
+ .uleb128 0x28
+ .byte 0x4
+ .4byte .LCFI14-.LCFI13
+ .byte 0xe
+ .uleb128 0x4
+ .align 2
+.LEFDE14:
+.LSFDE16:
+ .4byte .LEFDE16-.LASFDE16
+.LASFDE16:
+ .4byte .Lframe0
+ .4byte .LFB133
+ .4byte .LFE133-.LFB133
+ .byte 0x4
+ .4byte .LCFI15-.LFB133
+ .byte 0xe
+ .uleb128 0x8
+ .byte 0x84
+ .uleb128 0x2
+ .byte 0x8e
+ .uleb128 0x1
+ .byte 0x4
+ .4byte .LCFI16-.LCFI15
+ .byte 0xe
+ .uleb128 0x20
+ .byte 0x4
+ .4byte .LCFI17-.LCFI16
+ .byte 0xe
+ .uleb128 0x8
+ .align 2
+.LEFDE16:
+.LSFDE18:
+ .4byte .LEFDE18-.LASFDE18
+.LASFDE18:
+ .4byte .Lframe0
+ .4byte .LFB134
+ .4byte .LFE134-.LFB134
+ .byte 0x4
+ .4byte .LCFI18-.LFB134
+ .byte 0xe
+ .uleb128 0x8
+ .byte 0x83
+ .uleb128 0x2
+ .byte 0x8e
+ .uleb128 0x1
+ .align 2
+.LEFDE18:
+.LSFDE20:
+ .4byte .LEFDE20-.LASFDE20
+.LASFDE20:
+ .4byte .Lframe0
+ .4byte .LFB135
+ .4byte .LFE135-.LFB135
+ .byte 0x4
+ .4byte .LCFI19-.LFB135
+ .byte 0xe
+ .uleb128 0x8
+ .byte 0x83
+ .uleb128 0x2
+ .byte 0x8e
+ .uleb128 0x1
+ .align 2
+.LEFDE20:
+.LSFDE22:
+ .4byte .LEFDE22-.LASFDE22
+.LASFDE22:
+ .4byte .Lframe0
+ .4byte .LFB136
+ .4byte .LFE136-.LFB136
+ .byte 0x4
+ .4byte .LCFI20-.LFB136
+ .byte 0xe
+ .uleb128 0x8
+ .byte 0x83
+ .uleb128 0x2
+ .byte 0x8e
+ .uleb128 0x1
+ .align 2
+.LEFDE22:
+.LSFDE24:
+ .4byte .LEFDE24-.LASFDE24
+.LASFDE24:
+ .4byte .Lframe0
+ .4byte .LFB137
+ .4byte .LFE137-.LFB137
+ .byte 0x4
+ .4byte .LCFI21-.LFB137
+ .byte 0xe
+ .uleb128 0x8
+ .byte 0x83
+ .uleb128 0x2
+ .byte 0x8e
+ .uleb128 0x1
+ .align 2
+.LEFDE24:
+.LSFDE26:
+ .4byte .LEFDE26-.LASFDE26
+.LASFDE26:
+ .4byte .Lframe0
+ .4byte .LFB138
+ .4byte .LFE138-.LFB138
+ .byte 0x4
+ .4byte .LCFI22-.LFB138
+ .byte 0xe
+ .uleb128 0x4
+ .byte 0x8e
+ .uleb128 0x1
+ .byte 0x4
+ .4byte .LCFI23-.LCFI22
+ .byte 0xe
+ .uleb128 0x10
+ .byte 0x4
+ .4byte .LCFI24-.LCFI23
+ .byte 0xe
+ .uleb128 0x4
+ .align 2
+.LEFDE26:
+.LSFDE28:
+ .4byte .LEFDE28-.LASFDE28
+.LASFDE28:
+ .4byte .Lframe0
+ .4byte .LFB139
+ .4byte .LFE139-.LFB139
+ .byte 0x4
+ .4byte .LCFI25-.LFB139
+ .byte 0xe
+ .uleb128 0x8
+ .byte 0x4
+ .4byte .LCFI26-.LCFI25
+ .byte 0xe
+ .uleb128 0
+ .align 2
+.LEFDE28:
+ .text
+.Letext0:
+ .file 2 "C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.18/include/stdint.h"
+ .file 3 "./../Drivers/CMSIS/Include/core_cm4.h"
+ .file 4 "./../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h"
+ .file 5 "./../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h"
+ .file 6 "C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.18/include/__crossworks.h"
+ .file 7 "C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.18/include/stdio.h"
+ .file 8 "./../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h"
+ .file 9 "./../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h"
+ .file 10 "./../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_sdmmc.h"
+ .file 11 "./../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_sd.h"
+ .section .debug_info,"",%progbits
+.Ldebug_info0:
+ .4byte 0x1282
+ .2byte 0x4
+ .4byte .Ldebug_abbrev0
+ .byte 0x4
+ .uleb128 0x1
+ .4byte .LASF297
+ .byte 0xc
+ .4byte .LASF298
+ .4byte .LASF299
+ .4byte .Ldebug_ranges0+0
+ .4byte 0
+ .4byte .Ldebug_line0
+ .uleb128 0x2
+ .byte 0x1
+ .byte 0x6
+ .4byte .LASF0
+ .uleb128 0x3
+ .4byte .LASF3
+ .byte 0x2
+ .byte 0x30
+ .byte 0x1c
+ .4byte 0x3d
+ .uleb128 0x4
+ .4byte 0x2c
+ .uleb128 0x2
+ .byte 0x1
+ .byte 0x8
+ .4byte .LASF1
+ .uleb128 0x5
+ .4byte 0x3d
+ .uleb128 0x2
+ .byte 0x2
+ .byte 0x5
+ .4byte .LASF2
+ .uleb128 0x3
+ .4byte .LASF4
+ .byte 0x2
+ .byte 0x36
+ .byte 0x1c
+ .4byte 0x61
+ .uleb128 0x4
+ .4byte 0x50
+ .uleb128 0x2
+ .byte 0x2
+ .byte 0x7
+ .4byte .LASF5
+ .uleb128 0x3
+ .4byte .LASF6
+ .byte 0x2
+ .byte 0x37
+ .byte 0x1c
+ .4byte 0x79
+ .uleb128 0x4
+ .4byte 0x68
+ .uleb128 0x6
+ .byte 0x4
+ .byte 0x5
+ .ascii "int\000"
+ .uleb128 0x3
+ .4byte .LASF7
+ .byte 0x2
+ .byte 0x38
+ .byte 0x1c
+ .4byte 0x96
+ .uleb128 0x4
+ .4byte 0x80
+ .uleb128 0x5
+ .4byte 0x8c
+ .uleb128 0x2
+ .byte 0x4
+ .byte 0x7
+ .4byte .LASF8
+ .uleb128 0x2
+ .byte 0x8
+ .byte 0x5
+ .4byte .LASF9
+ .uleb128 0x3
+ .4byte .LASF10
+ .byte 0x2
+ .byte 0x45
+ .byte 0x1c
+ .4byte 0xb0
+ .uleb128 0x2
+ .byte 0x8
+ .byte 0x7
+ .4byte .LASF11
+ .uleb128 0x7
+ .4byte 0x80
+ .4byte 0xc7
+ .uleb128 0x8
+ .4byte 0x96
+ .byte 0x1
+ .byte 0
+ .uleb128 0x9
+ .4byte .LASF12
+ .byte 0x3
+ .2byte 0x744
+ .byte 0x19
+ .4byte 0x74
+ .uleb128 0xa
+ .4byte .LASF13
+ .byte 0x4
+ .byte 0x4c
+ .byte 0x11
+ .4byte 0x80
+ .uleb128 0xb
+ .byte 0x18
+ .byte 0x5
+ .2byte 0x156
+ .byte 0x9
+ .4byte 0x13e
+ .uleb128 0xc
+ .ascii "CR\000"
+ .byte 0x5
+ .2byte 0x158
+ .byte 0x11
+ .4byte 0x8c
+ .byte 0
+ .uleb128 0xd
+ .4byte .LASF14
+ .byte 0x5
+ .2byte 0x159
+ .byte 0x11
+ .4byte 0x8c
+ .byte 0x4
+ .uleb128 0xc
+ .ascii "PAR\000"
+ .byte 0x5
+ .2byte 0x15a
+ .byte 0x11
+ .4byte 0x8c
+ .byte 0x8
+ .uleb128 0xd
+ .4byte .LASF15
+ .byte 0x5
+ .2byte 0x15b
+ .byte 0x11
+ .4byte 0x8c
+ .byte 0xc
+ .uleb128 0xd
+ .4byte .LASF16
+ .byte 0x5
+ .2byte 0x15c
+ .byte 0x11
+ .4byte 0x8c
+ .byte 0x10
+ .uleb128 0xc
+ .ascii "FCR\000"
+ .byte 0x5
+ .2byte 0x15d
+ .byte 0x11
+ .4byte 0x8c
+ .byte 0x14
+ .byte 0
+ .uleb128 0xe
+ .4byte .LASF17
+ .byte 0x5
+ .2byte 0x15e
+ .byte 0x3
+ .4byte 0xe0
+ .uleb128 0xb
+ .byte 0x84
+ .byte 0x5
+ .2byte 0x25f
+ .byte 0x9
+ .4byte 0x26e
+ .uleb128 0xd
+ .4byte .LASF18
+ .byte 0x5
+ .2byte 0x261
+ .byte 0x11
+ .4byte 0x8c
+ .byte 0
+ .uleb128 0xd
+ .4byte .LASF19
+ .byte 0x5
+ .2byte 0x262
+ .byte 0x11
+ .4byte 0x8c
+ .byte 0x4
+ .uleb128 0xc
+ .ascii "ARG\000"
+ .byte 0x5
+ .2byte 0x263
+ .byte 0x11
+ .4byte 0x8c
+ .byte 0x8
+ .uleb128 0xc
+ .ascii "CMD\000"
+ .byte 0x5
+ .2byte 0x264
+ .byte 0x11
+ .4byte 0x8c
+ .byte 0xc
+ .uleb128 0xd
+ .4byte .LASF20
+ .byte 0x5
+ .2byte 0x265
+ .byte 0x11
+ .4byte 0x91
+ .byte 0x10
+ .uleb128 0xd
+ .4byte .LASF21
+ .byte 0x5
+ .2byte 0x266
+ .byte 0x11
+ .4byte 0x91
+ .byte 0x14
+ .uleb128 0xd
+ .4byte .LASF22
+ .byte 0x5
+ .2byte 0x267
+ .byte 0x11
+ .4byte 0x91
+ .byte 0x18
+ .uleb128 0xd
+ .4byte .LASF23
+ .byte 0x5
+ .2byte 0x268
+ .byte 0x11
+ .4byte 0x91
+ .byte 0x1c
+ .uleb128 0xd
+ .4byte .LASF24
+ .byte 0x5
+ .2byte 0x269
+ .byte 0x11
+ .4byte 0x91
+ .byte 0x20
+ .uleb128 0xd
+ .4byte .LASF25
+ .byte 0x5
+ .2byte 0x26a
+ .byte 0x11
+ .4byte 0x8c
+ .byte 0x24
+ .uleb128 0xd
+ .4byte .LASF26
+ .byte 0x5
+ .2byte 0x26b
+ .byte 0x11
+ .4byte 0x8c
+ .byte 0x28
+ .uleb128 0xd
+ .4byte .LASF27
+ .byte 0x5
+ .2byte 0x26c
+ .byte 0x11
+ .4byte 0x8c
+ .byte 0x2c
+ .uleb128 0xd
+ .4byte .LASF28
+ .byte 0x5
+ .2byte 0x26d
+ .byte 0x11
+ .4byte 0x91
+ .byte 0x30
+ .uleb128 0xc
+ .ascii "STA\000"
+ .byte 0x5
+ .2byte 0x26e
+ .byte 0x11
+ .4byte 0x91
+ .byte 0x34
+ .uleb128 0xc
+ .ascii "ICR\000"
+ .byte 0x5
+ .2byte 0x26f
+ .byte 0x11
+ .4byte 0x8c
+ .byte 0x38
+ .uleb128 0xd
+ .4byte .LASF29
+ .byte 0x5
+ .2byte 0x270
+ .byte 0x11
+ .4byte 0x8c
+ .byte 0x3c
+ .uleb128 0xd
+ .4byte .LASF30
+ .byte 0x5
+ .2byte 0x271
+ .byte 0x11
+ .4byte 0xb7
+ .byte 0x40
+ .uleb128 0xd
+ .4byte .LASF31
+ .byte 0x5
+ .2byte 0x272
+ .byte 0x11
+ .4byte 0x91
+ .byte 0x48
+ .uleb128 0xd
+ .4byte .LASF32
+ .byte 0x5
+ .2byte 0x273
+ .byte 0x11
+ .4byte 0x26e
+ .byte 0x4c
+ .uleb128 0xd
+ .4byte .LASF33
+ .byte 0x5
+ .2byte 0x274
+ .byte 0x11
+ .4byte 0x8c
+ .byte 0x80
+ .byte 0
+ .uleb128 0x7
+ .4byte 0x80
+ .4byte 0x27e
+ .uleb128 0x8
+ .4byte 0x96
+ .byte 0xc
+ .byte 0
+ .uleb128 0xe
+ .4byte .LASF34
+ .byte 0x5
+ .2byte 0x275
+ .byte 0x3
+ .4byte 0x14b
+ .uleb128 0xf
+ .byte 0x4
+ .uleb128 0x10
+ .4byte .LASF85
+ .byte 0x8
+ .byte 0x6
+ .byte 0x7e
+ .byte 0x8
+ .4byte 0x2b5
+ .uleb128 0x11
+ .4byte .LASF35
+ .byte 0x6
+ .byte 0x7f
+ .byte 0x7
+ .4byte 0x79
+ .byte 0
+ .uleb128 0x11
+ .4byte .LASF36
+ .byte 0x6
+ .byte 0x80
+ .byte 0x8
+ .4byte 0x2b5
+ .byte 0x4
+ .byte 0
+ .uleb128 0x2
+ .byte 0x4
+ .byte 0x5
+ .4byte .LASF37
+ .uleb128 0x12
+ .4byte 0x79
+ .4byte 0x2d5
+ .uleb128 0x13
+ .4byte 0x2d5
+ .uleb128 0x13
+ .4byte 0x96
+ .uleb128 0x13
+ .4byte 0x2e7
+ .byte 0
+ .uleb128 0x14
+ .byte 0x4
+ .4byte 0x2db
+ .uleb128 0x2
+ .byte 0x1
+ .byte 0x8
+ .4byte .LASF38
+ .uleb128 0x5
+ .4byte 0x2db
+ .uleb128 0x14
+ .byte 0x4
+ .4byte 0x28d
+ .uleb128 0x12
+ .4byte 0x79
+ .4byte 0x30b
+ .uleb128 0x13
+ .4byte 0x30b
+ .uleb128 0x13
+ .4byte 0x311
+ .uleb128 0x13
+ .4byte 0x96
+ .uleb128 0x13
+ .4byte 0x2e7
+ .byte 0
+ .uleb128 0x14
+ .byte 0x4
+ .4byte 0x96
+ .uleb128 0x14
+ .byte 0x4
+ .4byte 0x2e2
+ .uleb128 0x15
+ .byte 0x58
+ .byte 0x6
+ .byte 0x86
+ .byte 0x9
+ .4byte 0x4c1
+ .uleb128 0x11
+ .4byte .LASF39
+ .byte 0x6
+ .byte 0x88
+ .byte 0xf
+ .4byte 0x311
+ .byte 0
+ .uleb128 0x11
+ .4byte .LASF40
+ .byte 0x6
+ .byte 0x89
+ .byte 0xf
+ .4byte 0x311
+ .byte 0x4
+ .uleb128 0x11
+ .4byte .LASF41
+ .byte 0x6
+ .byte 0x8a
+ .byte 0xf
+ .4byte 0x311
+ .byte 0x8
+ .uleb128 0x11
+ .4byte .LASF42
+ .byte 0x6
+ .byte 0x8c
+ .byte 0xf
+ .4byte 0x311
+ .byte 0xc
+ .uleb128 0x11
+ .4byte .LASF43
+ .byte 0x6
+ .byte 0x8d
+ .byte 0xf
+ .4byte 0x311
+ .byte 0x10
+ .uleb128 0x11
+ .4byte .LASF44
+ .byte 0x6
+ .byte 0x8e
+ .byte 0xf
+ .4byte 0x311
+ .byte 0x14
+ .uleb128 0x11
+ .4byte .LASF45
+ .byte 0x6
+ .byte 0x8f
+ .byte 0xf
+ .4byte 0x311
+ .byte 0x18
+ .uleb128 0x11
+ .4byte .LASF46
+ .byte 0x6
+ .byte 0x90
+ .byte 0xf
+ .4byte 0x311
+ .byte 0x1c
+ .uleb128 0x11
+ .4byte .LASF47
+ .byte 0x6
+ .byte 0x91
+ .byte 0xf
+ .4byte 0x311
+ .byte 0x20
+ .uleb128 0x11
+ .4byte .LASF48
+ .byte 0x6
+ .byte 0x92
+ .byte 0xf
+ .4byte 0x311
+ .byte 0x24
+ .uleb128 0x11
+ .4byte .LASF49
+ .byte 0x6
+ .byte 0x94
+ .byte 0x8
+ .4byte 0x2db
+ .byte 0x28
+ .uleb128 0x11
+ .4byte .LASF50
+ .byte 0x6
+ .byte 0x95
+ .byte 0x8
+ .4byte 0x2db
+ .byte 0x29
+ .uleb128 0x11
+ .4byte .LASF51
+ .byte 0x6
+ .byte 0x96
+ .byte 0x8
+ .4byte 0x2db
+ .byte 0x2a
+ .uleb128 0x11
+ .4byte .LASF52
+ .byte 0x6
+ .byte 0x97
+ .byte 0x8
+ .4byte 0x2db
+ .byte 0x2b
+ .uleb128 0x11
+ .4byte .LASF53
+ .byte 0x6
+ .byte 0x98
+ .byte 0x8
+ .4byte 0x2db
+ .byte 0x2c
+ .uleb128 0x11
+ .4byte .LASF54
+ .byte 0x6
+ .byte 0x99
+ .byte 0x8
+ .4byte 0x2db
+ .byte 0x2d
+ .uleb128 0x11
+ .4byte .LASF55
+ .byte 0x6
+ .byte 0x9a
+ .byte 0x8
+ .4byte 0x2db
+ .byte 0x2e
+ .uleb128 0x11
+ .4byte .LASF56
+ .byte 0x6
+ .byte 0x9b
+ .byte 0x8
+ .4byte 0x2db
+ .byte 0x2f
+ .uleb128 0x11
+ .4byte .LASF57
+ .byte 0x6
+ .byte 0x9c
+ .byte 0x8
+ .4byte 0x2db
+ .byte 0x30
+ .uleb128 0x11
+ .4byte .LASF58
+ .byte 0x6
+ .byte 0x9d
+ .byte 0x8
+ .4byte 0x2db
+ .byte 0x31
+ .uleb128 0x11
+ .4byte .LASF59
+ .byte 0x6
+ .byte 0x9e
+ .byte 0x8
+ .4byte 0x2db
+ .byte 0x32
+ .uleb128 0x11
+ .4byte .LASF60
+ .byte 0x6
+ .byte 0x9f
+ .byte 0x8
+ .4byte 0x2db
+ .byte 0x33
+ .uleb128 0x11
+ .4byte .LASF61
+ .byte 0x6
+ .byte 0xa0
+ .byte 0x8
+ .4byte 0x2db
+ .byte 0x34
+ .uleb128 0x11
+ .4byte .LASF62
+ .byte 0x6
+ .byte 0xa1
+ .byte 0x8
+ .4byte 0x2db
+ .byte 0x35
+ .uleb128 0x11
+ .4byte .LASF63
+ .byte 0x6
+ .byte 0xa6
+ .byte 0xf
+ .4byte 0x311
+ .byte 0x38
+ .uleb128 0x11
+ .4byte .LASF64
+ .byte 0x6
+ .byte 0xa7
+ .byte 0xf
+ .4byte 0x311
+ .byte 0x3c
+ .uleb128 0x11
+ .4byte .LASF65
+ .byte 0x6
+ .byte 0xa8
+ .byte 0xf
+ .4byte 0x311
+ .byte 0x40
+ .uleb128 0x11
+ .4byte .LASF66
+ .byte 0x6
+ .byte 0xa9
+ .byte 0xf
+ .4byte 0x311
+ .byte 0x44
+ .uleb128 0x11
+ .4byte .LASF67
+ .byte 0x6
+ .byte 0xaa
+ .byte 0xf
+ .4byte 0x311
+ .byte 0x48
+ .uleb128 0x11
+ .4byte .LASF68
+ .byte 0x6
+ .byte 0xab
+ .byte 0xf
+ .4byte 0x311
+ .byte 0x4c
+ .uleb128 0x11
+ .4byte .LASF69
+ .byte 0x6
+ .byte 0xac
+ .byte 0xf
+ .4byte 0x311
+ .byte 0x50
+ .uleb128 0x11
+ .4byte .LASF70
+ .byte 0x6
+ .byte 0xad
+ .byte 0xf
+ .4byte 0x311
+ .byte 0x54
+ .byte 0
+ .uleb128 0x3
+ .4byte .LASF71
+ .byte 0x6
+ .byte 0xae
+ .byte 0x3
+ .4byte 0x317
+ .uleb128 0x5
+ .4byte 0x4c1
+ .uleb128 0x15
+ .byte 0x20
+ .byte 0x6
+ .byte 0xc4
+ .byte 0x9
+ .4byte 0x544
+ .uleb128 0x11
+ .4byte .LASF72
+ .byte 0x6
+ .byte 0xc6
+ .byte 0x9
+ .4byte 0x558
+ .byte 0
+ .uleb128 0x11
+ .4byte .LASF73
+ .byte 0x6
+ .byte 0xc7
+ .byte 0x9
+ .4byte 0x56d
+ .byte 0x4
+ .uleb128 0x11
+ .4byte .LASF74
+ .byte 0x6
+ .byte 0xc8
+ .byte 0x9
+ .4byte 0x56d
+ .byte 0x8
+ .uleb128 0x11
+ .4byte .LASF75
+ .byte 0x6
+ .byte 0xcb
+ .byte 0x9
+ .4byte 0x587
+ .byte 0xc
+ .uleb128 0x11
+ .4byte .LASF76
+ .byte 0x6
+ .byte 0xcc
+ .byte 0xa
+ .4byte 0x59c
+ .byte 0x10
+ .uleb128 0x11
+ .4byte .LASF77
+ .byte 0x6
+ .byte 0xcd
+ .byte 0xa
+ .4byte 0x59c
+ .byte 0x14
+ .uleb128 0x11
+ .4byte .LASF78
+ .byte 0x6
+ .byte 0xd0
+ .byte 0x9
+ .4byte 0x5a2
+ .byte 0x18
+ .uleb128 0x11
+ .4byte .LASF79
+ .byte 0x6
+ .byte 0xd1
+ .byte 0x9
+ .4byte 0x5a8
+ .byte 0x1c
+ .byte 0
+ .uleb128 0x12
+ .4byte 0x79
+ .4byte 0x558
+ .uleb128 0x13
+ .4byte 0x79
+ .uleb128 0x13
+ .4byte 0x79
+ .byte 0
+ .uleb128 0x14
+ .byte 0x4
+ .4byte 0x544
+ .uleb128 0x12
+ .4byte 0x79
+ .4byte 0x56d
+ .uleb128 0x13
+ .4byte 0x79
+ .byte 0
+ .uleb128 0x14
+ .byte 0x4
+ .4byte 0x55e
+ .uleb128 0x12
+ .4byte 0x79
+ .4byte 0x587
+ .uleb128 0x13
+ .4byte 0x2b5
+ .uleb128 0x13
+ .4byte 0x79
+ .byte 0
+ .uleb128 0x14
+ .byte 0x4
+ .4byte 0x573
+ .uleb128 0x12
+ .4byte 0x2b5
+ .4byte 0x59c
+ .uleb128 0x13
+ .4byte 0x2b5
+ .byte 0
+ .uleb128 0x14
+ .byte 0x4
+ .4byte 0x58d
+ .uleb128 0x14
+ .byte 0x4
+ .4byte 0x2bc
+ .uleb128 0x14
+ .byte 0x4
+ .4byte 0x2ed
+ .uleb128 0x3
+ .4byte .LASF80
+ .byte 0x6
+ .byte 0xd2
+ .byte 0x3
+ .4byte 0x4d2
+ .uleb128 0x5
+ .4byte 0x5ae
+ .uleb128 0x15
+ .byte 0xc
+ .byte 0x6
+ .byte 0xd4
+ .byte 0x9
+ .4byte 0x5f0
+ .uleb128 0x11
+ .4byte .LASF81
+ .byte 0x6
+ .byte 0xd5
+ .byte 0xf
+ .4byte 0x311
+ .byte 0
+ .uleb128 0x11
+ .4byte .LASF82
+ .byte 0x6
+ .byte 0xd6
+ .byte 0x25
+ .4byte 0x5f0
+ .byte 0x4
+ .uleb128 0x11
+ .4byte .LASF83
+ .byte 0x6
+ .byte 0xd7
+ .byte 0x28
+ .4byte 0x5f6
+ .byte 0x8
+ .byte 0
+ .uleb128 0x14
+ .byte 0x4
+ .4byte 0x4cd
+ .uleb128 0x14
+ .byte 0x4
+ .4byte 0x5ba
+ .uleb128 0x3
+ .4byte .LASF84
+ .byte 0x6
+ .byte 0xd8
+ .byte 0x3
+ .4byte 0x5bf
+ .uleb128 0x5
+ .4byte 0x5fc
+ .uleb128 0x10
+ .4byte .LASF86
+ .byte 0x14
+ .byte 0x6
+ .byte 0xdc
+ .byte 0x10
+ .4byte 0x628
+ .uleb128 0x11
+ .4byte .LASF87
+ .byte 0x6
+ .byte 0xdd
+ .byte 0x20
+ .4byte 0x628
+ .byte 0
+ .byte 0
+ .uleb128 0x7
+ .4byte 0x638
+ .4byte 0x638
+ .uleb128 0x8
+ .4byte 0x96
+ .byte 0x4
+ .byte 0
+ .uleb128 0x14
+ .byte 0x4
+ .4byte 0x608
+ .uleb128 0x9
+ .4byte .LASF88
+ .byte 0x6
+ .2byte 0x106
+ .byte 0x1a
+ .4byte 0x60d
+ .uleb128 0x9
+ .4byte .LASF89
+ .byte 0x6
+ .2byte 0x10d
+ .byte 0x24
+ .4byte 0x608
+ .uleb128 0x9
+ .4byte .LASF90
+ .byte 0x6
+ .2byte 0x110
+ .byte 0x2c
+ .4byte 0x5ba
+ .uleb128 0x9
+ .4byte .LASF91
+ .byte 0x6
+ .2byte 0x111
+ .byte 0x2c
+ .4byte 0x5ba
+ .uleb128 0x7
+ .4byte 0x44
+ .4byte 0x682
+ .uleb128 0x8
+ .4byte 0x96
+ .byte 0x7f
+ .byte 0
+ .uleb128 0x5
+ .4byte 0x672
+ .uleb128 0x9
+ .4byte .LASF92
+ .byte 0x6
+ .2byte 0x113
+ .byte 0x23
+ .4byte 0x682
+ .uleb128 0x7
+ .4byte 0x2e2
+ .4byte 0x69f
+ .uleb128 0x16
+ .byte 0
+ .uleb128 0x5
+ .4byte 0x694
+ .uleb128 0x9
+ .4byte .LASF93
+ .byte 0x6
+ .2byte 0x115
+ .byte 0x13
+ .4byte 0x69f
+ .uleb128 0x9
+ .4byte .LASF94
+ .byte 0x6
+ .2byte 0x116
+ .byte 0x13
+ .4byte 0x69f
+ .uleb128 0x9
+ .4byte .LASF95
+ .byte 0x6
+ .2byte 0x117
+ .byte 0x13
+ .4byte 0x69f
+ .uleb128 0x9
+ .4byte .LASF96
+ .byte 0x6
+ .2byte 0x118
+ .byte 0x13
+ .4byte 0x69f
+ .uleb128 0x9
+ .4byte .LASF97
+ .byte 0x6
+ .2byte 0x11a
+ .byte 0x13
+ .4byte 0x69f
+ .uleb128 0x9
+ .4byte .LASF98
+ .byte 0x6
+ .2byte 0x11b
+ .byte 0x13
+ .4byte 0x69f
+ .uleb128 0x9
+ .4byte .LASF99
+ .byte 0x6
+ .2byte 0x11c
+ .byte 0x13
+ .4byte 0x69f
+ .uleb128 0x9
+ .4byte .LASF100
+ .byte 0x6
+ .2byte 0x11d
+ .byte 0x13
+ .4byte 0x69f
+ .uleb128 0x9
+ .4byte .LASF101
+ .byte 0x6
+ .2byte 0x11e
+ .byte 0x13
+ .4byte 0x69f
+ .uleb128 0x9
+ .4byte .LASF102
+ .byte 0x6
+ .2byte 0x11f
+ .byte 0x13
+ .4byte 0x69f
+ .uleb128 0x12
+ .4byte 0x79
+ .4byte 0x735
+ .uleb128 0x13
+ .4byte 0x735
+ .byte 0
+ .uleb128 0x14
+ .byte 0x4
+ .4byte 0x740
+ .uleb128 0x17
+ .4byte .LASF112
+ .uleb128 0x5
+ .4byte 0x73b
+ .uleb128 0x9
+ .4byte .LASF103
+ .byte 0x6
+ .2byte 0x135
+ .byte 0xe
+ .4byte 0x752
+ .uleb128 0x14
+ .byte 0x4
+ .4byte 0x726
+ .uleb128 0x12
+ .4byte 0x79
+ .4byte 0x767
+ .uleb128 0x13
+ .4byte 0x767
+ .byte 0
+ .uleb128 0x14
+ .byte 0x4
+ .4byte 0x73b
+ .uleb128 0x9
+ .4byte .LASF104
+ .byte 0x6
+ .2byte 0x136
+ .byte 0xe
+ .4byte 0x77a
+ .uleb128 0x14
+ .byte 0x4
+ .4byte 0x758
+ .uleb128 0xe
+ .4byte .LASF105
+ .byte 0x6
+ .2byte 0x14d
+ .byte 0x18
+ .4byte 0x78d
+ .uleb128 0x14
+ .byte 0x4
+ .4byte 0x793
+ .uleb128 0x12
+ .4byte 0x311
+ .4byte 0x7a2
+ .uleb128 0x13
+ .4byte 0x79
+ .byte 0
+ .uleb128 0x18
+ .4byte .LASF106
+ .byte 0x8
+ .byte 0x6
+ .2byte 0x14f
+ .byte 0x10
+ .4byte 0x7cd
+ .uleb128 0xd
+ .4byte .LASF107
+ .byte 0x6
+ .2byte 0x151
+ .byte 0x1c
+ .4byte 0x780
+ .byte 0
+ .uleb128 0xd
+ .4byte .LASF108
+ .byte 0x6
+ .2byte 0x152
+ .byte 0x21
+ .4byte 0x7cd
+ .byte 0x4
+ .byte 0
+ .uleb128 0x14
+ .byte 0x4
+ .4byte 0x7a2
+ .uleb128 0xe
+ .4byte .LASF109
+ .byte 0x6
+ .2byte 0x153
+ .byte 0x3
+ .4byte 0x7a2
+ .uleb128 0x9
+ .4byte .LASF110
+ .byte 0x6
+ .2byte 0x157
+ .byte 0x1f
+ .4byte 0x7ed
+ .uleb128 0x14
+ .byte 0x4
+ .4byte 0x7d3
+ .uleb128 0xe
+ .4byte .LASF111
+ .byte 0x7
+ .2byte 0x317
+ .byte 0x1b
+ .4byte 0x800
+ .uleb128 0x17
+ .4byte .LASF113
+ .uleb128 0x9
+ .4byte .LASF114
+ .byte 0x7
+ .2byte 0x31b
+ .byte 0xe
+ .4byte 0x812
+ .uleb128 0x14
+ .byte 0x4
+ .4byte 0x7f3
+ .uleb128 0x9
+ .4byte .LASF115
+ .byte 0x7
+ .2byte 0x31c
+ .byte 0xe
+ .4byte 0x812
+ .uleb128 0x9
+ .4byte .LASF116
+ .byte 0x7
+ .2byte 0x31d
+ .byte 0xe
+ .4byte 0x812
+ .uleb128 0x19
+ .byte 0x7
+ .byte 0x1
+ .4byte 0x3d
+ .byte 0x8
+ .byte 0x45
+ .byte 0x1
+ .4byte 0x84d
+ .uleb128 0x1a
+ .4byte .LASF117
+ .byte 0
+ .uleb128 0x1a
+ .4byte .LASF118
+ .byte 0x1
+ .byte 0
+ .uleb128 0x3
+ .4byte .LASF119
+ .byte 0x8
+ .byte 0x48
+ .byte 0x3
+ .4byte 0x832
+ .uleb128 0x15
+ .byte 0x30
+ .byte 0x9
+ .byte 0x43
+ .byte 0x9
+ .4byte 0x8ff
+ .uleb128 0x11
+ .4byte .LASF120
+ .byte 0x9
+ .byte 0x45
+ .byte 0xc
+ .4byte 0x80
+ .byte 0
+ .uleb128 0x11
+ .4byte .LASF121
+ .byte 0x9
+ .byte 0x48
+ .byte 0xc
+ .4byte 0x80
+ .byte 0x4
+ .uleb128 0x11
+ .4byte .LASF122
+ .byte 0x9
+ .byte 0x4c
+ .byte 0xc
+ .4byte 0x80
+ .byte 0x8
+ .uleb128 0x11
+ .4byte .LASF123
+ .byte 0x9
+ .byte 0x4f
+ .byte 0xc
+ .4byte 0x80
+ .byte 0xc
+ .uleb128 0x11
+ .4byte .LASF124
+ .byte 0x9
+ .byte 0x52
+ .byte 0xc
+ .4byte 0x80
+ .byte 0x10
+ .uleb128 0x11
+ .4byte .LASF125
+ .byte 0x9
+ .byte 0x55
+ .byte 0xc
+ .4byte 0x80
+ .byte 0x14
+ .uleb128 0x11
+ .4byte .LASF126
+ .byte 0x9
+ .byte 0x58
+ .byte 0xc
+ .4byte 0x80
+ .byte 0x18
+ .uleb128 0x11
+ .4byte .LASF127
+ .byte 0x9
+ .byte 0x5d
+ .byte 0xc
+ .4byte 0x80
+ .byte 0x1c
+ .uleb128 0x11
+ .4byte .LASF128
+ .byte 0x9
+ .byte 0x60
+ .byte 0xc
+ .4byte 0x80
+ .byte 0x20
+ .uleb128 0x11
+ .4byte .LASF129
+ .byte 0x9
+ .byte 0x65
+ .byte 0xc
+ .4byte 0x80
+ .byte 0x24
+ .uleb128 0x11
+ .4byte .LASF130
+ .byte 0x9
+ .byte 0x68
+ .byte 0xc
+ .4byte 0x80
+ .byte 0x28
+ .uleb128 0x11
+ .4byte .LASF131
+ .byte 0x9
+ .byte 0x6e
+ .byte 0xc
+ .4byte 0x80
+ .byte 0x2c
+ .byte 0
+ .uleb128 0x3
+ .4byte .LASF132
+ .byte 0x9
+ .byte 0x73
+ .byte 0x2
+ .4byte 0x859
+ .uleb128 0x19
+ .byte 0x7
+ .byte 0x1
+ .4byte 0x3d
+ .byte 0x9
+ .byte 0x7a
+ .byte 0x1
+ .4byte 0x95c
+ .uleb128 0x1a
+ .4byte .LASF133
+ .byte 0
+ .uleb128 0x1a
+ .4byte .LASF134
+ .byte 0x1
+ .uleb128 0x1a
+ .4byte .LASF135
+ .byte 0x11
+ .uleb128 0x1a
+ .4byte .LASF136
+ .byte 0x21
+ .uleb128 0x1a
+ .4byte .LASF137
+ .byte 0x31
+ .uleb128 0x1a
+ .4byte .LASF138
+ .byte 0x41
+ .uleb128 0x1a
+ .4byte .LASF139
+ .byte 0x2
+ .uleb128 0x1a
+ .4byte .LASF140
+ .byte 0x12
+ .uleb128 0x1a
+ .4byte .LASF141
+ .byte 0x22
+ .uleb128 0x1a
+ .4byte .LASF142
+ .byte 0x3
+ .uleb128 0x1a
+ .4byte .LASF143
+ .byte 0x4
+ .byte 0
+ .uleb128 0x3
+ .4byte .LASF144
+ .byte 0x9
+ .byte 0x86
+ .byte 0x2
+ .4byte 0x90b
+ .uleb128 0x4
+ .4byte 0x95c
+ .uleb128 0x10
+ .4byte .LASF145
+ .byte 0x58
+ .byte 0x9
+ .byte 0x94
+ .byte 0x10
+ .4byte 0xa17
+ .uleb128 0x11
+ .4byte .LASF146
+ .byte 0x9
+ .byte 0x96
+ .byte 0x1f
+ .4byte 0xa17
+ .byte 0
+ .uleb128 0x11
+ .4byte .LASF147
+ .byte 0x9
+ .byte 0x98
+ .byte 0x1e
+ .4byte 0x8ff
+ .byte 0x4
+ .uleb128 0x11
+ .4byte .LASF148
+ .byte 0x9
+ .byte 0x9a
+ .byte 0x1e
+ .4byte 0x84d
+ .byte 0x34
+ .uleb128 0x11
+ .4byte .LASF149
+ .byte 0x9
+ .byte 0x9c
+ .byte 0x1e
+ .4byte 0x968
+ .byte 0x35
+ .uleb128 0x11
+ .4byte .LASF150
+ .byte 0x9
+ .byte 0x9e
+ .byte 0x1f
+ .4byte 0x28b
+ .byte 0x38
+ .uleb128 0x11
+ .4byte .LASF151
+ .byte 0x9
+ .byte 0xa0
+ .byte 0x21
+ .4byte 0xa2e
+ .byte 0x3c
+ .uleb128 0x11
+ .4byte .LASF152
+ .byte 0x9
+ .byte 0xa2
+ .byte 0x21
+ .4byte 0xa2e
+ .byte 0x40
+ .uleb128 0x11
+ .4byte .LASF153
+ .byte 0x9
+ .byte 0xa4
+ .byte 0x21
+ .4byte 0xa2e
+ .byte 0x44
+ .uleb128 0x11
+ .4byte .LASF154
+ .byte 0x9
+ .byte 0xa6
+ .byte 0x21
+ .4byte 0xa2e
+ .byte 0x48
+ .uleb128 0x11
+ .4byte .LASF155
+ .byte 0x9
+ .byte 0xa8
+ .byte 0x1e
+ .4byte 0x8c
+ .byte 0x4c
+ .uleb128 0x11
+ .4byte .LASF156
+ .byte 0x9
+ .byte 0xaa
+ .byte 0x1e
+ .4byte 0x80
+ .byte 0x50
+ .uleb128 0x11
+ .4byte .LASF157
+ .byte 0x9
+ .byte 0xac
+ .byte 0x1e
+ .4byte 0x80
+ .byte 0x54
+ .byte 0
+ .uleb128 0x14
+ .byte 0x4
+ .4byte 0x13e
+ .uleb128 0x1b
+ .4byte 0xa28
+ .uleb128 0x13
+ .4byte 0xa28
+ .byte 0
+ .uleb128 0x14
+ .byte 0x4
+ .4byte 0x96d
+ .uleb128 0x14
+ .byte 0x4
+ .4byte 0xa1d
+ .uleb128 0x3
+ .4byte .LASF158
+ .byte 0x9
+ .byte 0xad
+ .byte 0x2
+ .4byte 0x96d
+ .uleb128 0x14
+ .byte 0x4
+ .4byte 0xa34
+ .uleb128 0x15
+ .byte 0x18
+ .byte 0xa
+ .byte 0x44
+ .byte 0x9
+ .4byte 0xa9e
+ .uleb128 0x11
+ .4byte .LASF159
+ .byte 0xa
+ .byte 0x46
+ .byte 0xc
+ .4byte 0x80
+ .byte 0
+ .uleb128 0x11
+ .4byte .LASF160
+ .byte 0xa
+ .byte 0x49
+ .byte 0xc
+ .4byte 0x80
+ .byte 0x4
+ .uleb128 0x11
+ .4byte .LASF161
+ .byte 0xa
+ .byte 0x4d
+ .byte 0xc
+ .4byte 0x80
+ .byte 0x8
+ .uleb128 0x11
+ .4byte .LASF162
+ .byte 0xa
+ .byte 0x51
+ .byte 0xc
+ .4byte 0x80
+ .byte 0xc
+ .uleb128 0x11
+ .4byte .LASF163
+ .byte 0xa
+ .byte 0x54
+ .byte 0xc
+ .4byte 0x80
+ .byte 0x10
+ .uleb128 0x11
+ .4byte .LASF164
+ .byte 0xa
+ .byte 0x57
+ .byte 0xc
+ .4byte 0x80
+ .byte 0x14
+ .byte 0
+ .uleb128 0x3
+ .4byte .LASF165
+ .byte 0xa
+ .byte 0x5a
+ .byte 0x2
+ .4byte 0xa46
+ .uleb128 0x15
+ .byte 0x60
+ .byte 0xb
+ .byte 0x48
+ .byte 0x9
+ .4byte 0xb5d
+ .uleb128 0x11
+ .4byte .LASF146
+ .byte 0xb
+ .byte 0x4a
+ .byte 0x21
+ .4byte 0xb5d
+ .byte 0
+ .uleb128 0x11
+ .4byte .LASF147
+ .byte 0xb
+ .byte 0x4c
+ .byte 0x20
+ .4byte 0xa9e
+ .byte 0x4
+ .uleb128 0x11
+ .4byte .LASF148
+ .byte 0xb
+ .byte 0x4e
+ .byte 0x20
+ .4byte 0x84d
+ .byte 0x1c
+ .uleb128 0x11
+ .4byte .LASF166
+ .byte 0xb
+ .byte 0x50
+ .byte 0x20
+ .4byte 0x80
+ .byte 0x20
+ .uleb128 0x1c
+ .ascii "RCA\000"
+ .byte 0xb
+ .byte 0x52
+ .byte 0x20
+ .4byte 0x80
+ .byte 0x24
+ .uleb128 0x1c
+ .ascii "CSD\000"
+ .byte 0xb
+ .byte 0x54
+ .byte 0x20
+ .4byte 0xb63
+ .byte 0x28
+ .uleb128 0x1c
+ .ascii "CID\000"
+ .byte 0xb
+ .byte 0x56
+ .byte 0x20
+ .4byte 0xb63
+ .byte 0x38
+ .uleb128 0x11
+ .4byte .LASF167
+ .byte 0xb
+ .byte 0x58
+ .byte 0x20
+ .4byte 0x8c
+ .byte 0x48
+ .uleb128 0x11
+ .4byte .LASF168
+ .byte 0xb
+ .byte 0x5a
+ .byte 0x20
+ .4byte 0x8c
+ .byte 0x4c
+ .uleb128 0x11
+ .4byte .LASF169
+ .byte 0xb
+ .byte 0x5c
+ .byte 0x20
+ .4byte 0x8c
+ .byte 0x50
+ .uleb128 0x11
+ .4byte .LASF170
+ .byte 0xb
+ .byte 0x5e
+ .byte 0x20
+ .4byte 0x8c
+ .byte 0x54
+ .uleb128 0x11
+ .4byte .LASF171
+ .byte 0xb
+ .byte 0x60
+ .byte 0x21
+ .4byte 0xa40
+ .byte 0x58
+ .uleb128 0x11
+ .4byte .LASF172
+ .byte 0xb
+ .byte 0x62
+ .byte 0x21
+ .4byte 0xa40
+ .byte 0x5c
+ .byte 0
+ .uleb128 0x14
+ .byte 0x4
+ .4byte 0x27e
+ .uleb128 0x7
+ .4byte 0x80
+ .4byte 0xb73
+ .uleb128 0x8
+ .4byte 0x96
+ .byte 0x3
+ .byte 0
+ .uleb128 0x3
+ .4byte .LASF173
+ .byte 0xb
+ .byte 0x64
+ .byte 0x2
+ .4byte 0xaaa
+ .uleb128 0x15
+ .byte 0x2c
+ .byte 0xb
+ .byte 0x6c
+ .byte 0x9
+ .4byte 0xd6a
+ .uleb128 0x11
+ .4byte .LASF174
+ .byte 0xb
+ .byte 0x6e
+ .byte 0x11
+ .4byte 0x38
+ .byte 0
+ .uleb128 0x11
+ .4byte .LASF175
+ .byte 0xb
+ .byte 0x6f
+ .byte 0x11
+ .4byte 0x38
+ .byte 0x1
+ .uleb128 0x11
+ .4byte .LASF176
+ .byte 0xb
+ .byte 0x70
+ .byte 0x11
+ .4byte 0x38
+ .byte 0x2
+ .uleb128 0x11
+ .4byte .LASF177
+ .byte 0xb
+ .byte 0x71
+ .byte 0x11
+ .4byte 0x38
+ .byte 0x3
+ .uleb128 0x11
+ .4byte .LASF178
+ .byte 0xb
+ .byte 0x72
+ .byte 0x11
+ .4byte 0x38
+ .byte 0x4
+ .uleb128 0x11
+ .4byte .LASF179
+ .byte 0xb
+ .byte 0x73
+ .byte 0x11
+ .4byte 0x38
+ .byte 0x5
+ .uleb128 0x11
+ .4byte .LASF180
+ .byte 0xb
+ .byte 0x74
+ .byte 0x11
+ .4byte 0x5c
+ .byte 0x6
+ .uleb128 0x11
+ .4byte .LASF181
+ .byte 0xb
+ .byte 0x75
+ .byte 0x11
+ .4byte 0x38
+ .byte 0x8
+ .uleb128 0x11
+ .4byte .LASF182
+ .byte 0xb
+ .byte 0x76
+ .byte 0x11
+ .4byte 0x38
+ .byte 0x9
+ .uleb128 0x11
+ .4byte .LASF183
+ .byte 0xb
+ .byte 0x77
+ .byte 0x11
+ .4byte 0x38
+ .byte 0xa
+ .uleb128 0x11
+ .4byte .LASF184
+ .byte 0xb
+ .byte 0x78
+ .byte 0x11
+ .4byte 0x38
+ .byte 0xb
+ .uleb128 0x11
+ .4byte .LASF185
+ .byte 0xb
+ .byte 0x79
+ .byte 0x11
+ .4byte 0x38
+ .byte 0xc
+ .uleb128 0x11
+ .4byte .LASF186
+ .byte 0xb
+ .byte 0x7a
+ .byte 0x11
+ .4byte 0x38
+ .byte 0xd
+ .uleb128 0x11
+ .4byte .LASF187
+ .byte 0xb
+ .byte 0x7b
+ .byte 0x11
+ .4byte 0x8c
+ .byte 0x10
+ .uleb128 0x11
+ .4byte .LASF188
+ .byte 0xb
+ .byte 0x7c
+ .byte 0x11
+ .4byte 0x38
+ .byte 0x14
+ .uleb128 0x11
+ .4byte .LASF189
+ .byte 0xb
+ .byte 0x7d
+ .byte 0x11
+ .4byte 0x38
+ .byte 0x15
+ .uleb128 0x11
+ .4byte .LASF190
+ .byte 0xb
+ .byte 0x7e
+ .byte 0x11
+ .4byte 0x38
+ .byte 0x16
+ .uleb128 0x11
+ .4byte .LASF191
+ .byte 0xb
+ .byte 0x7f
+ .byte 0x11
+ .4byte 0x38
+ .byte 0x17
+ .uleb128 0x11
+ .4byte .LASF192
+ .byte 0xb
+ .byte 0x80
+ .byte 0x11
+ .4byte 0x38
+ .byte 0x18
+ .uleb128 0x11
+ .4byte .LASF193
+ .byte 0xb
+ .byte 0x81
+ .byte 0x11
+ .4byte 0x38
+ .byte 0x19
+ .uleb128 0x11
+ .4byte .LASF194
+ .byte 0xb
+ .byte 0x82
+ .byte 0x11
+ .4byte 0x38
+ .byte 0x1a
+ .uleb128 0x11
+ .4byte .LASF195
+ .byte 0xb
+ .byte 0x83
+ .byte 0x11
+ .4byte 0x38
+ .byte 0x1b
+ .uleb128 0x11
+ .4byte .LASF196
+ .byte 0xb
+ .byte 0x84
+ .byte 0x11
+ .4byte 0x38
+ .byte 0x1c
+ .uleb128 0x11
+ .4byte .LASF197
+ .byte 0xb
+ .byte 0x85
+ .byte 0x11
+ .4byte 0x38
+ .byte 0x1d
+ .uleb128 0x11
+ .4byte .LASF198
+ .byte 0xb
+ .byte 0x86
+ .byte 0x11
+ .4byte 0x38
+ .byte 0x1e
+ .uleb128 0x11
+ .4byte .LASF199
+ .byte 0xb
+ .byte 0x87
+ .byte 0x11
+ .4byte 0x38
+ .byte 0x1f
+ .uleb128 0x11
+ .4byte .LASF200
+ .byte 0xb
+ .byte 0x88
+ .byte 0x11
+ .4byte 0x38
+ .byte 0x20
+ .uleb128 0x11
+ .4byte .LASF201
+ .byte 0xb
+ .byte 0x89
+ .byte 0x11
+ .4byte 0x38
+ .byte 0x21
+ .uleb128 0x11
+ .4byte .LASF202
+ .byte 0xb
+ .byte 0x8a
+ .byte 0x11
+ .4byte 0x38
+ .byte 0x22
+ .uleb128 0x11
+ .4byte .LASF203
+ .byte 0xb
+ .byte 0x8b
+ .byte 0x11
+ .4byte 0x38
+ .byte 0x23
+ .uleb128 0x11
+ .4byte .LASF204
+ .byte 0xb
+ .byte 0x8c
+ .byte 0x11
+ .4byte 0x38
+ .byte 0x24
+ .uleb128 0x11
+ .4byte .LASF205
+ .byte 0xb
+ .byte 0x8d
+ .byte 0x11
+ .4byte 0x38
+ .byte 0x25
+ .uleb128 0x11
+ .4byte .LASF206
+ .byte 0xb
+ .byte 0x8e
+ .byte 0x11
+ .4byte 0x38
+ .byte 0x26
+ .uleb128 0x11
+ .4byte .LASF207
+ .byte 0xb
+ .byte 0x8f
+ .byte 0x11
+ .4byte 0x38
+ .byte 0x27
+ .uleb128 0x1c
+ .ascii "ECC\000"
+ .byte 0xb
+ .byte 0x90
+ .byte 0x11
+ .4byte 0x38
+ .byte 0x28
+ .uleb128 0x11
+ .4byte .LASF208
+ .byte 0xb
+ .byte 0x91
+ .byte 0x11
+ .4byte 0x38
+ .byte 0x29
+ .uleb128 0x11
+ .4byte .LASF209
+ .byte 0xb
+ .byte 0x92
+ .byte 0x11
+ .4byte 0x38
+ .byte 0x2a
+ .byte 0
+ .uleb128 0x3
+ .4byte .LASF210
+ .byte 0xb
+ .byte 0x94
+ .byte 0x2
+ .4byte 0xb7f
+ .uleb128 0x15
+ .byte 0x18
+ .byte 0xb
+ .byte 0x9c
+ .byte 0x9
+ .4byte 0xe02
+ .uleb128 0x11
+ .4byte .LASF211
+ .byte 0xb
+ .byte 0x9e
+ .byte 0x11
+ .4byte 0x38
+ .byte 0
+ .uleb128 0x11
+ .4byte .LASF212
+ .byte 0xb
+ .byte 0x9f
+ .byte 0x11
+ .4byte 0x5c
+ .byte 0x2
+ .uleb128 0x11
+ .4byte .LASF213
+ .byte 0xb
+ .byte 0xa0
+ .byte 0x11
+ .4byte 0x8c
+ .byte 0x4
+ .uleb128 0x11
+ .4byte .LASF214
+ .byte 0xb
+ .byte 0xa1
+ .byte 0x11
+ .4byte 0x38
+ .byte 0x8
+ .uleb128 0x11
+ .4byte .LASF215
+ .byte 0xb
+ .byte 0xa2
+ .byte 0x11
+ .4byte 0x38
+ .byte 0x9
+ .uleb128 0x11
+ .4byte .LASF216
+ .byte 0xb
+ .byte 0xa3
+ .byte 0x11
+ .4byte 0x8c
+ .byte 0xc
+ .uleb128 0x11
+ .4byte .LASF176
+ .byte 0xb
+ .byte 0xa4
+ .byte 0x11
+ .4byte 0x38
+ .byte 0x10
+ .uleb128 0x11
+ .4byte .LASF217
+ .byte 0xb
+ .byte 0xa5
+ .byte 0x11
+ .4byte 0x5c
+ .byte 0x12
+ .uleb128 0x11
+ .4byte .LASF218
+ .byte 0xb
+ .byte 0xa6
+ .byte 0x11
+ .4byte 0x38
+ .byte 0x14
+ .uleb128 0x11
+ .4byte .LASF186
+ .byte 0xb
+ .byte 0xa7
+ .byte 0x11
+ .4byte 0x38
+ .byte 0x15
+ .byte 0
+ .uleb128 0x3
+ .4byte .LASF219
+ .byte 0xb
+ .byte 0xa9
+ .byte 0x2
+ .4byte 0xd76
+ .uleb128 0x15
+ .byte 0x58
+ .byte 0xb
+ .byte 0xc6
+ .byte 0x9
+ .4byte 0xe66
+ .uleb128 0x11
+ .4byte .LASF220
+ .byte 0xb
+ .byte 0xc8
+ .byte 0x17
+ .4byte 0xd6a
+ .byte 0
+ .uleb128 0x11
+ .4byte .LASF221
+ .byte 0xb
+ .byte 0xc9
+ .byte 0x17
+ .4byte 0xe02
+ .byte 0x2c
+ .uleb128 0x11
+ .4byte .LASF222
+ .byte 0xb
+ .byte 0xca
+ .byte 0x17
+ .4byte 0xa4
+ .byte 0x48
+ .uleb128 0x11
+ .4byte .LASF223
+ .byte 0xb
+ .byte 0xcb
+ .byte 0x17
+ .4byte 0x80
+ .byte 0x50
+ .uleb128 0x1c
+ .ascii "RCA\000"
+ .byte 0xb
+ .byte 0xcc
+ .byte 0x17
+ .4byte 0x50
+ .byte 0x54
+ .uleb128 0x11
+ .4byte .LASF166
+ .byte 0xb
+ .byte 0xcd
+ .byte 0x17
+ .4byte 0x2c
+ .byte 0x56
+ .byte 0
+ .uleb128 0x3
+ .4byte .LASF224
+ .byte 0xb
+ .byte 0xcf
+ .byte 0x2
+ .4byte 0xe0e
+ .uleb128 0x19
+ .byte 0x7
+ .byte 0x1
+ .4byte 0x3d
+ .byte 0xb
+ .byte 0xd8
+ .byte 0x1
+ .4byte 0xf7d
+ .uleb128 0x1a
+ .4byte .LASF225
+ .byte 0x1
+ .uleb128 0x1a
+ .4byte .LASF226
+ .byte 0x2
+ .uleb128 0x1a
+ .4byte .LASF227
+ .byte 0x3
+ .uleb128 0x1a
+ .4byte .LASF228
+ .byte 0x4
+ .uleb128 0x1a
+ .4byte .LASF229
+ .byte 0x5
+ .uleb128 0x1a
+ .4byte .LASF230
+ .byte 0x6
+ .uleb128 0x1a
+ .4byte .LASF231
+ .byte 0x7
+ .uleb128 0x1a
+ .4byte .LASF232
+ .byte 0x8
+ .uleb128 0x1a
+ .4byte .LASF233
+ .byte 0x9
+ .uleb128 0x1a
+ .4byte .LASF234
+ .byte 0xa
+ .uleb128 0x1a
+ .4byte .LASF235
+ .byte 0xb
+ .uleb128 0x1a
+ .4byte .LASF236
+ .byte 0xc
+ .uleb128 0x1a
+ .4byte .LASF237
+ .byte 0xd
+ .uleb128 0x1a
+ .4byte .LASF238
+ .byte 0xe
+ .uleb128 0x1a
+ .4byte .LASF239
+ .byte 0xf
+ .uleb128 0x1a
+ .4byte .LASF240
+ .byte 0x10
+ .uleb128 0x1a
+ .4byte .LASF241
+ .byte 0x11
+ .uleb128 0x1a
+ .4byte .LASF242
+ .byte 0x12
+ .uleb128 0x1a
+ .4byte .LASF243
+ .byte 0x13
+ .uleb128 0x1a
+ .4byte .LASF244
+ .byte 0x14
+ .uleb128 0x1a
+ .4byte .LASF245
+ .byte 0x15
+ .uleb128 0x1a
+ .4byte .LASF246
+ .byte 0x16
+ .uleb128 0x1a
+ .4byte .LASF247
+ .byte 0x17
+ .uleb128 0x1a
+ .4byte .LASF248
+ .byte 0x18
+ .uleb128 0x1a
+ .4byte .LASF249
+ .byte 0x19
+ .uleb128 0x1a
+ .4byte .LASF250
+ .byte 0x1a
+ .uleb128 0x1a
+ .4byte .LASF251
+ .byte 0x1b
+ .uleb128 0x1a
+ .4byte .LASF252
+ .byte 0x1c
+ .uleb128 0x1a
+ .4byte .LASF253
+ .byte 0x1d
+ .uleb128 0x1a
+ .4byte .LASF254
+ .byte 0x1e
+ .uleb128 0x1a
+ .4byte .LASF255
+ .byte 0x1f
+ .uleb128 0x1a
+ .4byte .LASF256
+ .byte 0x20
+ .uleb128 0x1a
+ .4byte .LASF257
+ .byte 0x21
+ .uleb128 0x1a
+ .4byte .LASF258
+ .byte 0x22
+ .uleb128 0x1a
+ .4byte .LASF259
+ .byte 0x23
+ .uleb128 0x1a
+ .4byte .LASF260
+ .byte 0x24
+ .uleb128 0x1a
+ .4byte .LASF261
+ .byte 0x25
+ .uleb128 0x1a
+ .4byte .LASF262
+ .byte 0x26
+ .uleb128 0x1a
+ .4byte .LASF263
+ .byte 0x27
+ .uleb128 0x1a
+ .4byte .LASF264
+ .byte 0x28
+ .uleb128 0x1a
+ .4byte .LASF265
+ .byte 0x29
+ .uleb128 0x1a
+ .4byte .LASF266
+ .byte 0
+ .byte 0
+ .uleb128 0x1d
+ .byte 0x7
+ .byte 0x1
+ .4byte 0x3d
+ .byte 0xb
+ .2byte 0x114
+ .byte 0x1
+ .4byte 0xf9f
+ .uleb128 0x1a
+ .4byte .LASF267
+ .byte 0
+ .uleb128 0x1a
+ .4byte .LASF268
+ .byte 0x1
+ .uleb128 0x1a
+ .4byte .LASF269
+ .byte 0x2
+ .byte 0
+ .uleb128 0xe
+ .4byte .LASF270
+ .byte 0xb
+ .2byte 0x119
+ .byte 0x2
+ .4byte 0xf7d
+ .uleb128 0x1e
+ .ascii "hsd\000"
+ .byte 0x1
+ .byte 0x28
+ .byte 0x19
+ .4byte 0xb73
+ .uleb128 0xa
+ .4byte .LASF271
+ .byte 0x1
+ .byte 0x29
+ .byte 0x1f
+ .4byte 0xe66
+ .uleb128 0x1f
+ .4byte .LASF275
+ .byte 0x1
+ .2byte 0x125
+ .byte 0x9
+ .4byte 0x2c
+ .4byte .LFB139
+ .4byte .LFE139-.LFB139
+ .uleb128 0x1
+ .byte 0x9c
+ .4byte 0xff0
+ .uleb128 0x20
+ .4byte .LASF285
+ .byte 0x1
+ .2byte 0x127
+ .byte 0x10
+ .4byte 0x38
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -1
+ .byte 0
+ .uleb128 0x21
+ .4byte .LASF295
+ .byte 0x1
+ .2byte 0x119
+ .byte 0x6
+ .4byte .LFB138
+ .4byte .LFE138-.LFB138
+ .uleb128 0x1
+ .byte 0x9c
+ .4byte 0x1018
+ .uleb128 0x22
+ .4byte .LASF277
+ .byte 0x1
+ .2byte 0x119
+ .byte 0x31
+ .4byte 0x1018
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -12
+ .byte 0
+ .uleb128 0x14
+ .byte 0x4
+ .4byte 0xe66
+ .uleb128 0x23
+ .4byte .LASF293
+ .byte 0x1
+ .2byte 0x10f
+ .byte 0x1d
+ .4byte 0xf9f
+ .4byte .LFB137
+ .4byte .LFE137-.LFB137
+ .uleb128 0x1
+ .byte 0x9c
+ .uleb128 0x24
+ .4byte .LASF272
+ .byte 0x1
+ .2byte 0x101
+ .byte 0x6
+ .4byte .LFB136
+ .4byte .LFE136-.LFB136
+ .uleb128 0x1
+ .byte 0x9c
+ .uleb128 0x25
+ .4byte .LASF273
+ .byte 0x1
+ .byte 0xf7
+ .byte 0x6
+ .4byte .LFB135
+ .4byte .LFE135-.LFB135
+ .uleb128 0x1
+ .byte 0x9c
+ .uleb128 0x25
+ .4byte .LASF274
+ .byte 0x1
+ .byte 0xed
+ .byte 0x6
+ .4byte .LFB134
+ .4byte .LFE134-.LFB134
+ .uleb128 0x1
+ .byte 0x9c
+ .uleb128 0x26
+ .4byte .LASF276
+ .byte 0x1
+ .byte 0xdc
+ .byte 0x9
+ .4byte 0x2c
+ .4byte .LFB133
+ .4byte .LFE133-.LFB133
+ .uleb128 0x1
+ .byte 0x9c
+ .4byte 0x10a5
+ .uleb128 0x27
+ .4byte .LASF278
+ .byte 0x1
+ .byte 0xdc
+ .byte 0x1f
+ .4byte 0xa4
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -16
+ .uleb128 0x27
+ .4byte .LASF279
+ .byte 0x1
+ .byte 0xdc
+ .byte 0x33
+ .4byte 0xa4
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -24
+ .byte 0
+ .uleb128 0x26
+ .4byte .LASF280
+ .byte 0x1
+ .byte 0xbc
+ .byte 0x9
+ .4byte 0x2c
+ .4byte .LFB132
+ .4byte .LFE132-.LFB132
+ .uleb128 0x1
+ .byte 0x9c
+ .4byte 0x110b
+ .uleb128 0x27
+ .4byte .LASF281
+ .byte 0x1
+ .byte 0xbc
+ .byte 0x2a
+ .4byte 0x110b
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -20
+ .uleb128 0x27
+ .4byte .LASF282
+ .byte 0x1
+ .byte 0xbc
+ .byte 0x3a
+ .4byte 0xa4
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -32
+ .uleb128 0x27
+ .4byte .LASF283
+ .byte 0x1
+ .byte 0xbc
+ .byte 0x4e
+ .4byte 0x80
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 0
+ .uleb128 0x27
+ .4byte .LASF284
+ .byte 0x1
+ .byte 0xbc
+ .byte 0x62
+ .4byte 0x80
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 4
+ .uleb128 0x28
+ .4byte .LASF286
+ .byte 0x1
+ .byte 0xbe
+ .byte 0xb
+ .4byte 0x2c
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -9
+ .byte 0
+ .uleb128 0x14
+ .byte 0x4
+ .4byte 0x80
+ .uleb128 0x26
+ .4byte .LASF287
+ .byte 0x1
+ .byte 0x9a
+ .byte 0x9
+ .4byte 0x2c
+ .4byte .LFB131
+ .4byte .LFE131-.LFB131
+ .uleb128 0x1
+ .byte 0x9c
+ .4byte 0x1177
+ .uleb128 0x27
+ .4byte .LASF281
+ .byte 0x1
+ .byte 0x9a
+ .byte 0x29
+ .4byte 0x110b
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -20
+ .uleb128 0x27
+ .4byte .LASF288
+ .byte 0x1
+ .byte 0x9a
+ .byte 0x39
+ .4byte 0xa4
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -32
+ .uleb128 0x27
+ .4byte .LASF283
+ .byte 0x1
+ .byte 0x9a
+ .byte 0x4c
+ .4byte 0x80
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 0
+ .uleb128 0x27
+ .4byte .LASF284
+ .byte 0x1
+ .byte 0x9a
+ .byte 0x60
+ .4byte 0x80
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 4
+ .uleb128 0x28
+ .4byte .LASF286
+ .byte 0x1
+ .byte 0x9c
+ .byte 0xb
+ .4byte 0x2c
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -9
+ .byte 0
+ .uleb128 0x26
+ .4byte .LASF289
+ .byte 0x1
+ .byte 0x86
+ .byte 0x9
+ .4byte 0x2c
+ .4byte .LFB130
+ .4byte .LFE130-.LFB130
+ .uleb128 0x1
+ .byte 0x9c
+ .4byte 0x11ce
+ .uleb128 0x27
+ .4byte .LASF281
+ .byte 0x1
+ .byte 0x86
+ .byte 0x26
+ .4byte 0x110b
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -12
+ .uleb128 0x27
+ .4byte .LASF282
+ .byte 0x1
+ .byte 0x86
+ .byte 0x36
+ .4byte 0xa4
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -24
+ .uleb128 0x27
+ .4byte .LASF283
+ .byte 0x1
+ .byte 0x86
+ .byte 0x4a
+ .4byte 0x80
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 0
+ .uleb128 0x27
+ .4byte .LASF284
+ .byte 0x1
+ .byte 0x86
+ .byte 0x5e
+ .4byte 0x80
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 4
+ .byte 0
+ .uleb128 0x26
+ .4byte .LASF290
+ .byte 0x1
+ .byte 0x72
+ .byte 0x9
+ .4byte 0x2c
+ .4byte .LFB129
+ .4byte .LFE129-.LFB129
+ .uleb128 0x1
+ .byte 0x9c
+ .4byte 0x1225
+ .uleb128 0x27
+ .4byte .LASF281
+ .byte 0x1
+ .byte 0x72
+ .byte 0x25
+ .4byte 0x110b
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -12
+ .uleb128 0x27
+ .4byte .LASF288
+ .byte 0x1
+ .byte 0x72
+ .byte 0x35
+ .4byte 0xa4
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -24
+ .uleb128 0x27
+ .4byte .LASF283
+ .byte 0x1
+ .byte 0x72
+ .byte 0x48
+ .4byte 0x80
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 0
+ .uleb128 0x27
+ .4byte .LASF284
+ .byte 0x1
+ .byte 0x72
+ .byte 0x5c
+ .4byte 0x80
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 4
+ .byte 0
+ .uleb128 0x29
+ .4byte .LASF291
+ .byte 0x1
+ .byte 0x62
+ .byte 0xd
+ .4byte .LFB128
+ .4byte .LFE128-.LFB128
+ .uleb128 0x1
+ .byte 0x9c
+ .uleb128 0x29
+ .4byte .LASF292
+ .byte 0x1
+ .byte 0x59
+ .byte 0x6
+ .4byte .LFB127
+ .4byte .LFE127-.LFB127
+ .uleb128 0x1
+ .byte 0x9c
+ .uleb128 0x2a
+ .4byte .LASF294
+ .byte 0x1
+ .byte 0x4e
+ .byte 0x9
+ .4byte 0x2c
+ .4byte .LFB126
+ .4byte .LFE126-.LFB126
+ .uleb128 0x1
+ .byte 0x9c
+ .uleb128 0x2b
+ .4byte .LASF296
+ .byte 0x1
+ .byte 0x30
+ .byte 0x9
+ .4byte 0x2c
+ .4byte .LFB125
+ .4byte .LFE125-.LFB125
+ .uleb128 0x1
+ .byte 0x9c
+ .uleb128 0x28
+ .4byte .LASF286
+ .byte 0x1
+ .byte 0x32
+ .byte 0xb
+ .4byte 0x2c
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -9
+ .byte 0
+ .byte 0
+ .section .debug_abbrev,"",%progbits
+.Ldebug_abbrev0:
+ .uleb128 0x1
+ .uleb128 0x11
+ .byte 0x1
+ .uleb128 0x25
+ .uleb128 0xe
+ .uleb128 0x13
+ .uleb128 0xb
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x1b
+ .uleb128 0xe
+ .uleb128 0x2134
+ .uleb128 0x19
+ .uleb128 0x55
+ .uleb128 0x17
+ .uleb128 0x11
+ .uleb128 0x1
+ .uleb128 0x10
+ .uleb128 0x17
+ .byte 0
+ .byte 0
+ .uleb128 0x2
+ .uleb128 0x24
+ .byte 0
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x3e
+ .uleb128 0xb
+ .uleb128 0x3
+ .uleb128 0xe
+ .byte 0
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0x16
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x4
+ .uleb128 0x35
+ .byte 0
+ .uleb128 0x49
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x5
+ .uleb128 0x26
+ .byte 0
+ .uleb128 0x49
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x6
+ .uleb128 0x24
+ .byte 0
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x3e
+ .uleb128 0xb
+ .uleb128 0x3
+ .uleb128 0x8
+ .byte 0
+ .byte 0
+ .uleb128 0x7
+ .uleb128 0x1
+ .byte 0x1
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x8
+ .uleb128 0x21
+ .byte 0
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x2f
+ .uleb128 0xb
+ .byte 0
+ .byte 0
+ .uleb128 0x9
+ .uleb128 0x34
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x3f
+ .uleb128 0x19
+ .uleb128 0x3c
+ .uleb128 0x19
+ .byte 0
+ .byte 0
+ .uleb128 0xa
+ .uleb128 0x34
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x3f
+ .uleb128 0x19
+ .uleb128 0x3c
+ .uleb128 0x19
+ .byte 0
+ .byte 0
+ .uleb128 0xb
+ .uleb128 0x13
+ .byte 0x1
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0xc
+ .uleb128 0xd
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0x8
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x38
+ .uleb128 0xb
+ .byte 0
+ .byte 0
+ .uleb128 0xd
+ .uleb128 0xd
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x38
+ .uleb128 0xb
+ .byte 0
+ .byte 0
+ .uleb128 0xe
+ .uleb128 0x16
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0xf
+ .uleb128 0xf
+ .byte 0
+ .uleb128 0xb
+ .uleb128 0xb
+ .byte 0
+ .byte 0
+ .uleb128 0x10
+ .uleb128 0x13
+ .byte 0x1
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x11
+ .uleb128 0xd
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x38
+ .uleb128 0xb
+ .byte 0
+ .byte 0
+ .uleb128 0x12
+ .uleb128 0x15
+ .byte 0x1
+ .uleb128 0x27
+ .uleb128 0x19
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x13
+ .uleb128 0x5
+ .byte 0
+ .uleb128 0x49
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x14
+ .uleb128 0xf
+ .byte 0
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x15
+ .uleb128 0x13
+ .byte 0x1
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x16
+ .uleb128 0x21
+ .byte 0
+ .byte 0
+ .byte 0
+ .uleb128 0x17
+ .uleb128 0x13
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3c
+ .uleb128 0x19
+ .byte 0
+ .byte 0
+ .uleb128 0x18
+ .uleb128 0x13
+ .byte 0x1
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x19
+ .uleb128 0x4
+ .byte 0x1
+ .uleb128 0x3e
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x1a
+ .uleb128 0x28
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x1c
+ .uleb128 0xb
+ .byte 0
+ .byte 0
+ .uleb128 0x1b
+ .uleb128 0x15
+ .byte 0x1
+ .uleb128 0x27
+ .uleb128 0x19
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x1c
+ .uleb128 0xd
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0x8
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x38
+ .uleb128 0xb
+ .byte 0
+ .byte 0
+ .uleb128 0x1d
+ .uleb128 0x4
+ .byte 0x1
+ .uleb128 0x3e
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x1e
+ .uleb128 0x34
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0x8
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x3f
+ .uleb128 0x19
+ .uleb128 0x3c
+ .uleb128 0x19
+ .byte 0
+ .byte 0
+ .uleb128 0x1f
+ .uleb128 0x2e
+ .byte 0x1
+ .uleb128 0x3f
+ .uleb128 0x19
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x27
+ .uleb128 0x19
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x11
+ .uleb128 0x1
+ .uleb128 0x12
+ .uleb128 0x6
+ .uleb128 0x40
+ .uleb128 0x18
+ .uleb128 0x2117
+ .uleb128 0x19
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x20
+ .uleb128 0x34
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x2
+ .uleb128 0x18
+ .byte 0
+ .byte 0
+ .uleb128 0x21
+ .uleb128 0x2e
+ .byte 0x1
+ .uleb128 0x3f
+ .uleb128 0x19
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x27
+ .uleb128 0x19
+ .uleb128 0x11
+ .uleb128 0x1
+ .uleb128 0x12
+ .uleb128 0x6
+ .uleb128 0x40
+ .uleb128 0x18
+ .uleb128 0x2116
+ .uleb128 0x19
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x22
+ .uleb128 0x5
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x2
+ .uleb128 0x18
+ .byte 0
+ .byte 0
+ .uleb128 0x23
+ .uleb128 0x2e
+ .byte 0
+ .uleb128 0x3f
+ .uleb128 0x19
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x27
+ .uleb128 0x19
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x11
+ .uleb128 0x1
+ .uleb128 0x12
+ .uleb128 0x6
+ .uleb128 0x40
+ .uleb128 0x18
+ .uleb128 0x2116
+ .uleb128 0x19
+ .byte 0
+ .byte 0
+ .uleb128 0x24
+ .uleb128 0x2e
+ .byte 0
+ .uleb128 0x3f
+ .uleb128 0x19
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x27
+ .uleb128 0x19
+ .uleb128 0x11
+ .uleb128 0x1
+ .uleb128 0x12
+ .uleb128 0x6
+ .uleb128 0x40
+ .uleb128 0x18
+ .uleb128 0x2116
+ .uleb128 0x19
+ .byte 0
+ .byte 0
+ .uleb128 0x25
+ .uleb128 0x2e
+ .byte 0
+ .uleb128 0x3f
+ .uleb128 0x19
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x27
+ .uleb128 0x19
+ .uleb128 0x11
+ .uleb128 0x1
+ .uleb128 0x12
+ .uleb128 0x6
+ .uleb128 0x40
+ .uleb128 0x18
+ .uleb128 0x2116
+ .uleb128 0x19
+ .byte 0
+ .byte 0
+ .uleb128 0x26
+ .uleb128 0x2e
+ .byte 0x1
+ .uleb128 0x3f
+ .uleb128 0x19
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x27
+ .uleb128 0x19
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x11
+ .uleb128 0x1
+ .uleb128 0x12
+ .uleb128 0x6
+ .uleb128 0x40
+ .uleb128 0x18
+ .uleb128 0x2116
+ .uleb128 0x19
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x27
+ .uleb128 0x5
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x2
+ .uleb128 0x18
+ .byte 0
+ .byte 0
+ .uleb128 0x28
+ .uleb128 0x34
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x2
+ .uleb128 0x18
+ .byte 0
+ .byte 0
+ .uleb128 0x29
+ .uleb128 0x2e
+ .byte 0
+ .uleb128 0x3f
+ .uleb128 0x19
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x27
+ .uleb128 0x19
+ .uleb128 0x11
+ .uleb128 0x1
+ .uleb128 0x12
+ .uleb128 0x6
+ .uleb128 0x40
+ .uleb128 0x18
+ .uleb128 0x2117
+ .uleb128 0x19
+ .byte 0
+ .byte 0
+ .uleb128 0x2a
+ .uleb128 0x2e
+ .byte 0
+ .uleb128 0x3f
+ .uleb128 0x19
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x27
+ .uleb128 0x19
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x11
+ .uleb128 0x1
+ .uleb128 0x12
+ .uleb128 0x6
+ .uleb128 0x40
+ .uleb128 0x18
+ .uleb128 0x2117
+ .uleb128 0x19
+ .byte 0
+ .byte 0
+ .uleb128 0x2b
+ .uleb128 0x2e
+ .byte 0x1
+ .uleb128 0x3f
+ .uleb128 0x19
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x27
+ .uleb128 0x19
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x11
+ .uleb128 0x1
+ .uleb128 0x12
+ .uleb128 0x6
+ .uleb128 0x40
+ .uleb128 0x18
+ .uleb128 0x2116
+ .uleb128 0x19
+ .byte 0
+ .byte 0
+ .byte 0
+ .section .debug_pubnames,"",%progbits
+ .4byte 0x51d
+ .2byte 0x2
+ .4byte .Ldebug_info0
+ .4byte 0x1286
+ .4byte 0xe80
+ .ascii "SD_CMD_CRC_FAIL\000"
+ .4byte 0xe86
+ .ascii "SD_DATA_CRC_FAIL\000"
+ .4byte 0xe8c
+ .ascii "SD_CMD_RSP_TIMEOUT\000"
+ .4byte 0xe92
+ .ascii "SD_DATA_TIMEOUT\000"
+ .4byte 0xe98
+ .ascii "SD_TX_UNDERRUN\000"
+ .4byte 0xe9e
+ .ascii "SD_RX_OVERRUN\000"
+ .4byte 0xea4
+ .ascii "SD_START_BIT_ERR\000"
+ .4byte 0xeaa
+ .ascii "SD_CMD_OUT_OF_RANGE\000"
+ .4byte 0xeb0
+ .ascii "SD_ADDR_MISALIGNED\000"
+ .4byte 0xeb6
+ .ascii "SD_BLOCK_LEN_ERR\000"
+ .4byte 0xebc
+ .ascii "SD_ERASE_SEQ_ERR\000"
+ .4byte 0xec2
+ .ascii "SD_BAD_ERASE_PARAM\000"
+ .4byte 0xec8
+ .ascii "SD_WRITE_PROT_VIOLATION\000"
+ .4byte 0xece
+ .ascii "SD_LOCK_UNLOCK_FAILED\000"
+ .4byte 0xed4
+ .ascii "SD_COM_CRC_FAILED\000"
+ .4byte 0xeda
+ .ascii "SD_ILLEGAL_CMD\000"
+ .4byte 0xee0
+ .ascii "SD_CARD_ECC_FAILED\000"
+ .4byte 0xee6
+ .ascii "SD_CC_ERROR\000"
+ .4byte 0xeec
+ .ascii "SD_GENERAL_UNKNOWN_ERROR\000"
+ .4byte 0xef2
+ .ascii "SD_STREAM_READ_UNDERRUN\000"
+ .4byte 0xef8
+ .ascii "SD_STREAM_WRITE_OVERRUN\000"
+ .4byte 0xefe
+ .ascii "SD_CID_CSD_OVERWRITE\000"
+ .4byte 0xf04
+ .ascii "SD_WP_ERASE_SKIP\000"
+ .4byte 0xf0a
+ .ascii "SD_CARD_ECC_DISABLED\000"
+ .4byte 0xf10
+ .ascii "SD_ERASE_RESET\000"
+ .4byte 0xf16
+ .ascii "SD_AKE_SEQ_ERROR\000"
+ .4byte 0xf1c
+ .ascii "SD_INVALID_VOLTRANGE\000"
+ .4byte 0xf22
+ .ascii "SD_ADDR_OUT_OF_RANGE\000"
+ .4byte 0xf28
+ .ascii "SD_SWITCH_ERROR\000"
+ .4byte 0xf2e
+ .ascii "SD_SDIO_DISABLED\000"
+ .4byte 0xf34
+ .ascii "SD_SDIO_FUNCTION_BUSY\000"
+ .4byte 0xf3a
+ .ascii "SD_SDIO_FUNCTION_FAILED\000"
+ .4byte 0xf40
+ .ascii "SD_SDIO_UNKNOWN_FUNCTION\000"
+ .4byte 0xf46
+ .ascii "SD_INTERNAL_ERROR\000"
+ .4byte 0xf4c
+ .ascii "SD_NOT_CONFIGURED\000"
+ .4byte 0xf52
+ .ascii "SD_REQUEST_PENDING\000"
+ .4byte 0xf58
+ .ascii "SD_REQUEST_NOT_APPLICABLE\000"
+ .4byte 0xf5e
+ .ascii "SD_INVALID_PARAMETER\000"
+ .4byte 0xf64
+ .ascii "SD_UNSUPPORTED_FEATURE\000"
+ .4byte 0xf6a
+ .ascii "SD_UNSUPPORTED_HW\000"
+ .4byte 0xf70
+ .ascii "SD_ERROR\000"
+ .4byte 0xf76
+ .ascii "SD_OK\000"
+ .4byte 0xfc4
+ .ascii "BSP_SD_IsDetected\000"
+ .4byte 0xff0
+ .ascii "BSP_SD_GetCardInfo\000"
+ .4byte 0x101e
+ .ascii "BSP_SD_GetStatus\000"
+ .4byte 0x1035
+ .ascii "BSP_SD_DMA_Rx_IRQHandler\000"
+ .4byte 0x1048
+ .ascii "BSP_SD_DMA_Tx_IRQHandler\000"
+ .4byte 0x105a
+ .ascii "BSP_SD_IRQHandler\000"
+ .4byte 0x106c
+ .ascii "BSP_SD_Erase\000"
+ .4byte 0x10a5
+ .ascii "BSP_SD_WriteBlocks_DMA\000"
+ .4byte 0x1111
+ .ascii "BSP_SD_ReadBlocks_DMA\000"
+ .4byte 0x1177
+ .ascii "BSP_SD_WriteBlocks\000"
+ .4byte 0x11ce
+ .ascii "BSP_SD_ReadBlocks\000"
+ .4byte 0x1225
+ .ascii "BSP_SD_DetectCallback\000"
+ .4byte 0x1237
+ .ascii "BSP_SD_DetectIT\000"
+ .4byte 0x1249
+ .ascii "BSP_SD_ITConfig\000"
+ .4byte 0x125f
+ .ascii "BSP_SD_Init\000"
+ .4byte 0
+ .section .debug_pubtypes,"",%progbits
+ .4byte 0x2d7
+ .2byte 0x2
+ .4byte .Ldebug_info0
+ .4byte 0x1286
+ .4byte 0x25
+ .ascii "signed char\000"
+ .4byte 0x3d
+ .ascii "unsigned char\000"
+ .4byte 0x2c
+ .ascii "uint8_t\000"
+ .4byte 0x49
+ .ascii "short int\000"
+ .4byte 0x61
+ .ascii "short unsigned int\000"
+ .4byte 0x50
+ .ascii "uint16_t\000"
+ .4byte 0x79
+ .ascii "int\000"
+ .4byte 0x68
+ .ascii "int32_t\000"
+ .4byte 0x96
+ .ascii "unsigned int\000"
+ .4byte 0x80
+ .ascii "uint32_t\000"
+ .4byte 0x9d
+ .ascii "long long int\000"
+ .4byte 0xb0
+ .ascii "long long unsigned int\000"
+ .4byte 0xa4
+ .ascii "uint64_t\000"
+ .4byte 0x13e
+ .ascii "DMA_Stream_TypeDef\000"
+ .4byte 0x27e
+ .ascii "SDIO_TypeDef\000"
+ .4byte 0x2b5
+ .ascii "long int\000"
+ .4byte 0x28d
+ .ascii "__mbstate_s\000"
+ .4byte 0x2db
+ .ascii "char\000"
+ .4byte 0x4c1
+ .ascii "__RAL_locale_data_t\000"
+ .4byte 0x5ae
+ .ascii "__RAL_locale_codeset_t\000"
+ .4byte 0x5fc
+ .ascii "__RAL_locale_t\000"
+ .4byte 0x60d
+ .ascii "__locale_s\000"
+ .4byte 0x780
+ .ascii "__RAL_error_decoder_fn_t\000"
+ .4byte 0x7a2
+ .ascii "__RAL_error_decoder_s\000"
+ .4byte 0x7d3
+ .ascii "__RAL_error_decoder_t\000"
+ .4byte 0x7f3
+ .ascii "FILE\000"
+ .4byte 0x84d
+ .ascii "HAL_LockTypeDef\000"
+ .4byte 0x8ff
+ .ascii "DMA_InitTypeDef\000"
+ .4byte 0x95c
+ .ascii "HAL_DMA_StateTypeDef\000"
+ .4byte 0x96d
+ .ascii "__DMA_HandleTypeDef\000"
+ .4byte 0xa34
+ .ascii "DMA_HandleTypeDef\000"
+ .4byte 0xa9e
+ .ascii "SDIO_InitTypeDef\000"
+ .4byte 0xb73
+ .ascii "SD_HandleTypeDef\000"
+ .4byte 0xd6a
+ .ascii "HAL_SD_CSDTypedef\000"
+ .4byte 0xe02
+ .ascii "HAL_SD_CIDTypedef\000"
+ .4byte 0xe66
+ .ascii "HAL_SD_CardInfoTypedef\000"
+ .4byte 0xf9f
+ .ascii "HAL_SD_TransferStateTypedef\000"
+ .4byte 0
+ .section .debug_aranges,"",%progbits
+ .4byte 0x8c
+ .2byte 0x2
+ .4byte .Ldebug_info0
+ .byte 0x4
+ .byte 0
+ .2byte 0
+ .2byte 0
+ .4byte .LFB125
+ .4byte .LFE125-.LFB125
+ .4byte .LFB126
+ .4byte .LFE126-.LFB126
+ .4byte .LFB127
+ .4byte .LFE127-.LFB127
+ .4byte .LFB128
+ .4byte .LFE128-.LFB128
+ .4byte .LFB129
+ .4byte .LFE129-.LFB129
+ .4byte .LFB130
+ .4byte .LFE130-.LFB130
+ .4byte .LFB131
+ .4byte .LFE131-.LFB131
+ .4byte .LFB132
+ .4byte .LFE132-.LFB132
+ .4byte .LFB133
+ .4byte .LFE133-.LFB133
+ .4byte .LFB134
+ .4byte .LFE134-.LFB134
+ .4byte .LFB135
+ .4byte .LFE135-.LFB135
+ .4byte .LFB136
+ .4byte .LFE136-.LFB136
+ .4byte .LFB137
+ .4byte .LFE137-.LFB137
+ .4byte .LFB138
+ .4byte .LFE138-.LFB138
+ .4byte .LFB139
+ .4byte .LFE139-.LFB139
+ .4byte 0
+ .4byte 0
+ .section .debug_ranges,"",%progbits
+.Ldebug_ranges0:
+ .4byte .LFB125
+ .4byte .LFE125
+ .4byte .LFB126
+ .4byte .LFE126
+ .4byte .LFB127
+ .4byte .LFE127
+ .4byte .LFB128
+ .4byte .LFE128
+ .4byte .LFB129
+ .4byte .LFE129
+ .4byte .LFB130
+ .4byte .LFE130
+ .4byte .LFB131
+ .4byte .LFE131
+ .4byte .LFB132
+ .4byte .LFE132
+ .4byte .LFB133
+ .4byte .LFE133
+ .4byte .LFB134
+ .4byte .LFE134
+ .4byte .LFB135
+ .4byte .LFE135
+ .4byte .LFB136
+ .4byte .LFE136
+ .4byte .LFB137
+ .4byte .LFE137
+ .4byte .LFB138
+ .4byte .LFE138
+ .4byte .LFB139
+ .4byte .LFE139
+ .4byte 0
+ .4byte 0
+ .section .debug_line,"",%progbits
+.Ldebug_line0:
+ .section .debug_str,"MS",%progbits,1
+.LASF16:
+ .ascii "M1AR\000"
+.LASF121:
+ .ascii "Direction\000"
+.LASF278:
+ .ascii "StartAddr\000"
+.LASF25:
+ .ascii "DTIMER\000"
+.LASF86:
+ .ascii "__locale_s\000"
+.LASF76:
+ .ascii "__towupper\000"
+.LASF80:
+ .ascii "__RAL_locale_codeset_t\000"
+.LASF26:
+ .ascii "DLEN\000"
+.LASF262:
+ .ascii "SD_INVALID_PARAMETER\000"
+.LASF257:
+ .ascii "SD_SDIO_UNKNOWN_FUNCTION\000"
+.LASF6:
+ .ascii "int32_t\000"
+.LASF299:
+ .ascii "C:\\Users\\Aymar\\Desktop\\MSG\\msg-obc-software\\o"
+ .ascii "bc\\upsat-obc-software-master\\cubeMX\\disco\\EWARM"
+ .ascii "\000"
+.LASF69:
+ .ascii "time_format\000"
+.LASF97:
+ .ascii "__RAL_data_utf8_period\000"
+.LASF245:
+ .ascii "SD_STREAM_WRITE_OVERRUN\000"
+.LASF246:
+ .ascii "SD_CID_CSD_OVERWRITE\000"
+.LASF65:
+ .ascii "month_names\000"
+.LASF98:
+ .ascii "__RAL_data_utf8_comma\000"
+.LASF42:
+ .ascii "int_curr_symbol\000"
+.LASF68:
+ .ascii "date_format\000"
+.LASF209:
+ .ascii "Reserved4\000"
+.LASF221:
+ .ascii "SD_cid\000"
+.LASF233:
+ .ascii "SD_ADDR_MISALIGNED\000"
+.LASF53:
+ .ascii "n_cs_precedes\000"
+.LASF21:
+ .ascii "RESP1\000"
+.LASF22:
+ .ascii "RESP2\000"
+.LASF23:
+ .ascii "RESP3\000"
+.LASF24:
+ .ascii "RESP4\000"
+.LASF297:
+ .ascii "GNU C99 8.2.1 20181213 (release) [gcc-8-branch revi"
+ .ascii "sion 267074] -fmessage-length=0 -mcpu=cortex-m4 -ml"
+ .ascii "ittle-endian -mfloat-abi=soft -mthumb -mtp=soft -mu"
+ .ascii "naligned-access -std=gnu99 -g2 -gpubnames -fomit-fr"
+ .ascii "ame-pointer -fno-dwarf2-cfi-asm -fno-builtin -ffunc"
+ .ascii "tion-sections -fdata-sections -fshort-enums -fno-co"
+ .ascii "mmon\000"
+.LASF290:
+ .ascii "BSP_SD_ReadBlocks\000"
+.LASF31:
+ .ascii "FIFOCNT\000"
+.LASF49:
+ .ascii "int_frac_digits\000"
+.LASF259:
+ .ascii "SD_NOT_CONFIGURED\000"
+.LASF47:
+ .ascii "positive_sign\000"
+.LASF249:
+ .ascii "SD_ERASE_RESET\000"
+.LASF148:
+ .ascii "Lock\000"
+.LASF241:
+ .ascii "SD_CARD_ECC_FAILED\000"
+.LASF277:
+ .ascii "CardInfo\000"
+.LASF175:
+ .ascii "SysSpecVersion\000"
+.LASF274:
+ .ascii "BSP_SD_IRQHandler\000"
+.LASF254:
+ .ascii "SD_SDIO_DISABLED\000"
+.LASF293:
+ .ascii "BSP_SD_GetStatus\000"
+.LASF196:
+ .ascii "WrProtectGrEnable\000"
+.LASF44:
+ .ascii "mon_decimal_point\000"
+.LASF37:
+ .ascii "long int\000"
+.LASF248:
+ .ascii "SD_CARD_ECC_DISABLED\000"
+.LASF106:
+ .ascii "__RAL_error_decoder_s\000"
+.LASF109:
+ .ascii "__RAL_error_decoder_t\000"
+.LASF265:
+ .ascii "SD_ERROR\000"
+.LASF88:
+ .ascii "__RAL_global_locale\000"
+.LASF105:
+ .ascii "__RAL_error_decoder_fn_t\000"
+.LASF127:
+ .ascii "Priority\000"
+.LASF58:
+ .ascii "int_n_cs_precedes\000"
+.LASF155:
+ .ascii "ErrorCode\000"
+.LASF119:
+ .ascii "HAL_LockTypeDef\000"
+.LASF120:
+ .ascii "Channel\000"
+.LASF183:
+ .ascii "WrBlockMisalign\000"
+.LASF79:
+ .ascii "__mbtowc\000"
+.LASF164:
+ .ascii "ClockDiv\000"
+.LASF206:
+ .ascii "TempWrProtect\000"
+.LASF237:
+ .ascii "SD_WRITE_PROT_VIOLATION\000"
+.LASF0:
+ .ascii "signed char\000"
+.LASF190:
+ .ascii "MaxWrCurrentVDDMin\000"
+.LASF3:
+ .ascii "uint8_t\000"
+.LASF78:
+ .ascii "__wctomb\000"
+.LASF283:
+ .ascii "BlockSize\000"
+.LASF170:
+ .ascii "SdOperation\000"
+.LASF166:
+ .ascii "CardType\000"
+.LASF272:
+ .ascii "BSP_SD_DMA_Rx_IRQHandler\000"
+.LASF182:
+ .ascii "PartBlockRead\000"
+.LASF30:
+ .ascii "RESERVED0\000"
+.LASF32:
+ .ascii "RESERVED1\000"
+.LASF1:
+ .ascii "unsigned char\000"
+.LASF174:
+ .ascii "CSDStruct\000"
+.LASF54:
+ .ascii "n_sep_by_space\000"
+.LASF211:
+ .ascii "ManufacturerID\000"
+.LASF126:
+ .ascii "Mode\000"
+.LASF256:
+ .ascii "SD_SDIO_FUNCTION_FAILED\000"
+.LASF99:
+ .ascii "__RAL_data_utf8_space\000"
+.LASF289:
+ .ascii "BSP_SD_WriteBlocks\000"
+.LASF225:
+ .ascii "SD_CMD_CRC_FAIL\000"
+.LASF38:
+ .ascii "char\000"
+.LASF238:
+ .ascii "SD_LOCK_UNLOCK_FAILED\000"
+.LASF239:
+ .ascii "SD_COM_CRC_FAILED\000"
+.LASF56:
+ .ascii "n_sign_posn\000"
+.LASF267:
+ .ascii "SD_TRANSFER_OK\000"
+.LASF112:
+ .ascii "timeval\000"
+.LASF171:
+ .ascii "hdmarx\000"
+.LASF128:
+ .ascii "FIFOMode\000"
+.LASF263:
+ .ascii "SD_UNSUPPORTED_FEATURE\000"
+.LASF96:
+ .ascii "__RAL_c_locale_abbrev_month_names\000"
+.LASF200:
+ .ascii "WriteBlockPaPartial\000"
+.LASF143:
+ .ascii "HAL_DMA_STATE_ERROR\000"
+.LASF288:
+ .ascii "ReadAddr\000"
+.LASF45:
+ .ascii "mon_thousands_sep\000"
+.LASF160:
+ .ascii "ClockBypass\000"
+.LASF181:
+ .ascii "RdBlockLen\000"
+.LASF153:
+ .ascii "XferM1CpltCallback\000"
+.LASF77:
+ .ascii "__towlower\000"
+.LASF114:
+ .ascii "stdin\000"
+.LASF48:
+ .ascii "negative_sign\000"
+.LASF165:
+ .ascii "SDIO_InitTypeDef\000"
+.LASF57:
+ .ascii "int_p_cs_precedes\000"
+.LASF207:
+ .ascii "FileFormat\000"
+.LASF180:
+ .ascii "CardComdClasses\000"
+.LASF107:
+ .ascii "decode\000"
+.LASF115:
+ .ascii "stdout\000"
+.LASF216:
+ .ascii "ProdSN\000"
+.LASF122:
+ .ascii "PeriphInc\000"
+.LASF227:
+ .ascii "SD_CMD_RSP_TIMEOUT\000"
+.LASF130:
+ .ascii "MemBurst\000"
+.LASF193:
+ .ascii "EraseGrSize\000"
+.LASF295:
+ .ascii "BSP_SD_GetCardInfo\000"
+.LASF178:
+ .ascii "NSAC\000"
+.LASF34:
+ .ascii "SDIO_TypeDef\000"
+.LASF172:
+ .ascii "hdmatx\000"
+.LASF90:
+ .ascii "__RAL_codeset_ascii\000"
+.LASF84:
+ .ascii "__RAL_locale_t\000"
+.LASF261:
+ .ascii "SD_REQUEST_NOT_APPLICABLE\000"
+.LASF270:
+ .ascii "HAL_SD_TransferStateTypedef\000"
+.LASF231:
+ .ascii "SD_START_BIT_ERR\000"
+.LASF66:
+ .ascii "abbrev_month_names\000"
+.LASF135:
+ .ascii "HAL_DMA_STATE_READY_MEM0\000"
+.LASF136:
+ .ascii "HAL_DMA_STATE_READY_MEM1\000"
+.LASF173:
+ .ascii "SD_HandleTypeDef\000"
+.LASF279:
+ .ascii "EndAddr\000"
+.LASF83:
+ .ascii "codeset\000"
+.LASF236:
+ .ascii "SD_BAD_ERASE_PARAM\000"
+.LASF146:
+ .ascii "Instance\000"
+.LASF229:
+ .ascii "SD_TX_UNDERRUN\000"
+.LASF129:
+ .ascii "FIFOThreshold\000"
+.LASF232:
+ .ascii "SD_CMD_OUT_OF_RANGE\000"
+.LASF228:
+ .ascii "SD_DATA_TIMEOUT\000"
+.LASF244:
+ .ascii "SD_STREAM_READ_UNDERRUN\000"
+.LASF242:
+ .ascii "SD_CC_ERROR\000"
+.LASF260:
+ .ascii "SD_REQUEST_PENDING\000"
+.LASF220:
+ .ascii "SD_csd\000"
+.LASF36:
+ .ascii "__wchar\000"
+.LASF110:
+ .ascii "__RAL_error_decoder_head\000"
+.LASF131:
+ .ascii "PeriphBurst\000"
+.LASF71:
+ .ascii "__RAL_locale_data_t\000"
+.LASF285:
+ .ascii "status\000"
+.LASF95:
+ .ascii "__RAL_c_locale_month_names\000"
+.LASF215:
+ .ascii "ProdRev\000"
+.LASF13:
+ .ascii "SystemCoreClock\000"
+.LASF292:
+ .ascii "BSP_SD_DetectIT\000"
+.LASF268:
+ .ascii "SD_TRANSFER_BUSY\000"
+.LASF67:
+ .ascii "am_pm_indicator\000"
+.LASF240:
+ .ascii "SD_ILLEGAL_CMD\000"
+.LASF52:
+ .ascii "p_sep_by_space\000"
+.LASF195:
+ .ascii "WrProtectGrSize\000"
+.LASF33:
+ .ascii "FIFO\000"
+.LASF218:
+ .ascii "CID_CRC\000"
+.LASF60:
+ .ascii "int_n_sep_by_space\000"
+.LASF103:
+ .ascii "__user_set_time_of_day\000"
+.LASF169:
+ .ascii "DmaTransferCplt\000"
+.LASF125:
+ .ascii "MemDataAlignment\000"
+.LASF198:
+ .ascii "WrSpeedFact\000"
+.LASF9:
+ .ascii "long long int\000"
+.LASF85:
+ .ascii "__mbstate_s\000"
+.LASF298:
+ .ascii "C:\\Users\\Aymar\\Desktop\\MSG\\msg-obc-software\\o"
+ .ascii "bc\\upsat-obc-software-master\\cubeMX\\disco\\Src\\"
+ .ascii "bsp_driver_sd.c\000"
+.LASF124:
+ .ascii "PeriphDataAlignment\000"
+.LASF226:
+ .ascii "SD_DATA_CRC_FAIL\000"
+.LASF163:
+ .ascii "HardwareFlowControl\000"
+.LASF189:
+ .ascii "MaxRdCurrentVDDMax\000"
+.LASF205:
+ .ascii "PermWrProtect\000"
+.LASF87:
+ .ascii "__category\000"
+.LASF27:
+ .ascii "DCTRL\000"
+.LASF234:
+ .ascii "SD_BLOCK_LEN_ERR\000"
+.LASF12:
+ .ascii "ITM_RxBuffer\000"
+.LASF157:
+ .ascii "StreamIndex\000"
+.LASF70:
+ .ascii "date_time_format\000"
+.LASF271:
+ .ascii "SDCardInfo\000"
+.LASF219:
+ .ascii "HAL_SD_CIDTypedef\000"
+.LASF203:
+ .ascii "FileFormatGrouop\000"
+.LASF142:
+ .ascii "HAL_DMA_STATE_TIMEOUT\000"
+.LASF8:
+ .ascii "unsigned int\000"
+.LASF55:
+ .ascii "p_sign_posn\000"
+.LASF204:
+ .ascii "CopyFlag\000"
+.LASF179:
+ .ascii "MaxBusClkFrec\000"
+.LASF28:
+ .ascii "DCOUNT\000"
+.LASF104:
+ .ascii "__user_get_time_of_day\000"
+.LASF150:
+ .ascii "Parent\000"
+.LASF208:
+ .ascii "CSD_CRC\000"
+.LASF133:
+ .ascii "HAL_DMA_STATE_RESET\000"
+.LASF194:
+ .ascii "EraseGrMul\000"
+.LASF91:
+ .ascii "__RAL_codeset_utf8\000"
+.LASF89:
+ .ascii "__RAL_c_locale\000"
+.LASF147:
+ .ascii "Init\000"
+.LASF17:
+ .ascii "DMA_Stream_TypeDef\000"
+.LASF39:
+ .ascii "decimal_point\000"
+.LASF123:
+ .ascii "MemInc\000"
+.LASF113:
+ .ascii "__RAL_FILE\000"
+.LASF222:
+ .ascii "CardCapacity\000"
+.LASF154:
+ .ascii "XferErrorCallback\000"
+.LASF275:
+ .ascii "BSP_SD_IsDetected\000"
+.LASF111:
+ .ascii "FILE\000"
+.LASF287:
+ .ascii "BSP_SD_ReadBlocks_DMA\000"
+.LASF294:
+ .ascii "BSP_SD_ITConfig\000"
+.LASF100:
+ .ascii "__RAL_data_utf8_plus\000"
+.LASF212:
+ .ascii "OEM_AppliID\000"
+.LASF187:
+ .ascii "DeviceSize\000"
+.LASF253:
+ .ascii "SD_SWITCH_ERROR\000"
+.LASF20:
+ .ascii "RESPCMD\000"
+.LASF72:
+ .ascii "__isctype\000"
+.LASF11:
+ .ascii "long long unsigned int\000"
+.LASF145:
+ .ascii "__DMA_HandleTypeDef\000"
+.LASF59:
+ .ascii "int_p_sep_by_space\000"
+.LASF4:
+ .ascii "uint16_t\000"
+.LASF284:
+ .ascii "NumOfBlocks\000"
+.LASF149:
+ .ascii "State\000"
+.LASF117:
+ .ascii "HAL_UNLOCKED\000"
+.LASF158:
+ .ascii "DMA_HandleTypeDef\000"
+.LASF151:
+ .ascii "XferCpltCallback\000"
+.LASF213:
+ .ascii "ProdName1\000"
+.LASF214:
+ .ascii "ProdName2\000"
+.LASF159:
+ .ascii "ClockEdge\000"
+.LASF286:
+ .ascii "SD_state\000"
+.LASF177:
+ .ascii "TAAC\000"
+.LASF184:
+ .ascii "RdBlockMisalign\000"
+.LASF210:
+ .ascii "HAL_SD_CSDTypedef\000"
+.LASF64:
+ .ascii "abbrev_day_names\000"
+.LASF176:
+ .ascii "Reserved1\000"
+.LASF186:
+ .ascii "Reserved2\000"
+.LASF201:
+ .ascii "Reserved3\000"
+.LASF188:
+ .ascii "MaxRdCurrentVDDMin\000"
+.LASF258:
+ .ascii "SD_INTERNAL_ERROR\000"
+.LASF139:
+ .ascii "HAL_DMA_STATE_BUSY\000"
+.LASF269:
+ .ascii "SD_TRANSFER_ERROR\000"
+.LASF92:
+ .ascii "__RAL_ascii_ctype_map\000"
+.LASF276:
+ .ascii "BSP_SD_Erase\000"
+.LASF40:
+ .ascii "thousands_sep\000"
+.LASF192:
+ .ascii "DeviceSizeMul\000"
+.LASF73:
+ .ascii "__toupper\000"
+.LASF156:
+ .ascii "StreamBaseAddress\000"
+.LASF132:
+ .ascii "DMA_InitTypeDef\000"
+.LASF15:
+ .ascii "M0AR\000"
+.LASF81:
+ .ascii "name\000"
+.LASF50:
+ .ascii "frac_digits\000"
+.LASF224:
+ .ascii "HAL_SD_CardInfoTypedef\000"
+.LASF43:
+ .ascii "currency_symbol\000"
+.LASF29:
+ .ascii "MASK\000"
+.LASF116:
+ .ascii "stderr\000"
+.LASF2:
+ .ascii "short int\000"
+.LASF252:
+ .ascii "SD_ADDR_OUT_OF_RANGE\000"
+.LASF230:
+ .ascii "SD_RX_OVERRUN\000"
+.LASF199:
+ .ascii "MaxWrBlockLen\000"
+.LASF10:
+ .ascii "uint64_t\000"
+.LASF35:
+ .ascii "__state\000"
+.LASF281:
+ .ascii "pData\000"
+.LASF144:
+ .ascii "HAL_DMA_StateTypeDef\000"
+.LASF266:
+ .ascii "SD_OK\000"
+.LASF217:
+ .ascii "ManufactDate\000"
+.LASF185:
+ .ascii "DSRImpl\000"
+.LASF223:
+ .ascii "CardBlockSize\000"
+.LASF46:
+ .ascii "mon_grouping\000"
+.LASF63:
+ .ascii "day_names\000"
+.LASF264:
+ .ascii "SD_UNSUPPORTED_HW\000"
+.LASF101:
+ .ascii "__RAL_data_utf8_minus\000"
+.LASF255:
+ .ascii "SD_SDIO_FUNCTION_BUSY\000"
+.LASF61:
+ .ascii "int_p_sign_posn\000"
+.LASF168:
+ .ascii "SdTransferErr\000"
+.LASF161:
+ .ascii "ClockPowerSave\000"
+.LASF75:
+ .ascii "__iswctype\000"
+.LASF152:
+ .ascii "XferHalfCpltCallback\000"
+.LASF93:
+ .ascii "__RAL_c_locale_day_names\000"
+.LASF197:
+ .ascii "ManDeflECC\000"
+.LASF282:
+ .ascii "WriteAddr\000"
+.LASF7:
+ .ascii "uint32_t\000"
+.LASF62:
+ .ascii "int_n_sign_posn\000"
+.LASF102:
+ .ascii "__RAL_data_empty_string\000"
+.LASF18:
+ .ascii "POWER\000"
+.LASF140:
+ .ascii "HAL_DMA_STATE_BUSY_MEM0\000"
+.LASF141:
+ .ascii "HAL_DMA_STATE_BUSY_MEM1\000"
+.LASF118:
+ .ascii "HAL_LOCKED\000"
+.LASF51:
+ .ascii "p_cs_precedes\000"
+.LASF5:
+ .ascii "short unsigned int\000"
+.LASF19:
+ .ascii "CLKCR\000"
+.LASF280:
+ .ascii "BSP_SD_WriteBlocks_DMA\000"
+.LASF134:
+ .ascii "HAL_DMA_STATE_READY\000"
+.LASF296:
+ .ascii "BSP_SD_Init\000"
+.LASF191:
+ .ascii "MaxWrCurrentVDDMax\000"
+.LASF167:
+ .ascii "SdTransferCplt\000"
+.LASF14:
+ .ascii "NDTR\000"
+.LASF41:
+ .ascii "grouping\000"
+.LASF247:
+ .ascii "SD_WP_ERASE_SKIP\000"
+.LASF250:
+ .ascii "SD_AKE_SEQ_ERROR\000"
+.LASF74:
+ .ascii "__tolower\000"
+.LASF108:
+ .ascii "next\000"
+.LASF137:
+ .ascii "HAL_DMA_STATE_READY_HALF_MEM0\000"
+.LASF138:
+ .ascii "HAL_DMA_STATE_READY_HALF_MEM1\000"
+.LASF82:
+ .ascii "data\000"
+.LASF202:
+ .ascii "ContentProtectAppli\000"
+.LASF243:
+ .ascii "SD_GENERAL_UNKNOWN_ERROR\000"
+.LASF291:
+ .ascii "BSP_SD_DetectCallback\000"
+.LASF162:
+ .ascii "BusWide\000"
+.LASF235:
+ .ascii "SD_ERASE_SEQ_ERR\000"
+.LASF251:
+ .ascii "SD_INVALID_VOLTRANGE\000"
+.LASF273:
+ .ascii "BSP_SD_DMA_Tx_IRQHandler\000"
+.LASF94:
+ .ascii "__RAL_c_locale_abbrev_day_names\000"
+ .ident "GCC: (GNU) 8.2.1 20181213 (release) [gcc-8-branch revision 267074]"
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/bsp_driver_sd.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/bsp_driver_sd.d
index 4b196d9..44385ee 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/bsp_driver_sd.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/bsp_driver_sd.d
@@ -1,5 +1,5 @@
disco/Obj/bsp_driver_sd.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Src/bsp_driver_sd.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Src\bsp_driver_sd.c \
../Inc/bsp_driver_sd.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
../Inc/stm32f4xx_hal_conf.h ../Inc/mxconstants.h \
@@ -8,15 +8,15 @@ disco/Obj/bsp_driver_sd.o: \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h \
../Drivers/CMSIS/Include/core_cm4.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Drivers/CMSIS/Include/core_cmInstr.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
../Drivers/CMSIS/Include/core_cmSimd.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdio.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdio.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/bsp_driver_sd.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/bsp_driver_sd.o
index e99286d..1de4205 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/bsp_driver_sd.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/bsp_driver_sd.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/cmsis_os.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/cmsis_os.d
index 3c792c8..541df77 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/cmsis_os.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/cmsis_os.d
@@ -1,23 +1,23 @@
disco/Obj/cmsis_os.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/string.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stddef.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\CMSIS_RTOS\cmsis_os.c \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/string.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\CMSIS_RTOS\cmsis_os.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stddef.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER_SYSVIEW.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/Config/Global.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\OS\SEGGER_SYSVIEW_FreeRTOS.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER_SYSVIEW.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\Config\Global.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h \
../Inc/FreeRTOSConfig.h ../Inc/mxconstants.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h \
../Middlewares/Third_Party/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/intrinsics.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/intrinsics.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/list.h \
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/cmsis_os.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/cmsis_os.o
index fa932fa..651dfd0 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/cmsis_os.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/cmsis_os.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/croutine.asm b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/croutine.asm
new file mode 100644
index 0000000..3a8bf32
--- /dev/null
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/croutine.asm
@@ -0,0 +1,1285 @@
+ .cpu cortex-m4
+ .eabi_attribute 20, 1
+ .eabi_attribute 21, 1
+ .eabi_attribute 23, 3
+ .eabi_attribute 24, 1
+ .eabi_attribute 25, 1
+ .eabi_attribute 26, 1
+ .eabi_attribute 30, 6
+ .eabi_attribute 34, 1
+ .eabi_attribute 18, 4
+ .file "croutine.c"
+ .text
+.Ltext0:
+.Letext0:
+ .file 1 "C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.18/include/__crossworks.h"
+ .file 2 "C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.18/include/stdint.h"
+ .file 3 "./../Inc/FreeRTOSConfig.h"
+ .section .debug_info,"",%progbits
+.Ldebug_info0:
+ .4byte 0x5dc
+ .2byte 0x4
+ .4byte .Ldebug_abbrev0
+ .byte 0x4
+ .uleb128 0x1
+ .4byte .LASF86
+ .byte 0xc
+ .4byte .LASF87
+ .4byte .LASF88
+ .4byte .Ldebug_line0
+ .uleb128 0x2
+ .byte 0x4
+ .4byte 0x23
+ .uleb128 0x3
+ .byte 0x1
+ .byte 0x8
+ .4byte .LASF0
+ .uleb128 0x4
+ .4byte 0x23
+ .uleb128 0x5
+ .byte 0x4
+ .byte 0x5
+ .ascii "int\000"
+ .uleb128 0x3
+ .byte 0x4
+ .byte 0x7
+ .4byte .LASF1
+ .uleb128 0x3
+ .byte 0x4
+ .byte 0x7
+ .4byte .LASF2
+ .uleb128 0x2
+ .byte 0x4
+ .4byte 0x2a
+ .uleb128 0x3
+ .byte 0x8
+ .byte 0x7
+ .4byte .LASF3
+ .uleb128 0x6
+ .4byte .LASF54
+ .byte 0x8
+ .byte 0x1
+ .byte 0x7e
+ .byte 0x8
+ .4byte 0x79
+ .uleb128 0x7
+ .4byte .LASF4
+ .byte 0x1
+ .byte 0x7f
+ .byte 0x7
+ .4byte 0x2f
+ .byte 0
+ .uleb128 0x7
+ .4byte .LASF5
+ .byte 0x1
+ .byte 0x80
+ .byte 0x8
+ .4byte 0x79
+ .byte 0x4
+ .byte 0
+ .uleb128 0x3
+ .byte 0x4
+ .byte 0x5
+ .4byte .LASF6
+ .uleb128 0x8
+ .4byte 0x2f
+ .4byte 0x99
+ .uleb128 0x9
+ .4byte 0x1d
+ .uleb128 0x9
+ .4byte 0x36
+ .uleb128 0x9
+ .4byte 0x99
+ .byte 0
+ .uleb128 0x2
+ .byte 0x4
+ .4byte 0x51
+ .uleb128 0x8
+ .4byte 0x2f
+ .4byte 0xbd
+ .uleb128 0x9
+ .4byte 0xbd
+ .uleb128 0x9
+ .4byte 0x44
+ .uleb128 0x9
+ .4byte 0x36
+ .uleb128 0x9
+ .4byte 0x99
+ .byte 0
+ .uleb128 0x2
+ .byte 0x4
+ .4byte 0x36
+ .uleb128 0xa
+ .byte 0x58
+ .byte 0x1
+ .byte 0x86
+ .byte 0x9
+ .4byte 0x26d
+ .uleb128 0x7
+ .4byte .LASF7
+ .byte 0x1
+ .byte 0x88
+ .byte 0xf
+ .4byte 0x44
+ .byte 0
+ .uleb128 0x7
+ .4byte .LASF8
+ .byte 0x1
+ .byte 0x89
+ .byte 0xf
+ .4byte 0x44
+ .byte 0x4
+ .uleb128 0x7
+ .4byte .LASF9
+ .byte 0x1
+ .byte 0x8a
+ .byte 0xf
+ .4byte 0x44
+ .byte 0x8
+ .uleb128 0x7
+ .4byte .LASF10
+ .byte 0x1
+ .byte 0x8c
+ .byte 0xf
+ .4byte 0x44
+ .byte 0xc
+ .uleb128 0x7
+ .4byte .LASF11
+ .byte 0x1
+ .byte 0x8d
+ .byte 0xf
+ .4byte 0x44
+ .byte 0x10
+ .uleb128 0x7
+ .4byte .LASF12
+ .byte 0x1
+ .byte 0x8e
+ .byte 0xf
+ .4byte 0x44
+ .byte 0x14
+ .uleb128 0x7
+ .4byte .LASF13
+ .byte 0x1
+ .byte 0x8f
+ .byte 0xf
+ .4byte 0x44
+ .byte 0x18
+ .uleb128 0x7
+ .4byte .LASF14
+ .byte 0x1
+ .byte 0x90
+ .byte 0xf
+ .4byte 0x44
+ .byte 0x1c
+ .uleb128 0x7
+ .4byte .LASF15
+ .byte 0x1
+ .byte 0x91
+ .byte 0xf
+ .4byte 0x44
+ .byte 0x20
+ .uleb128 0x7
+ .4byte .LASF16
+ .byte 0x1
+ .byte 0x92
+ .byte 0xf
+ .4byte 0x44
+ .byte 0x24
+ .uleb128 0x7
+ .4byte .LASF17
+ .byte 0x1
+ .byte 0x94
+ .byte 0x8
+ .4byte 0x23
+ .byte 0x28
+ .uleb128 0x7
+ .4byte .LASF18
+ .byte 0x1
+ .byte 0x95
+ .byte 0x8
+ .4byte 0x23
+ .byte 0x29
+ .uleb128 0x7
+ .4byte .LASF19
+ .byte 0x1
+ .byte 0x96
+ .byte 0x8
+ .4byte 0x23
+ .byte 0x2a
+ .uleb128 0x7
+ .4byte .LASF20
+ .byte 0x1
+ .byte 0x97
+ .byte 0x8
+ .4byte 0x23
+ .byte 0x2b
+ .uleb128 0x7
+ .4byte .LASF21
+ .byte 0x1
+ .byte 0x98
+ .byte 0x8
+ .4byte 0x23
+ .byte 0x2c
+ .uleb128 0x7
+ .4byte .LASF22
+ .byte 0x1
+ .byte 0x99
+ .byte 0x8
+ .4byte 0x23
+ .byte 0x2d
+ .uleb128 0x7
+ .4byte .LASF23
+ .byte 0x1
+ .byte 0x9a
+ .byte 0x8
+ .4byte 0x23
+ .byte 0x2e
+ .uleb128 0x7
+ .4byte .LASF24
+ .byte 0x1
+ .byte 0x9b
+ .byte 0x8
+ .4byte 0x23
+ .byte 0x2f
+ .uleb128 0x7
+ .4byte .LASF25
+ .byte 0x1
+ .byte 0x9c
+ .byte 0x8
+ .4byte 0x23
+ .byte 0x30
+ .uleb128 0x7
+ .4byte .LASF26
+ .byte 0x1
+ .byte 0x9d
+ .byte 0x8
+ .4byte 0x23
+ .byte 0x31
+ .uleb128 0x7
+ .4byte .LASF27
+ .byte 0x1
+ .byte 0x9e
+ .byte 0x8
+ .4byte 0x23
+ .byte 0x32
+ .uleb128 0x7
+ .4byte .LASF28
+ .byte 0x1
+ .byte 0x9f
+ .byte 0x8
+ .4byte 0x23
+ .byte 0x33
+ .uleb128 0x7
+ .4byte .LASF29
+ .byte 0x1
+ .byte 0xa0
+ .byte 0x8
+ .4byte 0x23
+ .byte 0x34
+ .uleb128 0x7
+ .4byte .LASF30
+ .byte 0x1
+ .byte 0xa1
+ .byte 0x8
+ .4byte 0x23
+ .byte 0x35
+ .uleb128 0x7
+ .4byte .LASF31
+ .byte 0x1
+ .byte 0xa6
+ .byte 0xf
+ .4byte 0x44
+ .byte 0x38
+ .uleb128 0x7
+ .4byte .LASF32
+ .byte 0x1
+ .byte 0xa7
+ .byte 0xf
+ .4byte 0x44
+ .byte 0x3c
+ .uleb128 0x7
+ .4byte .LASF33
+ .byte 0x1
+ .byte 0xa8
+ .byte 0xf
+ .4byte 0x44
+ .byte 0x40
+ .uleb128 0x7
+ .4byte .LASF34
+ .byte 0x1
+ .byte 0xa9
+ .byte 0xf
+ .4byte 0x44
+ .byte 0x44
+ .uleb128 0x7
+ .4byte .LASF35
+ .byte 0x1
+ .byte 0xaa
+ .byte 0xf
+ .4byte 0x44
+ .byte 0x48
+ .uleb128 0x7
+ .4byte .LASF36
+ .byte 0x1
+ .byte 0xab
+ .byte 0xf
+ .4byte 0x44
+ .byte 0x4c
+ .uleb128 0x7
+ .4byte .LASF37
+ .byte 0x1
+ .byte 0xac
+ .byte 0xf
+ .4byte 0x44
+ .byte 0x50
+ .uleb128 0x7
+ .4byte .LASF38
+ .byte 0x1
+ .byte 0xad
+ .byte 0xf
+ .4byte 0x44
+ .byte 0x54
+ .byte 0
+ .uleb128 0xb
+ .4byte .LASF48
+ .byte 0x1
+ .byte 0xae
+ .byte 0x3
+ .4byte 0xc3
+ .uleb128 0x4
+ .4byte 0x26d
+ .uleb128 0x3
+ .byte 0x1
+ .byte 0x8
+ .4byte .LASF39
+ .uleb128 0x4
+ .4byte 0x27e
+ .uleb128 0xa
+ .byte 0x20
+ .byte 0x1
+ .byte 0xc4
+ .byte 0x9
+ .4byte 0x2fc
+ .uleb128 0x7
+ .4byte .LASF40
+ .byte 0x1
+ .byte 0xc6
+ .byte 0x9
+ .4byte 0x310
+ .byte 0
+ .uleb128 0x7
+ .4byte .LASF41
+ .byte 0x1
+ .byte 0xc7
+ .byte 0x9
+ .4byte 0x325
+ .byte 0x4
+ .uleb128 0x7
+ .4byte .LASF42
+ .byte 0x1
+ .byte 0xc8
+ .byte 0x9
+ .4byte 0x325
+ .byte 0x8
+ .uleb128 0x7
+ .4byte .LASF43
+ .byte 0x1
+ .byte 0xcb
+ .byte 0x9
+ .4byte 0x33f
+ .byte 0xc
+ .uleb128 0x7
+ .4byte .LASF44
+ .byte 0x1
+ .byte 0xcc
+ .byte 0xa
+ .4byte 0x354
+ .byte 0x10
+ .uleb128 0x7
+ .4byte .LASF45
+ .byte 0x1
+ .byte 0xcd
+ .byte 0xa
+ .4byte 0x354
+ .byte 0x14
+ .uleb128 0x7
+ .4byte .LASF46
+ .byte 0x1
+ .byte 0xd0
+ .byte 0x9
+ .4byte 0x35a
+ .byte 0x18
+ .uleb128 0x7
+ .4byte .LASF47
+ .byte 0x1
+ .byte 0xd1
+ .byte 0x9
+ .4byte 0x360
+ .byte 0x1c
+ .byte 0
+ .uleb128 0x8
+ .4byte 0x2f
+ .4byte 0x310
+ .uleb128 0x9
+ .4byte 0x2f
+ .uleb128 0x9
+ .4byte 0x2f
+ .byte 0
+ .uleb128 0x2
+ .byte 0x4
+ .4byte 0x2fc
+ .uleb128 0x8
+ .4byte 0x2f
+ .4byte 0x325
+ .uleb128 0x9
+ .4byte 0x2f
+ .byte 0
+ .uleb128 0x2
+ .byte 0x4
+ .4byte 0x316
+ .uleb128 0x8
+ .4byte 0x2f
+ .4byte 0x33f
+ .uleb128 0x9
+ .4byte 0x79
+ .uleb128 0x9
+ .4byte 0x2f
+ .byte 0
+ .uleb128 0x2
+ .byte 0x4
+ .4byte 0x32b
+ .uleb128 0x8
+ .4byte 0x79
+ .4byte 0x354
+ .uleb128 0x9
+ .4byte 0x79
+ .byte 0
+ .uleb128 0x2
+ .byte 0x4
+ .4byte 0x345
+ .uleb128 0x2
+ .byte 0x4
+ .4byte 0x80
+ .uleb128 0x2
+ .byte 0x4
+ .4byte 0x9f
+ .uleb128 0xb
+ .4byte .LASF49
+ .byte 0x1
+ .byte 0xd2
+ .byte 0x3
+ .4byte 0x28a
+ .uleb128 0x4
+ .4byte 0x366
+ .uleb128 0xa
+ .byte 0xc
+ .byte 0x1
+ .byte 0xd4
+ .byte 0x9
+ .4byte 0x3a8
+ .uleb128 0x7
+ .4byte .LASF50
+ .byte 0x1
+ .byte 0xd5
+ .byte 0xf
+ .4byte 0x44
+ .byte 0
+ .uleb128 0x7
+ .4byte .LASF51
+ .byte 0x1
+ .byte 0xd6
+ .byte 0x25
+ .4byte 0x3a8
+ .byte 0x4
+ .uleb128 0x7
+ .4byte .LASF52
+ .byte 0x1
+ .byte 0xd7
+ .byte 0x28
+ .4byte 0x3ae
+ .byte 0x8
+ .byte 0
+ .uleb128 0x2
+ .byte 0x4
+ .4byte 0x279
+ .uleb128 0x2
+ .byte 0x4
+ .4byte 0x372
+ .uleb128 0xb
+ .4byte .LASF53
+ .byte 0x1
+ .byte 0xd8
+ .byte 0x3
+ .4byte 0x377
+ .uleb128 0x4
+ .4byte 0x3b4
+ .uleb128 0x6
+ .4byte .LASF55
+ .byte 0x14
+ .byte 0x1
+ .byte 0xdc
+ .byte 0x10
+ .4byte 0x3e0
+ .uleb128 0x7
+ .4byte .LASF56
+ .byte 0x1
+ .byte 0xdd
+ .byte 0x20
+ .4byte 0x3e0
+ .byte 0
+ .byte 0
+ .uleb128 0xc
+ .4byte 0x3f0
+ .4byte 0x3f0
+ .uleb128 0xd
+ .4byte 0x36
+ .byte 0x4
+ .byte 0
+ .uleb128 0x2
+ .byte 0x4
+ .4byte 0x3c0
+ .uleb128 0xe
+ .4byte .LASF57
+ .byte 0x1
+ .2byte 0x106
+ .byte 0x1a
+ .4byte 0x3c5
+ .uleb128 0xe
+ .4byte .LASF58
+ .byte 0x1
+ .2byte 0x10d
+ .byte 0x24
+ .4byte 0x3c0
+ .uleb128 0xe
+ .4byte .LASF59
+ .byte 0x1
+ .2byte 0x110
+ .byte 0x2c
+ .4byte 0x372
+ .uleb128 0xe
+ .4byte .LASF60
+ .byte 0x1
+ .2byte 0x111
+ .byte 0x2c
+ .4byte 0x372
+ .uleb128 0xc
+ .4byte 0x285
+ .4byte 0x43a
+ .uleb128 0xd
+ .4byte 0x36
+ .byte 0x7f
+ .byte 0
+ .uleb128 0x4
+ .4byte 0x42a
+ .uleb128 0xe
+ .4byte .LASF61
+ .byte 0x1
+ .2byte 0x113
+ .byte 0x23
+ .4byte 0x43a
+ .uleb128 0xc
+ .4byte 0x2a
+ .4byte 0x457
+ .uleb128 0xf
+ .byte 0
+ .uleb128 0x4
+ .4byte 0x44c
+ .uleb128 0xe
+ .4byte .LASF62
+ .byte 0x1
+ .2byte 0x115
+ .byte 0x13
+ .4byte 0x457
+ .uleb128 0xe
+ .4byte .LASF63
+ .byte 0x1
+ .2byte 0x116
+ .byte 0x13
+ .4byte 0x457
+ .uleb128 0xe
+ .4byte .LASF64
+ .byte 0x1
+ .2byte 0x117
+ .byte 0x13
+ .4byte 0x457
+ .uleb128 0xe
+ .4byte .LASF65
+ .byte 0x1
+ .2byte 0x118
+ .byte 0x13
+ .4byte 0x457
+ .uleb128 0xe
+ .4byte .LASF66
+ .byte 0x1
+ .2byte 0x11a
+ .byte 0x13
+ .4byte 0x457
+ .uleb128 0xe
+ .4byte .LASF67
+ .byte 0x1
+ .2byte 0x11b
+ .byte 0x13
+ .4byte 0x457
+ .uleb128 0xe
+ .4byte .LASF68
+ .byte 0x1
+ .2byte 0x11c
+ .byte 0x13
+ .4byte 0x457
+ .uleb128 0xe
+ .4byte .LASF69
+ .byte 0x1
+ .2byte 0x11d
+ .byte 0x13
+ .4byte 0x457
+ .uleb128 0xe
+ .4byte .LASF70
+ .byte 0x1
+ .2byte 0x11e
+ .byte 0x13
+ .4byte 0x457
+ .uleb128 0xe
+ .4byte .LASF71
+ .byte 0x1
+ .2byte 0x11f
+ .byte 0x13
+ .4byte 0x457
+ .uleb128 0x8
+ .4byte 0x2f
+ .4byte 0x4ed
+ .uleb128 0x9
+ .4byte 0x4ed
+ .byte 0
+ .uleb128 0x2
+ .byte 0x4
+ .4byte 0x4f8
+ .uleb128 0x10
+ .4byte .LASF89
+ .uleb128 0x4
+ .4byte 0x4f3
+ .uleb128 0xe
+ .4byte .LASF72
+ .byte 0x1
+ .2byte 0x135
+ .byte 0xe
+ .4byte 0x50a
+ .uleb128 0x2
+ .byte 0x4
+ .4byte 0x4de
+ .uleb128 0x8
+ .4byte 0x2f
+ .4byte 0x51f
+ .uleb128 0x9
+ .4byte 0x51f
+ .byte 0
+ .uleb128 0x2
+ .byte 0x4
+ .4byte 0x4f3
+ .uleb128 0xe
+ .4byte .LASF73
+ .byte 0x1
+ .2byte 0x136
+ .byte 0xe
+ .4byte 0x532
+ .uleb128 0x2
+ .byte 0x4
+ .4byte 0x510
+ .uleb128 0x3
+ .byte 0x2
+ .byte 0x7
+ .4byte .LASF74
+ .uleb128 0x11
+ .4byte .LASF75
+ .byte 0x1
+ .2byte 0x14d
+ .byte 0x18
+ .4byte 0x54c
+ .uleb128 0x2
+ .byte 0x4
+ .4byte 0x552
+ .uleb128 0x8
+ .4byte 0x44
+ .4byte 0x561
+ .uleb128 0x9
+ .4byte 0x2f
+ .byte 0
+ .uleb128 0x12
+ .4byte .LASF76
+ .byte 0x8
+ .byte 0x1
+ .2byte 0x14f
+ .byte 0x10
+ .4byte 0x58c
+ .uleb128 0x13
+ .4byte .LASF77
+ .byte 0x1
+ .2byte 0x151
+ .byte 0x1c
+ .4byte 0x53f
+ .byte 0
+ .uleb128 0x13
+ .4byte .LASF78
+ .byte 0x1
+ .2byte 0x152
+ .byte 0x21
+ .4byte 0x58c
+ .byte 0x4
+ .byte 0
+ .uleb128 0x2
+ .byte 0x4
+ .4byte 0x561
+ .uleb128 0x11
+ .4byte .LASF79
+ .byte 0x1
+ .2byte 0x153
+ .byte 0x3
+ .4byte 0x561
+ .uleb128 0xe
+ .4byte .LASF80
+ .byte 0x1
+ .2byte 0x157
+ .byte 0x1f
+ .4byte 0x5ac
+ .uleb128 0x2
+ .byte 0x4
+ .4byte 0x592
+ .uleb128 0x3
+ .byte 0x1
+ .byte 0x6
+ .4byte .LASF81
+ .uleb128 0x3
+ .byte 0x2
+ .byte 0x5
+ .4byte .LASF82
+ .uleb128 0xb
+ .4byte .LASF83
+ .byte 0x2
+ .byte 0x38
+ .byte 0x1c
+ .4byte 0x36
+ .uleb128 0x3
+ .byte 0x8
+ .byte 0x5
+ .4byte .LASF84
+ .uleb128 0x14
+ .4byte .LASF85
+ .byte 0x3
+ .byte 0x5d
+ .byte 0x15
+ .4byte 0x5c0
+ .byte 0
+ .section .debug_abbrev,"",%progbits
+.Ldebug_abbrev0:
+ .uleb128 0x1
+ .uleb128 0x11
+ .byte 0x1
+ .uleb128 0x25
+ .uleb128 0xe
+ .uleb128 0x13
+ .uleb128 0xb
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x1b
+ .uleb128 0xe
+ .uleb128 0x2134
+ .uleb128 0x19
+ .uleb128 0x10
+ .uleb128 0x17
+ .byte 0
+ .byte 0
+ .uleb128 0x2
+ .uleb128 0xf
+ .byte 0
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0x24
+ .byte 0
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x3e
+ .uleb128 0xb
+ .uleb128 0x3
+ .uleb128 0xe
+ .byte 0
+ .byte 0
+ .uleb128 0x4
+ .uleb128 0x26
+ .byte 0
+ .uleb128 0x49
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x5
+ .uleb128 0x24
+ .byte 0
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x3e
+ .uleb128 0xb
+ .uleb128 0x3
+ .uleb128 0x8
+ .byte 0
+ .byte 0
+ .uleb128 0x6
+ .uleb128 0x13
+ .byte 0x1
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x7
+ .uleb128 0xd
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x38
+ .uleb128 0xb
+ .byte 0
+ .byte 0
+ .uleb128 0x8
+ .uleb128 0x15
+ .byte 0x1
+ .uleb128 0x27
+ .uleb128 0x19
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x9
+ .uleb128 0x5
+ .byte 0
+ .uleb128 0x49
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0xa
+ .uleb128 0x13
+ .byte 0x1
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0xb
+ .uleb128 0x16
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0xc
+ .uleb128 0x1
+ .byte 0x1
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0xd
+ .uleb128 0x21
+ .byte 0
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x2f
+ .uleb128 0xb
+ .byte 0
+ .byte 0
+ .uleb128 0xe
+ .uleb128 0x34
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x3f
+ .uleb128 0x19
+ .uleb128 0x3c
+ .uleb128 0x19
+ .byte 0
+ .byte 0
+ .uleb128 0xf
+ .uleb128 0x21
+ .byte 0
+ .byte 0
+ .byte 0
+ .uleb128 0x10
+ .uleb128 0x13
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3c
+ .uleb128 0x19
+ .byte 0
+ .byte 0
+ .uleb128 0x11
+ .uleb128 0x16
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x12
+ .uleb128 0x13
+ .byte 0x1
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x13
+ .uleb128 0xd
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x38
+ .uleb128 0xb
+ .byte 0
+ .byte 0
+ .uleb128 0x14
+ .uleb128 0x34
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x3f
+ .uleb128 0x19
+ .uleb128 0x3c
+ .uleb128 0x19
+ .byte 0
+ .byte 0
+ .byte 0
+ .section .debug_pubnames,"",%progbits
+ .4byte 0xe
+ .2byte 0x2
+ .4byte .Ldebug_info0
+ .4byte 0x5e0
+ .4byte 0
+ .section .debug_pubtypes,"",%progbits
+ .4byte 0x18a
+ .2byte 0x2
+ .4byte .Ldebug_info0
+ .4byte 0x5e0
+ .4byte 0x23
+ .ascii "char\000"
+ .4byte 0x2f
+ .ascii "int\000"
+ .4byte 0x36
+ .ascii "unsigned int\000"
+ .4byte 0x3d
+ .ascii "long unsigned int\000"
+ .4byte 0x4a
+ .ascii "long long unsigned int\000"
+ .4byte 0x79
+ .ascii "long int\000"
+ .4byte 0x51
+ .ascii "__mbstate_s\000"
+ .4byte 0x26d
+ .ascii "__RAL_locale_data_t\000"
+ .4byte 0x27e
+ .ascii "unsigned char\000"
+ .4byte 0x366
+ .ascii "__RAL_locale_codeset_t\000"
+ .4byte 0x3b4
+ .ascii "__RAL_locale_t\000"
+ .4byte 0x3c5
+ .ascii "__locale_s\000"
+ .4byte 0x538
+ .ascii "short unsigned int\000"
+ .4byte 0x53f
+ .ascii "__RAL_error_decoder_fn_t\000"
+ .4byte 0x561
+ .ascii "__RAL_error_decoder_s\000"
+ .4byte 0x592
+ .ascii "__RAL_error_decoder_t\000"
+ .4byte 0x5b2
+ .ascii "signed char\000"
+ .4byte 0x5b9
+ .ascii "short int\000"
+ .4byte 0x5c0
+ .ascii "uint32_t\000"
+ .4byte 0x5cc
+ .ascii "long long int\000"
+ .4byte 0
+ .section .debug_aranges,"",%progbits
+ .4byte 0x14
+ .2byte 0x2
+ .4byte .Ldebug_info0
+ .byte 0x4
+ .byte 0
+ .2byte 0
+ .2byte 0
+ .4byte 0
+ .4byte 0
+ .section .debug_line,"",%progbits
+.Ldebug_line0:
+ .section .debug_str,"MS",%progbits,1
+.LASF11:
+ .ascii "currency_symbol\000"
+.LASF68:
+ .ascii "__RAL_data_utf8_space\000"
+.LASF63:
+ .ascii "__RAL_c_locale_abbrev_day_names\000"
+.LASF59:
+ .ascii "__RAL_codeset_ascii\000"
+.LASF75:
+ .ascii "__RAL_error_decoder_fn_t\000"
+.LASF19:
+ .ascii "p_cs_precedes\000"
+.LASF70:
+ .ascii "__RAL_data_utf8_minus\000"
+.LASF3:
+ .ascii "long long unsigned int\000"
+.LASF54:
+ .ascii "__mbstate_s\000"
+.LASF73:
+ .ascii "__user_get_time_of_day\000"
+.LASF85:
+ .ascii "SystemCoreClock\000"
+.LASF36:
+ .ascii "date_format\000"
+.LASF78:
+ .ascii "next\000"
+.LASF34:
+ .ascii "abbrev_month_names\000"
+.LASF84:
+ .ascii "long long int\000"
+.LASF81:
+ .ascii "signed char\000"
+.LASF87:
+ .ascii "C:\\Users\\Aymar\\Desktop\\MSG\\msg-obc-software\\o"
+ .ascii "bc\\upsat-obc-software-master\\cubeMX\\disco\\Middl"
+ .ascii "ewares\\Third_Party\\FreeRTOS\\Source\\croutine.c\000"
+.LASF57:
+ .ascii "__RAL_global_locale\000"
+.LASF38:
+ .ascii "date_time_format\000"
+.LASF44:
+ .ascii "__towupper\000"
+.LASF6:
+ .ascii "long int\000"
+.LASF67:
+ .ascii "__RAL_data_utf8_comma\000"
+.LASF10:
+ .ascii "int_curr_symbol\000"
+.LASF15:
+ .ascii "positive_sign\000"
+.LASF25:
+ .ascii "int_p_cs_precedes\000"
+.LASF5:
+ .ascii "__wchar\000"
+.LASF89:
+ .ascii "timeval\000"
+.LASF14:
+ .ascii "mon_grouping\000"
+.LASF43:
+ .ascii "__iswctype\000"
+.LASF24:
+ .ascii "n_sign_posn\000"
+.LASF1:
+ .ascii "unsigned int\000"
+.LASF27:
+ .ascii "int_p_sep_by_space\000"
+.LASF12:
+ .ascii "mon_decimal_point\000"
+.LASF35:
+ .ascii "am_pm_indicator\000"
+.LASF66:
+ .ascii "__RAL_data_utf8_period\000"
+.LASF9:
+ .ascii "grouping\000"
+.LASF2:
+ .ascii "long unsigned int\000"
+.LASF45:
+ .ascii "__towlower\000"
+.LASF71:
+ .ascii "__RAL_data_empty_string\000"
+.LASF8:
+ .ascii "thousands_sep\000"
+.LASF50:
+ .ascii "name\000"
+.LASF41:
+ .ascii "__toupper\000"
+.LASF22:
+ .ascii "n_sep_by_space\000"
+.LASF51:
+ .ascii "data\000"
+.LASF16:
+ .ascii "negative_sign\000"
+.LASF74:
+ .ascii "short unsigned int\000"
+.LASF31:
+ .ascii "day_names\000"
+.LASF26:
+ .ascii "int_n_cs_precedes\000"
+.LASF55:
+ .ascii "__locale_s\000"
+.LASF53:
+ .ascii "__RAL_locale_t\000"
+.LASF37:
+ .ascii "time_format\000"
+.LASF23:
+ .ascii "p_sign_posn\000"
+.LASF61:
+ .ascii "__RAL_ascii_ctype_map\000"
+.LASF77:
+ .ascii "decode\000"
+.LASF47:
+ .ascii "__mbtowc\000"
+.LASF32:
+ .ascii "abbrev_day_names\000"
+.LASF21:
+ .ascii "n_cs_precedes\000"
+.LASF42:
+ .ascii "__tolower\000"
+.LASF72:
+ .ascii "__user_set_time_of_day\000"
+.LASF60:
+ .ascii "__RAL_codeset_utf8\000"
+.LASF56:
+ .ascii "__category\000"
+.LASF4:
+ .ascii "__state\000"
+.LASF39:
+ .ascii "unsigned char\000"
+.LASF62:
+ .ascii "__RAL_c_locale_day_names\000"
+.LASF18:
+ .ascii "frac_digits\000"
+.LASF82:
+ .ascii "short int\000"
+.LASF80:
+ .ascii "__RAL_error_decoder_head\000"
+.LASF13:
+ .ascii "mon_thousands_sep\000"
+.LASF48:
+ .ascii "__RAL_locale_data_t\000"
+.LASF83:
+ .ascii "uint32_t\000"
+.LASF29:
+ .ascii "int_p_sign_posn\000"
+.LASF0:
+ .ascii "char\000"
+.LASF20:
+ .ascii "p_sep_by_space\000"
+.LASF86:
+ .ascii "GNU C99 8.2.1 20181213 (release) [gcc-8-branch revi"
+ .ascii "sion 267074] -fmessage-length=0 -mcpu=cortex-m4 -ml"
+ .ascii "ittle-endian -mfloat-abi=soft -mthumb -mtp=soft -mu"
+ .ascii "naligned-access -std=gnu99 -g2 -gpubnames -fomit-fr"
+ .ascii "ame-pointer -fno-dwarf2-cfi-asm -fno-builtin -ffunc"
+ .ascii "tion-sections -fdata-sections -fshort-enums -fno-co"
+ .ascii "mmon\000"
+.LASF58:
+ .ascii "__RAL_c_locale\000"
+.LASF49:
+ .ascii "__RAL_locale_codeset_t\000"
+.LASF52:
+ .ascii "codeset\000"
+.LASF30:
+ .ascii "int_n_sign_posn\000"
+.LASF64:
+ .ascii "__RAL_c_locale_month_names\000"
+.LASF40:
+ .ascii "__isctype\000"
+.LASF76:
+ .ascii "__RAL_error_decoder_s\000"
+.LASF79:
+ .ascii "__RAL_error_decoder_t\000"
+.LASF88:
+ .ascii "C:\\Users\\Aymar\\Desktop\\MSG\\msg-obc-software\\o"
+ .ascii "bc\\upsat-obc-software-master\\cubeMX\\disco\\EWARM"
+ .ascii "\000"
+.LASF17:
+ .ascii "int_frac_digits\000"
+.LASF33:
+ .ascii "month_names\000"
+.LASF28:
+ .ascii "int_n_sep_by_space\000"
+.LASF69:
+ .ascii "__RAL_data_utf8_plus\000"
+.LASF65:
+ .ascii "__RAL_c_locale_abbrev_month_names\000"
+.LASF46:
+ .ascii "__wctomb\000"
+.LASF7:
+ .ascii "decimal_point\000"
+ .ident "GCC: (GNU) 8.2.1 20181213 (release) [gcc-8-branch revision 267074]"
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/croutine.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/croutine.d
index 8035cde..5385fea 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/croutine.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/croutine.d
@@ -1,19 +1,19 @@
disco/Obj/croutine.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/croutine.c \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER_SYSVIEW.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/Config/Global.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\croutine.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\OS\SEGGER_SYSVIEW_FreeRTOS.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER_SYSVIEW.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\Config\Global.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stddef.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stddef.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Inc/FreeRTOSConfig.h ../Inc/mxconstants.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h \
../Middlewares/Third_Party/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/intrinsics.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/intrinsics.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/list.h \
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/croutine.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/croutine.o
index 5753250..d1086d5 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/croutine.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/croutine.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/disco.ind b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/disco.ind
index e18079e..70f6b7b 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/disco.ind
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/disco.ind
@@ -44,16 +44,14 @@
"disco/Obj/event_groups.o"
"disco/Obj/port.o"
"disco/Obj/queue.o"
-"disco/Obj/SEGGER_SYSVIEW_FreeRTOS.o"
-"disco/Obj/SEGGER_SYSVIEW_Config_FreeRTOS.o"
-"disco/Obj/SEGGER_RTT.o"
"disco/Obj/SEGGER_SYSVIEW.o"
-"disco/Obj/obc_hal.o"
+"disco/Obj/SEGGER_RTT.o"
+"disco/Obj/SEGGER_SYSVIEW_FreeRTOS.o"
"disco/Obj/obc.o"
-"/usr/share/segger_embedded_studio_for_arm_4.16/lib/libdebugio_mempoll_v7em_fpv4_sp_d16_hard_t_le_eabi.a"
-"/usr/share/segger_embedded_studio_for_arm_4.16/lib/libm_v7em_fpv4_sp_d16_hard_t_le_eabi.a"
-"/usr/share/segger_embedded_studio_for_arm_4.16/lib/libc_v7em_fpv4_sp_d16_hard_t_le_eabi.a"
-"/usr/share/segger_embedded_studio_for_arm_4.16/lib/libcpp_v7em_fpv4_sp_d16_hard_t_le_eabi.a"
-"/usr/share/segger_embedded_studio_for_arm_4.16/lib/libdebugio_v7em_fpv4_sp_d16_hard_t_le_eabi.a"
-"/usr/share/segger_embedded_studio_for_arm_4.16/lib/libvfprintf_v7em_fpv4_sp_d16_hard_t_le_eabi.o"
-"/usr/share/segger_embedded_studio_for_arm_4.16/lib/libvfscanf_v7em_fpv4_sp_d16_hard_t_le_eabi.o"
+"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.18/lib/libdebugio_mempoll_v7em_t_le_eabi.a"
+"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.18/lib/libm_v7em_t_le_eabi.a"
+"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.18/lib/libc_v7em_t_le_eabi.a"
+"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.18/lib/libcpp_v7em_t_le_eabi.a"
+"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.18/lib/libdebugio_v7em_t_le_eabi.a"
+"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.18/lib/libvfprintf_v7em_t_le_eabi.o"
+"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.18/lib/libvfscanf_v7em_t_le_eabi.o"
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/diskio.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/diskio.d
index 35f2b7c..f6a8c7a 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/diskio.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/diskio.d
@@ -1,9 +1,9 @@
disco/Obj/diskio.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FatFs/src/diskio.c \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FatFs/src/diskio.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FatFs/src/integer.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FatFs/src/ff_gen_drv.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FatFs/src/ff.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FatFs\src\diskio.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FatFs\src\diskio.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FatFs\src\integer.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FatFs\src\ff_gen_drv.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FatFs\src\ff.h \
../Inc/ffconf.h ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
../Inc/stm32f4xx_hal_conf.h ../Inc/mxconstants.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
@@ -11,15 +11,15 @@ disco/Obj/diskio.o: \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h \
../Drivers/CMSIS/Include/core_cm4.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Drivers/CMSIS/Include/core_cmInstr.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
../Drivers/CMSIS/Include/core_cmSimd.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdio.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdio.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
@@ -42,19 +42,19 @@ disco/Obj/diskio.o: \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h \
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stddef.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stddef.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER_SYSVIEW.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/Config/Global.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\OS\SEGGER_SYSVIEW_FreeRTOS.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER_SYSVIEW.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\Config\Global.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h \
../Inc/FreeRTOSConfig.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h \
../Middlewares/Third_Party/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/intrinsics.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/intrinsics.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/list.h \
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/diskio.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/diskio.o
index de27156..6c647c3 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/diskio.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/diskio.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/event_groups.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/event_groups.d
index 629e234..183a54e 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/event_groups.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/event_groups.d
@@ -1,24 +1,24 @@
disco/Obj/event_groups.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/event_groups.c \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdlib.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER_SYSVIEW.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/Config/Global.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stddef.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\event_groups.c \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdlib.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\OS\SEGGER_SYSVIEW_FreeRTOS.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER_SYSVIEW.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\Config\Global.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\FreeRTOS.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stddef.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Inc/FreeRTOSConfig.h ../Inc/mxconstants.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/portable.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\projdefs.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\portable.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\deprecated_definitions.h \
../Middlewares/Third_Party/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/intrinsics.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/task.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/list.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/timers.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/task.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/event_groups.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/timers.h
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/intrinsics.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\mpu_wrappers.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\task.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\list.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\task.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\event_groups.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/event_groups.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/event_groups.o
index a054dd9..664490f 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/event_groups.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/event_groups.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/fatfs.asm b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/fatfs.asm
new file mode 100644
index 0000000..6479d52
--- /dev/null
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/fatfs.asm
@@ -0,0 +1,1890 @@
+ .cpu cortex-m4
+ .eabi_attribute 20, 1
+ .eabi_attribute 21, 1
+ .eabi_attribute 23, 3
+ .eabi_attribute 24, 1
+ .eabi_attribute 25, 1
+ .eabi_attribute 26, 1
+ .eabi_attribute 30, 6
+ .eabi_attribute 34, 1
+ .eabi_attribute 18, 4
+ .file "fatfs.c"
+ .text
+.Ltext0:
+ .global retSD
+ .section .bss.retSD,"aw",%nobits
+ .type retSD, %object
+ .size retSD, 1
+retSD:
+ .space 1
+ .global SD_Path
+ .section .bss.SD_Path,"aw",%nobits
+ .align 2
+ .type SD_Path, %object
+ .size SD_Path, 4
+SD_Path:
+ .space 4
+ .section .text.MX_FATFS_Init,"ax",%progbits
+ .align 1
+ .global MX_FATFS_Init
+ .syntax unified
+ .thumb
+ .thumb_func
+ .fpu softvfp
+ .type MX_FATFS_Init, %function
+MX_FATFS_Init:
+.LFB126:
+ .file 1 "C:\\Users\\Aymar\\Desktop\\MSG\\msg-obc-software\\obc\\upsat-obc-software-master\\cubeMX\\disco\\Src\\fatfs.c"
+ .loc 1 44 1
+ @ args = 0, pretend = 0, frame = 0
+ @ frame_needed = 0, uses_anonymous_args = 0
+ push {r3, lr}
+.LCFI0:
+ .loc 1 46 11
+ ldr r1, .L2
+ ldr r0, .L2+4
+ bl FATFS_LinkDriver
+ mov r3, r0
+ mov r2, r3
+ .loc 1 46 9
+ ldr r3, .L2+8
+ strb r2, [r3]
+ .loc 1 51 1
+ nop
+ pop {r3, pc}
+.L3:
+ .align 2
+.L2:
+ .word SD_Path
+ .word SD_Driver
+ .word retSD
+.LFE126:
+ .size MX_FATFS_Init, .-MX_FATFS_Init
+ .section .text.get_fattime,"ax",%progbits
+ .align 1
+ .global get_fattime
+ .syntax unified
+ .thumb
+ .thumb_func
+ .fpu softvfp
+ .type get_fattime, %function
+get_fattime:
+.LFB127:
+ .loc 1 59 1
+ @ args = 0, pretend = 0, frame = 0
+ @ frame_needed = 0, uses_anonymous_args = 0
+ @ link register save eliminated.
+ .loc 1 61 10
+ movs r3, #0
+ .loc 1 63 1
+ mov r0, r3
+ bx lr
+.LFE127:
+ .size get_fattime, .-get_fattime
+ .section .debug_frame,"",%progbits
+.Lframe0:
+ .4byte .LECIE0-.LSCIE0
+.LSCIE0:
+ .4byte 0xffffffff
+ .byte 0x3
+ .ascii "\000"
+ .uleb128 0x1
+ .sleb128 -4
+ .uleb128 0xe
+ .byte 0xc
+ .uleb128 0xd
+ .uleb128 0
+ .align 2
+.LECIE0:
+.LSFDE0:
+ .4byte .LEFDE0-.LASFDE0
+.LASFDE0:
+ .4byte .Lframe0
+ .4byte .LFB126
+ .4byte .LFE126-.LFB126
+ .byte 0x4
+ .4byte .LCFI0-.LFB126
+ .byte 0xe
+ .uleb128 0x8
+ .byte 0x83
+ .uleb128 0x2
+ .byte 0x8e
+ .uleb128 0x1
+ .align 2
+.LEFDE0:
+.LSFDE2:
+ .4byte .LEFDE2-.LASFDE2
+.LASFDE2:
+ .4byte .Lframe0
+ .4byte .LFB127
+ .4byte .LFE127-.LFB127
+ .align 2
+.LEFDE2:
+ .text
+.Letext0:
+ .file 2 "./../Middlewares/Third_Party/FatFs/src/integer.h"
+ .file 3 "C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.18/include/stdint.h"
+ .file 4 "./../Drivers/CMSIS/Include/core_cm4.h"
+ .file 5 "./../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h"
+ .file 6 "C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.18/include/__crossworks.h"
+ .file 7 "C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.18/include/stdio.h"
+ .file 8 "./../Middlewares/Third_Party/FatFs/src/diskio.h"
+ .file 9 "./../Middlewares/Third_Party/FatFs/src/ff_gen_drv.h"
+ .file 10 "./../Middlewares/Third_Party/FatFs/src/drivers/sd_diskio.h"
+ .file 11 "./../Inc/fatfs.h"
+ .section .debug_info,"",%progbits
+.Ldebug_info0:
+ .4byte 0x814
+ .2byte 0x4
+ .4byte .Ldebug_abbrev0
+ .byte 0x4
+ .uleb128 0x1
+ .4byte .LASF114
+ .byte 0xc
+ .4byte .LASF115
+ .4byte .LASF116
+ .4byte .Ldebug_ranges0+0
+ .4byte 0
+ .4byte .Ldebug_line0
+ .uleb128 0x2
+ .4byte .LASF3
+ .byte 0x2
+ .byte 0x10
+ .byte 0x17
+ .4byte 0x36
+ .uleb128 0x3
+ .4byte 0x25
+ .uleb128 0x4
+ .byte 0x1
+ .byte 0x8
+ .4byte .LASF0
+ .uleb128 0x3
+ .4byte 0x36
+ .uleb128 0x4
+ .byte 0x2
+ .byte 0x5
+ .4byte .LASF1
+ .uleb128 0x4
+ .byte 0x2
+ .byte 0x7
+ .4byte .LASF2
+ .uleb128 0x5
+ .byte 0x4
+ .byte 0x5
+ .ascii "int\000"
+ .uleb128 0x2
+ .4byte .LASF4
+ .byte 0x2
+ .byte 0x19
+ .byte 0x16
+ .4byte 0x63
+ .uleb128 0x4
+ .byte 0x4
+ .byte 0x7
+ .4byte .LASF5
+ .uleb128 0x4
+ .byte 0x4
+ .byte 0x5
+ .4byte .LASF6
+ .uleb128 0x2
+ .4byte .LASF7
+ .byte 0x2
+ .byte 0x1d
+ .byte 0x17
+ .4byte 0x7d
+ .uleb128 0x4
+ .byte 0x4
+ .byte 0x7
+ .4byte .LASF8
+ .uleb128 0x4
+ .byte 0x1
+ .byte 0x6
+ .4byte .LASF9
+ .uleb128 0x2
+ .4byte .LASF10
+ .byte 0x3
+ .byte 0x30
+ .byte 0x1c
+ .4byte 0x36
+ .uleb128 0x2
+ .4byte .LASF11
+ .byte 0x3
+ .byte 0x37
+ .byte 0x1c
+ .4byte 0x50
+ .uleb128 0x6
+ .4byte 0x97
+ .uleb128 0x2
+ .4byte .LASF12
+ .byte 0x3
+ .byte 0x38
+ .byte 0x1c
+ .4byte 0x63
+ .uleb128 0x4
+ .byte 0x8
+ .byte 0x5
+ .4byte .LASF13
+ .uleb128 0x4
+ .byte 0x8
+ .byte 0x7
+ .4byte .LASF14
+ .uleb128 0x7
+ .4byte .LASF15
+ .byte 0x4
+ .2byte 0x744
+ .byte 0x19
+ .4byte 0xa3
+ .uleb128 0x8
+ .4byte .LASF16
+ .byte 0x5
+ .byte 0x4c
+ .byte 0x11
+ .4byte 0xa8
+ .uleb128 0x9
+ .byte 0x4
+ .uleb128 0xa
+ .4byte .LASF66
+ .byte 0x8
+ .byte 0x6
+ .byte 0x7e
+ .byte 0x8
+ .4byte 0x105
+ .uleb128 0xb
+ .4byte .LASF17
+ .byte 0x6
+ .byte 0x7f
+ .byte 0x7
+ .4byte 0x50
+ .byte 0
+ .uleb128 0xb
+ .4byte .LASF18
+ .byte 0x6
+ .byte 0x80
+ .byte 0x8
+ .4byte 0x6a
+ .byte 0x4
+ .byte 0
+ .uleb128 0xc
+ .4byte 0x50
+ .4byte 0x11e
+ .uleb128 0xd
+ .4byte 0x11e
+ .uleb128 0xd
+ .4byte 0x63
+ .uleb128 0xd
+ .4byte 0x130
+ .byte 0
+ .uleb128 0xe
+ .byte 0x4
+ .4byte 0x124
+ .uleb128 0x4
+ .byte 0x1
+ .byte 0x8
+ .4byte .LASF19
+ .uleb128 0x3
+ .4byte 0x124
+ .uleb128 0xe
+ .byte 0x4
+ .4byte 0xdd
+ .uleb128 0xc
+ .4byte 0x50
+ .4byte 0x154
+ .uleb128 0xd
+ .4byte 0x154
+ .uleb128 0xd
+ .4byte 0x15a
+ .uleb128 0xd
+ .4byte 0x63
+ .uleb128 0xd
+ .4byte 0x130
+ .byte 0
+ .uleb128 0xe
+ .byte 0x4
+ .4byte 0x63
+ .uleb128 0xe
+ .byte 0x4
+ .4byte 0x12b
+ .uleb128 0xf
+ .byte 0x58
+ .byte 0x6
+ .byte 0x86
+ .byte 0x9
+ .4byte 0x30a
+ .uleb128 0xb
+ .4byte .LASF20
+ .byte 0x6
+ .byte 0x88
+ .byte 0xf
+ .4byte 0x15a
+ .byte 0
+ .uleb128 0xb
+ .4byte .LASF21
+ .byte 0x6
+ .byte 0x89
+ .byte 0xf
+ .4byte 0x15a
+ .byte 0x4
+ .uleb128 0xb
+ .4byte .LASF22
+ .byte 0x6
+ .byte 0x8a
+ .byte 0xf
+ .4byte 0x15a
+ .byte 0x8
+ .uleb128 0xb
+ .4byte .LASF23
+ .byte 0x6
+ .byte 0x8c
+ .byte 0xf
+ .4byte 0x15a
+ .byte 0xc
+ .uleb128 0xb
+ .4byte .LASF24
+ .byte 0x6
+ .byte 0x8d
+ .byte 0xf
+ .4byte 0x15a
+ .byte 0x10
+ .uleb128 0xb
+ .4byte .LASF25
+ .byte 0x6
+ .byte 0x8e
+ .byte 0xf
+ .4byte 0x15a
+ .byte 0x14
+ .uleb128 0xb
+ .4byte .LASF26
+ .byte 0x6
+ .byte 0x8f
+ .byte 0xf
+ .4byte 0x15a
+ .byte 0x18
+ .uleb128 0xb
+ .4byte .LASF27
+ .byte 0x6
+ .byte 0x90
+ .byte 0xf
+ .4byte 0x15a
+ .byte 0x1c
+ .uleb128 0xb
+ .4byte .LASF28
+ .byte 0x6
+ .byte 0x91
+ .byte 0xf
+ .4byte 0x15a
+ .byte 0x20
+ .uleb128 0xb
+ .4byte .LASF29
+ .byte 0x6
+ .byte 0x92
+ .byte 0xf
+ .4byte 0x15a
+ .byte 0x24
+ .uleb128 0xb
+ .4byte .LASF30
+ .byte 0x6
+ .byte 0x94
+ .byte 0x8
+ .4byte 0x124
+ .byte 0x28
+ .uleb128 0xb
+ .4byte .LASF31
+ .byte 0x6
+ .byte 0x95
+ .byte 0x8
+ .4byte 0x124
+ .byte 0x29
+ .uleb128 0xb
+ .4byte .LASF32
+ .byte 0x6
+ .byte 0x96
+ .byte 0x8
+ .4byte 0x124
+ .byte 0x2a
+ .uleb128 0xb
+ .4byte .LASF33
+ .byte 0x6
+ .byte 0x97
+ .byte 0x8
+ .4byte 0x124
+ .byte 0x2b
+ .uleb128 0xb
+ .4byte .LASF34
+ .byte 0x6
+ .byte 0x98
+ .byte 0x8
+ .4byte 0x124
+ .byte 0x2c
+ .uleb128 0xb
+ .4byte .LASF35
+ .byte 0x6
+ .byte 0x99
+ .byte 0x8
+ .4byte 0x124
+ .byte 0x2d
+ .uleb128 0xb
+ .4byte .LASF36
+ .byte 0x6
+ .byte 0x9a
+ .byte 0x8
+ .4byte 0x124
+ .byte 0x2e
+ .uleb128 0xb
+ .4byte .LASF37
+ .byte 0x6
+ .byte 0x9b
+ .byte 0x8
+ .4byte 0x124
+ .byte 0x2f
+ .uleb128 0xb
+ .4byte .LASF38
+ .byte 0x6
+ .byte 0x9c
+ .byte 0x8
+ .4byte 0x124
+ .byte 0x30
+ .uleb128 0xb
+ .4byte .LASF39
+ .byte 0x6
+ .byte 0x9d
+ .byte 0x8
+ .4byte 0x124
+ .byte 0x31
+ .uleb128 0xb
+ .4byte .LASF40
+ .byte 0x6
+ .byte 0x9e
+ .byte 0x8
+ .4byte 0x124
+ .byte 0x32
+ .uleb128 0xb
+ .4byte .LASF41
+ .byte 0x6
+ .byte 0x9f
+ .byte 0x8
+ .4byte 0x124
+ .byte 0x33
+ .uleb128 0xb
+ .4byte .LASF42
+ .byte 0x6
+ .byte 0xa0
+ .byte 0x8
+ .4byte 0x124
+ .byte 0x34
+ .uleb128 0xb
+ .4byte .LASF43
+ .byte 0x6
+ .byte 0xa1
+ .byte 0x8
+ .4byte 0x124
+ .byte 0x35
+ .uleb128 0xb
+ .4byte .LASF44
+ .byte 0x6
+ .byte 0xa6
+ .byte 0xf
+ .4byte 0x15a
+ .byte 0x38
+ .uleb128 0xb
+ .4byte .LASF45
+ .byte 0x6
+ .byte 0xa7
+ .byte 0xf
+ .4byte 0x15a
+ .byte 0x3c
+ .uleb128 0xb
+ .4byte .LASF46
+ .byte 0x6
+ .byte 0xa8
+ .byte 0xf
+ .4byte 0x15a
+ .byte 0x40
+ .uleb128 0xb
+ .4byte .LASF47
+ .byte 0x6
+ .byte 0xa9
+ .byte 0xf
+ .4byte 0x15a
+ .byte 0x44
+ .uleb128 0xb
+ .4byte .LASF48
+ .byte 0x6
+ .byte 0xaa
+ .byte 0xf
+ .4byte 0x15a
+ .byte 0x48
+ .uleb128 0xb
+ .4byte .LASF49
+ .byte 0x6
+ .byte 0xab
+ .byte 0xf
+ .4byte 0x15a
+ .byte 0x4c
+ .uleb128 0xb
+ .4byte .LASF50
+ .byte 0x6
+ .byte 0xac
+ .byte 0xf
+ .4byte 0x15a
+ .byte 0x50
+ .uleb128 0xb
+ .4byte .LASF51
+ .byte 0x6
+ .byte 0xad
+ .byte 0xf
+ .4byte 0x15a
+ .byte 0x54
+ .byte 0
+ .uleb128 0x2
+ .4byte .LASF52
+ .byte 0x6
+ .byte 0xae
+ .byte 0x3
+ .4byte 0x160
+ .uleb128 0x3
+ .4byte 0x30a
+ .uleb128 0xf
+ .byte 0x20
+ .byte 0x6
+ .byte 0xc4
+ .byte 0x9
+ .4byte 0x38d
+ .uleb128 0xb
+ .4byte .LASF53
+ .byte 0x6
+ .byte 0xc6
+ .byte 0x9
+ .4byte 0x3a1
+ .byte 0
+ .uleb128 0xb
+ .4byte .LASF54
+ .byte 0x6
+ .byte 0xc7
+ .byte 0x9
+ .4byte 0x3b6
+ .byte 0x4
+ .uleb128 0xb
+ .4byte .LASF55
+ .byte 0x6
+ .byte 0xc8
+ .byte 0x9
+ .4byte 0x3b6
+ .byte 0x8
+ .uleb128 0xb
+ .4byte .LASF56
+ .byte 0x6
+ .byte 0xcb
+ .byte 0x9
+ .4byte 0x3d0
+ .byte 0xc
+ .uleb128 0xb
+ .4byte .LASF57
+ .byte 0x6
+ .byte 0xcc
+ .byte 0xa
+ .4byte 0x3e5
+ .byte 0x10
+ .uleb128 0xb
+ .4byte .LASF58
+ .byte 0x6
+ .byte 0xcd
+ .byte 0xa
+ .4byte 0x3e5
+ .byte 0x14
+ .uleb128 0xb
+ .4byte .LASF59
+ .byte 0x6
+ .byte 0xd0
+ .byte 0x9
+ .4byte 0x3eb
+ .byte 0x18
+ .uleb128 0xb
+ .4byte .LASF60
+ .byte 0x6
+ .byte 0xd1
+ .byte 0x9
+ .4byte 0x3f1
+ .byte 0x1c
+ .byte 0
+ .uleb128 0xc
+ .4byte 0x50
+ .4byte 0x3a1
+ .uleb128 0xd
+ .4byte 0x50
+ .uleb128 0xd
+ .4byte 0x50
+ .byte 0
+ .uleb128 0xe
+ .byte 0x4
+ .4byte 0x38d
+ .uleb128 0xc
+ .4byte 0x50
+ .4byte 0x3b6
+ .uleb128 0xd
+ .4byte 0x50
+ .byte 0
+ .uleb128 0xe
+ .byte 0x4
+ .4byte 0x3a7
+ .uleb128 0xc
+ .4byte 0x50
+ .4byte 0x3d0
+ .uleb128 0xd
+ .4byte 0x6a
+ .uleb128 0xd
+ .4byte 0x50
+ .byte 0
+ .uleb128 0xe
+ .byte 0x4
+ .4byte 0x3bc
+ .uleb128 0xc
+ .4byte 0x6a
+ .4byte 0x3e5
+ .uleb128 0xd
+ .4byte 0x6a
+ .byte 0
+ .uleb128 0xe
+ .byte 0x4
+ .4byte 0x3d6
+ .uleb128 0xe
+ .byte 0x4
+ .4byte 0x105
+ .uleb128 0xe
+ .byte 0x4
+ .4byte 0x136
+ .uleb128 0x2
+ .4byte .LASF61
+ .byte 0x6
+ .byte 0xd2
+ .byte 0x3
+ .4byte 0x31b
+ .uleb128 0x3
+ .4byte 0x3f7
+ .uleb128 0xf
+ .byte 0xc
+ .byte 0x6
+ .byte 0xd4
+ .byte 0x9
+ .4byte 0x439
+ .uleb128 0xb
+ .4byte .LASF62
+ .byte 0x6
+ .byte 0xd5
+ .byte 0xf
+ .4byte 0x15a
+ .byte 0
+ .uleb128 0xb
+ .4byte .LASF63
+ .byte 0x6
+ .byte 0xd6
+ .byte 0x25
+ .4byte 0x439
+ .byte 0x4
+ .uleb128 0xb
+ .4byte .LASF64
+ .byte 0x6
+ .byte 0xd7
+ .byte 0x28
+ .4byte 0x43f
+ .byte 0x8
+ .byte 0
+ .uleb128 0xe
+ .byte 0x4
+ .4byte 0x316
+ .uleb128 0xe
+ .byte 0x4
+ .4byte 0x403
+ .uleb128 0x2
+ .4byte .LASF65
+ .byte 0x6
+ .byte 0xd8
+ .byte 0x3
+ .4byte 0x408
+ .uleb128 0x3
+ .4byte 0x445
+ .uleb128 0xa
+ .4byte .LASF67
+ .byte 0x14
+ .byte 0x6
+ .byte 0xdc
+ .byte 0x10
+ .4byte 0x471
+ .uleb128 0xb
+ .4byte .LASF68
+ .byte 0x6
+ .byte 0xdd
+ .byte 0x20
+ .4byte 0x471
+ .byte 0
+ .byte 0
+ .uleb128 0x10
+ .4byte 0x481
+ .4byte 0x481
+ .uleb128 0x11
+ .4byte 0x63
+ .byte 0x4
+ .byte 0
+ .uleb128 0xe
+ .byte 0x4
+ .4byte 0x451
+ .uleb128 0x7
+ .4byte .LASF69
+ .byte 0x6
+ .2byte 0x106
+ .byte 0x1a
+ .4byte 0x456
+ .uleb128 0x7
+ .4byte .LASF70
+ .byte 0x6
+ .2byte 0x10d
+ .byte 0x24
+ .4byte 0x451
+ .uleb128 0x7
+ .4byte .LASF71
+ .byte 0x6
+ .2byte 0x110
+ .byte 0x2c
+ .4byte 0x403
+ .uleb128 0x7
+ .4byte .LASF72
+ .byte 0x6
+ .2byte 0x111
+ .byte 0x2c
+ .4byte 0x403
+ .uleb128 0x10
+ .4byte 0x3d
+ .4byte 0x4cb
+ .uleb128 0x11
+ .4byte 0x63
+ .byte 0x7f
+ .byte 0
+ .uleb128 0x3
+ .4byte 0x4bb
+ .uleb128 0x7
+ .4byte .LASF73
+ .byte 0x6
+ .2byte 0x113
+ .byte 0x23
+ .4byte 0x4cb
+ .uleb128 0x10
+ .4byte 0x12b
+ .4byte 0x4e8
+ .uleb128 0x12
+ .byte 0
+ .uleb128 0x3
+ .4byte 0x4dd
+ .uleb128 0x7
+ .4byte .LASF74
+ .byte 0x6
+ .2byte 0x115
+ .byte 0x13
+ .4byte 0x4e8
+ .uleb128 0x7
+ .4byte .LASF75
+ .byte 0x6
+ .2byte 0x116
+ .byte 0x13
+ .4byte 0x4e8
+ .uleb128 0x7
+ .4byte .LASF76
+ .byte 0x6
+ .2byte 0x117
+ .byte 0x13
+ .4byte 0x4e8
+ .uleb128 0x7
+ .4byte .LASF77
+ .byte 0x6
+ .2byte 0x118
+ .byte 0x13
+ .4byte 0x4e8
+ .uleb128 0x7
+ .4byte .LASF78
+ .byte 0x6
+ .2byte 0x11a
+ .byte 0x13
+ .4byte 0x4e8
+ .uleb128 0x7
+ .4byte .LASF79
+ .byte 0x6
+ .2byte 0x11b
+ .byte 0x13
+ .4byte 0x4e8
+ .uleb128 0x7
+ .4byte .LASF80
+ .byte 0x6
+ .2byte 0x11c
+ .byte 0x13
+ .4byte 0x4e8
+ .uleb128 0x7
+ .4byte .LASF81
+ .byte 0x6
+ .2byte 0x11d
+ .byte 0x13
+ .4byte 0x4e8
+ .uleb128 0x7
+ .4byte .LASF82
+ .byte 0x6
+ .2byte 0x11e
+ .byte 0x13
+ .4byte 0x4e8
+ .uleb128 0x7
+ .4byte .LASF83
+ .byte 0x6
+ .2byte 0x11f
+ .byte 0x13
+ .4byte 0x4e8
+ .uleb128 0xc
+ .4byte 0x50
+ .4byte 0x57e
+ .uleb128 0xd
+ .4byte 0x57e
+ .byte 0
+ .uleb128 0xe
+ .byte 0x4
+ .4byte 0x589
+ .uleb128 0x13
+ .4byte .LASF93
+ .uleb128 0x3
+ .4byte 0x584
+ .uleb128 0x7
+ .4byte .LASF84
+ .byte 0x6
+ .2byte 0x135
+ .byte 0xe
+ .4byte 0x59b
+ .uleb128 0xe
+ .byte 0x4
+ .4byte 0x56f
+ .uleb128 0xc
+ .4byte 0x50
+ .4byte 0x5b0
+ .uleb128 0xd
+ .4byte 0x5b0
+ .byte 0
+ .uleb128 0xe
+ .byte 0x4
+ .4byte 0x584
+ .uleb128 0x7
+ .4byte .LASF85
+ .byte 0x6
+ .2byte 0x136
+ .byte 0xe
+ .4byte 0x5c3
+ .uleb128 0xe
+ .byte 0x4
+ .4byte 0x5a1
+ .uleb128 0x14
+ .4byte .LASF86
+ .byte 0x6
+ .2byte 0x14d
+ .byte 0x18
+ .4byte 0x5d6
+ .uleb128 0xe
+ .byte 0x4
+ .4byte 0x5dc
+ .uleb128 0xc
+ .4byte 0x15a
+ .4byte 0x5eb
+ .uleb128 0xd
+ .4byte 0x50
+ .byte 0
+ .uleb128 0x15
+ .4byte .LASF87
+ .byte 0x8
+ .byte 0x6
+ .2byte 0x14f
+ .byte 0x10
+ .4byte 0x616
+ .uleb128 0x16
+ .4byte .LASF88
+ .byte 0x6
+ .2byte 0x151
+ .byte 0x1c
+ .4byte 0x5c9
+ .byte 0
+ .uleb128 0x16
+ .4byte .LASF89
+ .byte 0x6
+ .2byte 0x152
+ .byte 0x21
+ .4byte 0x616
+ .byte 0x4
+ .byte 0
+ .uleb128 0xe
+ .byte 0x4
+ .4byte 0x5eb
+ .uleb128 0x14
+ .4byte .LASF90
+ .byte 0x6
+ .2byte 0x153
+ .byte 0x3
+ .4byte 0x5eb
+ .uleb128 0x7
+ .4byte .LASF91
+ .byte 0x6
+ .2byte 0x157
+ .byte 0x1f
+ .4byte 0x636
+ .uleb128 0xe
+ .byte 0x4
+ .4byte 0x61c
+ .uleb128 0x14
+ .4byte .LASF92
+ .byte 0x7
+ .2byte 0x317
+ .byte 0x1b
+ .4byte 0x649
+ .uleb128 0x13
+ .4byte .LASF94
+ .uleb128 0x7
+ .4byte .LASF95
+ .byte 0x7
+ .2byte 0x31b
+ .byte 0xe
+ .4byte 0x65b
+ .uleb128 0xe
+ .byte 0x4
+ .4byte 0x63c
+ .uleb128 0x7
+ .4byte .LASF96
+ .byte 0x7
+ .2byte 0x31c
+ .byte 0xe
+ .4byte 0x65b
+ .uleb128 0x7
+ .4byte .LASF97
+ .byte 0x7
+ .2byte 0x31d
+ .byte 0xe
+ .4byte 0x65b
+ .uleb128 0xe
+ .byte 0x4
+ .4byte 0x25
+ .uleb128 0x2
+ .4byte .LASF98
+ .byte 0x8
+ .byte 0x13
+ .byte 0xe
+ .4byte 0x25
+ .uleb128 0x17
+ .byte 0x7
+ .byte 0x1
+ .4byte 0x36
+ .byte 0x8
+ .byte 0x16
+ .byte 0xe
+ .4byte 0x6ba
+ .uleb128 0x18
+ .4byte .LASF99
+ .byte 0
+ .uleb128 0x18
+ .4byte .LASF100
+ .byte 0x1
+ .uleb128 0x18
+ .4byte .LASF101
+ .byte 0x2
+ .uleb128 0x18
+ .4byte .LASF102
+ .byte 0x3
+ .uleb128 0x18
+ .4byte .LASF103
+ .byte 0x4
+ .byte 0
+ .uleb128 0x2
+ .4byte .LASF104
+ .byte 0x8
+ .byte 0x1c
+ .byte 0x3
+ .4byte 0x68d
+ .uleb128 0xf
+ .byte 0x14
+ .byte 0x9
+ .byte 0x2d
+ .byte 0x9
+ .4byte 0x711
+ .uleb128 0xb
+ .4byte .LASF105
+ .byte 0x9
+ .byte 0x2f
+ .byte 0xd
+ .4byte 0x720
+ .byte 0
+ .uleb128 0xb
+ .4byte .LASF106
+ .byte 0x9
+ .byte 0x30
+ .byte 0xd
+ .4byte 0x720
+ .byte 0x4
+ .uleb128 0xb
+ .4byte .LASF107
+ .byte 0x9
+ .byte 0x31
+ .byte 0xd
+ .4byte 0x744
+ .byte 0x8
+ .uleb128 0xb
+ .4byte .LASF108
+ .byte 0x9
+ .byte 0x33
+ .byte 0xd
+ .4byte 0x76e
+ .byte 0xc
+ .uleb128 0xb
+ .4byte .LASF109
+ .byte 0x9
+ .byte 0x36
+ .byte 0xd
+ .4byte 0x78d
+ .byte 0x10
+ .byte 0
+ .uleb128 0xc
+ .4byte 0x681
+ .4byte 0x720
+ .uleb128 0xd
+ .4byte 0x25
+ .byte 0
+ .uleb128 0xe
+ .byte 0x4
+ .4byte 0x711
+ .uleb128 0xc
+ .4byte 0x6ba
+ .4byte 0x744
+ .uleb128 0xd
+ .4byte 0x25
+ .uleb128 0xd
+ .4byte 0x67b
+ .uleb128 0xd
+ .4byte 0x71
+ .uleb128 0xd
+ .4byte 0x57
+ .byte 0
+ .uleb128 0xe
+ .byte 0x4
+ .4byte 0x726
+ .uleb128 0xc
+ .4byte 0x6ba
+ .4byte 0x768
+ .uleb128 0xd
+ .4byte 0x25
+ .uleb128 0xd
+ .4byte 0x768
+ .uleb128 0xd
+ .4byte 0x71
+ .uleb128 0xd
+ .4byte 0x57
+ .byte 0
+ .uleb128 0xe
+ .byte 0x4
+ .4byte 0x31
+ .uleb128 0xe
+ .byte 0x4
+ .4byte 0x74a
+ .uleb128 0xc
+ .4byte 0x6ba
+ .4byte 0x78d
+ .uleb128 0xd
+ .4byte 0x25
+ .uleb128 0xd
+ .4byte 0x25
+ .uleb128 0xd
+ .4byte 0xdb
+ .byte 0
+ .uleb128 0xe
+ .byte 0x4
+ .4byte 0x774
+ .uleb128 0x2
+ .4byte .LASF110
+ .byte 0x9
+ .byte 0x39
+ .byte 0x2
+ .4byte 0x6c6
+ .uleb128 0x8
+ .4byte .LASF111
+ .byte 0xa
+ .byte 0x24
+ .byte 0x1b
+ .4byte 0x793
+ .uleb128 0x8
+ .4byte .LASF112
+ .byte 0xb
+ .byte 0x31
+ .byte 0x10
+ .4byte 0x8b
+ .uleb128 0x10
+ .4byte 0x124
+ .4byte 0x7c7
+ .uleb128 0x11
+ .4byte 0x63
+ .byte 0x3
+ .byte 0
+ .uleb128 0x8
+ .4byte .LASF113
+ .byte 0xb
+ .byte 0x32
+ .byte 0xd
+ .4byte 0x7b7
+ .uleb128 0x19
+ .4byte 0x7ab
+ .byte 0x1
+ .byte 0x24
+ .byte 0x9
+ .uleb128 0x5
+ .byte 0x3
+ .4byte retSD
+ .uleb128 0x19
+ .4byte 0x7c7
+ .byte 0x1
+ .byte 0x25
+ .byte 0x6
+ .uleb128 0x5
+ .byte 0x3
+ .4byte SD_Path
+ .uleb128 0x1a
+ .4byte .LASF117
+ .byte 0x1
+ .byte 0x3a
+ .byte 0x7
+ .4byte 0x71
+ .4byte .LFB127
+ .4byte .LFE127-.LFB127
+ .uleb128 0x1
+ .byte 0x9c
+ .uleb128 0x1b
+ .4byte .LASF118
+ .byte 0x1
+ .byte 0x2b
+ .byte 0x6
+ .4byte .LFB126
+ .4byte .LFE126-.LFB126
+ .uleb128 0x1
+ .byte 0x9c
+ .byte 0
+ .section .debug_abbrev,"",%progbits
+.Ldebug_abbrev0:
+ .uleb128 0x1
+ .uleb128 0x11
+ .byte 0x1
+ .uleb128 0x25
+ .uleb128 0xe
+ .uleb128 0x13
+ .uleb128 0xb
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x1b
+ .uleb128 0xe
+ .uleb128 0x2134
+ .uleb128 0x19
+ .uleb128 0x55
+ .uleb128 0x17
+ .uleb128 0x11
+ .uleb128 0x1
+ .uleb128 0x10
+ .uleb128 0x17
+ .byte 0
+ .byte 0
+ .uleb128 0x2
+ .uleb128 0x16
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0x26
+ .byte 0
+ .uleb128 0x49
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x4
+ .uleb128 0x24
+ .byte 0
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x3e
+ .uleb128 0xb
+ .uleb128 0x3
+ .uleb128 0xe
+ .byte 0
+ .byte 0
+ .uleb128 0x5
+ .uleb128 0x24
+ .byte 0
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x3e
+ .uleb128 0xb
+ .uleb128 0x3
+ .uleb128 0x8
+ .byte 0
+ .byte 0
+ .uleb128 0x6
+ .uleb128 0x35
+ .byte 0
+ .uleb128 0x49
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x7
+ .uleb128 0x34
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x3f
+ .uleb128 0x19
+ .uleb128 0x3c
+ .uleb128 0x19
+ .byte 0
+ .byte 0
+ .uleb128 0x8
+ .uleb128 0x34
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x3f
+ .uleb128 0x19
+ .uleb128 0x3c
+ .uleb128 0x19
+ .byte 0
+ .byte 0
+ .uleb128 0x9
+ .uleb128 0xf
+ .byte 0
+ .uleb128 0xb
+ .uleb128 0xb
+ .byte 0
+ .byte 0
+ .uleb128 0xa
+ .uleb128 0x13
+ .byte 0x1
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0xb
+ .uleb128 0xd
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x38
+ .uleb128 0xb
+ .byte 0
+ .byte 0
+ .uleb128 0xc
+ .uleb128 0x15
+ .byte 0x1
+ .uleb128 0x27
+ .uleb128 0x19
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0xd
+ .uleb128 0x5
+ .byte 0
+ .uleb128 0x49
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0xe
+ .uleb128 0xf
+ .byte 0
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0xf
+ .uleb128 0x13
+ .byte 0x1
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x10
+ .uleb128 0x1
+ .byte 0x1
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x11
+ .uleb128 0x21
+ .byte 0
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x2f
+ .uleb128 0xb
+ .byte 0
+ .byte 0
+ .uleb128 0x12
+ .uleb128 0x21
+ .byte 0
+ .byte 0
+ .byte 0
+ .uleb128 0x13
+ .uleb128 0x13
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3c
+ .uleb128 0x19
+ .byte 0
+ .byte 0
+ .uleb128 0x14
+ .uleb128 0x16
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x15
+ .uleb128 0x13
+ .byte 0x1
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x16
+ .uleb128 0xd
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x38
+ .uleb128 0xb
+ .byte 0
+ .byte 0
+ .uleb128 0x17
+ .uleb128 0x4
+ .byte 0x1
+ .uleb128 0x3e
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x18
+ .uleb128 0x28
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x1c
+ .uleb128 0xb
+ .byte 0
+ .byte 0
+ .uleb128 0x19
+ .uleb128 0x34
+ .byte 0
+ .uleb128 0x47
+ .uleb128 0x13
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x2
+ .uleb128 0x18
+ .byte 0
+ .byte 0
+ .uleb128 0x1a
+ .uleb128 0x2e
+ .byte 0
+ .uleb128 0x3f
+ .uleb128 0x19
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x27
+ .uleb128 0x19
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x11
+ .uleb128 0x1
+ .uleb128 0x12
+ .uleb128 0x6
+ .uleb128 0x40
+ .uleb128 0x18
+ .uleb128 0x2117
+ .uleb128 0x19
+ .byte 0
+ .byte 0
+ .uleb128 0x1b
+ .uleb128 0x2e
+ .byte 0
+ .uleb128 0x3f
+ .uleb128 0x19
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x27
+ .uleb128 0x19
+ .uleb128 0x11
+ .uleb128 0x1
+ .uleb128 0x12
+ .uleb128 0x6
+ .uleb128 0x40
+ .uleb128 0x18
+ .uleb128 0x2116
+ .uleb128 0x19
+ .byte 0
+ .byte 0
+ .byte 0
+ .section .debug_pubnames,"",%progbits
+ .4byte 0x5c
+ .2byte 0x2
+ .4byte .Ldebug_info0
+ .4byte 0x818
+ .4byte 0x7d3
+ .ascii "retSD\000"
+ .4byte 0x7e1
+ .ascii "SD_Path\000"
+ .4byte 0x7d3
+ .ascii "retSD\000"
+ .4byte 0x7e1
+ .ascii "SD_Path\000"
+ .4byte 0x7ef
+ .ascii "get_fattime\000"
+ .4byte 0x805
+ .ascii "MX_FATFS_Init\000"
+ .4byte 0
+ .section .debug_pubtypes,"",%progbits
+ .4byte 0x1f5
+ .2byte 0x2
+ .4byte .Ldebug_info0
+ .4byte 0x818
+ .4byte 0x36
+ .ascii "unsigned char\000"
+ .4byte 0x25
+ .ascii "BYTE\000"
+ .4byte 0x42
+ .ascii "short int\000"
+ .4byte 0x49
+ .ascii "short unsigned int\000"
+ .4byte 0x50
+ .ascii "int\000"
+ .4byte 0x63
+ .ascii "unsigned int\000"
+ .4byte 0x57
+ .ascii "UINT\000"
+ .4byte 0x6a
+ .ascii "long int\000"
+ .4byte 0x7d
+ .ascii "long unsigned int\000"
+ .4byte 0x71
+ .ascii "DWORD\000"
+ .4byte 0x84
+ .ascii "signed char\000"
+ .4byte 0x8b
+ .ascii "uint8_t\000"
+ .4byte 0x97
+ .ascii "int32_t\000"
+ .4byte 0xa8
+ .ascii "uint32_t\000"
+ .4byte 0xb4
+ .ascii "long long int\000"
+ .4byte 0xbb
+ .ascii "long long unsigned int\000"
+ .4byte 0xdd
+ .ascii "__mbstate_s\000"
+ .4byte 0x124
+ .ascii "char\000"
+ .4byte 0x30a
+ .ascii "__RAL_locale_data_t\000"
+ .4byte 0x3f7
+ .ascii "__RAL_locale_codeset_t\000"
+ .4byte 0x445
+ .ascii "__RAL_locale_t\000"
+ .4byte 0x456
+ .ascii "__locale_s\000"
+ .4byte 0x5c9
+ .ascii "__RAL_error_decoder_fn_t\000"
+ .4byte 0x5eb
+ .ascii "__RAL_error_decoder_s\000"
+ .4byte 0x61c
+ .ascii "__RAL_error_decoder_t\000"
+ .4byte 0x63c
+ .ascii "FILE\000"
+ .4byte 0x681
+ .ascii "DSTATUS\000"
+ .4byte 0x6ba
+ .ascii "DRESULT\000"
+ .4byte 0x793
+ .ascii "Diskio_drvTypeDef\000"
+ .4byte 0
+ .section .debug_aranges,"",%progbits
+ .4byte 0x24
+ .2byte 0x2
+ .4byte .Ldebug_info0
+ .byte 0x4
+ .byte 0
+ .2byte 0
+ .2byte 0
+ .4byte .LFB126
+ .4byte .LFE126-.LFB126
+ .4byte .LFB127
+ .4byte .LFE127-.LFB127
+ .4byte 0
+ .4byte 0
+ .section .debug_ranges,"",%progbits
+.Ldebug_ranges0:
+ .4byte .LFB126
+ .4byte .LFE126
+ .4byte .LFB127
+ .4byte .LFE127
+ .4byte 0
+ .4byte 0
+ .section .debug_line,"",%progbits
+.Ldebug_line0:
+ .section .debug_str,"MS",%progbits,1
+.LASF33:
+ .ascii "p_sep_by_space\000"
+.LASF66:
+ .ascii "__mbstate_s\000"
+.LASF100:
+ .ascii "RES_ERROR\000"
+.LASF71:
+ .ascii "__RAL_codeset_ascii\000"
+.LASF24:
+ .ascii "currency_symbol\000"
+.LASF28:
+ .ascii "positive_sign\000"
+.LASF41:
+ .ascii "int_n_sep_by_space\000"
+.LASF99:
+ .ascii "RES_OK\000"
+.LASF1:
+ .ascii "short int\000"
+.LASF67:
+ .ascii "__locale_s\000"
+.LASF18:
+ .ascii "__wchar\000"
+.LASF35:
+ .ascii "n_sep_by_space\000"
+.LASF73:
+ .ascii "__RAL_ascii_ctype_map\000"
+.LASF55:
+ .ascii "__tolower\000"
+.LASF37:
+ .ascii "n_sign_posn\000"
+.LASF13:
+ .ascii "long long int\000"
+.LASF63:
+ .ascii "data\000"
+.LASF52:
+ .ascii "__RAL_locale_data_t\000"
+.LASF3:
+ .ascii "BYTE\000"
+.LASF76:
+ .ascii "__RAL_c_locale_month_names\000"
+.LASF32:
+ .ascii "p_cs_precedes\000"
+.LASF10:
+ .ascii "uint8_t\000"
+.LASF43:
+ .ascii "int_n_sign_posn\000"
+.LASF72:
+ .ascii "__RAL_codeset_utf8\000"
+.LASF115:
+ .ascii "C:\\Users\\Aymar\\Desktop\\MSG\\msg-obc-software\\o"
+ .ascii "bc\\upsat-obc-software-master\\cubeMX\\disco\\Src\\"
+ .ascii "fatfs.c\000"
+.LASF40:
+ .ascii "int_p_sep_by_space\000"
+.LASF87:
+ .ascii "__RAL_error_decoder_s\000"
+.LASF90:
+ .ascii "__RAL_error_decoder_t\000"
+.LASF50:
+ .ascii "time_format\000"
+.LASF20:
+ .ascii "decimal_point\000"
+.LASF46:
+ .ascii "month_names\000"
+.LASF97:
+ .ascii "stderr\000"
+.LASF64:
+ .ascii "codeset\000"
+.LASF47:
+ .ascii "abbrev_month_names\000"
+.LASF68:
+ .ascii "__category\000"
+.LASF22:
+ .ascii "grouping\000"
+.LASF102:
+ .ascii "RES_NOTRDY\000"
+.LASF58:
+ .ascii "__towlower\000"
+.LASF6:
+ .ascii "long int\000"
+.LASF101:
+ .ascii "RES_WRPRT\000"
+.LASF83:
+ .ascii "__RAL_data_empty_string\000"
+.LASF75:
+ .ascii "__RAL_c_locale_abbrev_day_names\000"
+.LASF4:
+ .ascii "UINT\000"
+.LASF106:
+ .ascii "disk_status\000"
+.LASF107:
+ .ascii "disk_read\000"
+.LASF105:
+ .ascii "disk_initialize\000"
+.LASF70:
+ .ascii "__RAL_c_locale\000"
+.LASF29:
+ .ascii "negative_sign\000"
+.LASF88:
+ .ascii "decode\000"
+.LASF98:
+ .ascii "DSTATUS\000"
+.LASF7:
+ .ascii "DWORD\000"
+.LASF36:
+ .ascii "p_sign_posn\000"
+.LASF86:
+ .ascii "__RAL_error_decoder_fn_t\000"
+.LASF42:
+ .ascii "int_p_sign_posn\000"
+.LASF84:
+ .ascii "__user_set_time_of_day\000"
+.LASF0:
+ .ascii "unsigned char\000"
+.LASF91:
+ .ascii "__RAL_error_decoder_head\000"
+.LASF80:
+ .ascii "__RAL_data_utf8_space\000"
+.LASF9:
+ .ascii "signed char\000"
+.LASF14:
+ .ascii "long long unsigned int\000"
+.LASF12:
+ .ascii "uint32_t\000"
+.LASF27:
+ .ascii "mon_grouping\000"
+.LASF5:
+ .ascii "unsigned int\000"
+.LASF44:
+ .ascii "day_names\000"
+.LASF111:
+ .ascii "SD_Driver\000"
+.LASF8:
+ .ascii "long unsigned int\000"
+.LASF48:
+ .ascii "am_pm_indicator\000"
+.LASF57:
+ .ascii "__towupper\000"
+.LASF23:
+ .ascii "int_curr_symbol\000"
+.LASF81:
+ .ascii "__RAL_data_utf8_plus\000"
+.LASF30:
+ .ascii "int_frac_digits\000"
+.LASF25:
+ .ascii "mon_decimal_point\000"
+.LASF109:
+ .ascii "disk_ioctl\000"
+.LASF45:
+ .ascii "abbrev_day_names\000"
+.LASF19:
+ .ascii "char\000"
+.LASF85:
+ .ascii "__user_get_time_of_day\000"
+.LASF11:
+ .ascii "int32_t\000"
+.LASF34:
+ .ascii "n_cs_precedes\000"
+.LASF51:
+ .ascii "date_time_format\000"
+.LASF104:
+ .ascii "DRESULT\000"
+.LASF16:
+ .ascii "SystemCoreClock\000"
+.LASF62:
+ .ascii "name\000"
+.LASF112:
+ .ascii "retSD\000"
+.LASF92:
+ .ascii "FILE\000"
+.LASF2:
+ .ascii "short unsigned int\000"
+.LASF31:
+ .ascii "frac_digits\000"
+.LASF77:
+ .ascii "__RAL_c_locale_abbrev_month_names\000"
+.LASF114:
+ .ascii "GNU C99 8.2.1 20181213 (release) [gcc-8-branch revi"
+ .ascii "sion 267074] -fmessage-length=0 -mcpu=cortex-m4 -ml"
+ .ascii "ittle-endian -mfloat-abi=soft -mthumb -mtp=soft -mu"
+ .ascii "naligned-access -std=gnu99 -g2 -gpubnames -fomit-fr"
+ .ascii "ame-pointer -fno-dwarf2-cfi-asm -fno-builtin -ffunc"
+ .ascii "tion-sections -fdata-sections -fshort-enums -fno-co"
+ .ascii "mmon\000"
+.LASF69:
+ .ascii "__RAL_global_locale\000"
+.LASF108:
+ .ascii "disk_write\000"
+.LASF118:
+ .ascii "MX_FATFS_Init\000"
+.LASF113:
+ .ascii "SD_Path\000"
+.LASF15:
+ .ascii "ITM_RxBuffer\000"
+.LASF93:
+ .ascii "timeval\000"
+.LASF74:
+ .ascii "__RAL_c_locale_day_names\000"
+.LASF94:
+ .ascii "__RAL_FILE\000"
+.LASF61:
+ .ascii "__RAL_locale_codeset_t\000"
+.LASF95:
+ .ascii "stdin\000"
+.LASF117:
+ .ascii "get_fattime\000"
+.LASF78:
+ .ascii "__RAL_data_utf8_period\000"
+.LASF60:
+ .ascii "__mbtowc\000"
+.LASF65:
+ .ascii "__RAL_locale_t\000"
+.LASF49:
+ .ascii "date_format\000"
+.LASF54:
+ .ascii "__toupper\000"
+.LASF79:
+ .ascii "__RAL_data_utf8_comma\000"
+.LASF26:
+ .ascii "mon_thousands_sep\000"
+.LASF21:
+ .ascii "thousands_sep\000"
+.LASF39:
+ .ascii "int_n_cs_precedes\000"
+.LASF116:
+ .ascii "C:\\Users\\Aymar\\Desktop\\MSG\\msg-obc-software\\o"
+ .ascii "bc\\upsat-obc-software-master\\cubeMX\\disco\\EWARM"
+ .ascii "\000"
+.LASF53:
+ .ascii "__isctype\000"
+.LASF17:
+ .ascii "__state\000"
+.LASF103:
+ .ascii "RES_PARERR\000"
+.LASF110:
+ .ascii "Diskio_drvTypeDef\000"
+.LASF82:
+ .ascii "__RAL_data_utf8_minus\000"
+.LASF38:
+ .ascii "int_p_cs_precedes\000"
+.LASF56:
+ .ascii "__iswctype\000"
+.LASF59:
+ .ascii "__wctomb\000"
+.LASF96:
+ .ascii "stdout\000"
+.LASF89:
+ .ascii "next\000"
+ .ident "GCC: (GNU) 8.2.1 20181213 (release) [gcc-8-branch revision 267074]"
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/fatfs.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/fatfs.d
index 56545af..1212c32 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/fatfs.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/fatfs.d
@@ -1,5 +1,5 @@
disco/Obj/fatfs.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Src/fatfs.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Src\fatfs.c \
../Inc/fatfs.h ../Middlewares/Third_Party/FatFs/src/ff.h \
../Middlewares/Third_Party/FatFs/src/integer.h ../Inc/ffconf.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
@@ -9,15 +9,15 @@ disco/Obj/fatfs.o: \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h \
../Drivers/CMSIS/Include/core_cm4.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Drivers/CMSIS/Include/core_cmInstr.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
../Drivers/CMSIS/Include/core_cmSimd.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdio.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdio.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
@@ -40,19 +40,19 @@ disco/Obj/fatfs.o: \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h \
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stddef.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stddef.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER_SYSVIEW.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/Config/Global.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\OS\SEGGER_SYSVIEW_FreeRTOS.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER_SYSVIEW.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\Config\Global.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h \
../Inc/FreeRTOSConfig.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h \
../Middlewares/Third_Party/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/intrinsics.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/intrinsics.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/list.h \
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/fatfs.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/fatfs.o
index 342d0b3..bc599b7 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/fatfs.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/fatfs.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/ff.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/ff.d
index 93dbe53..8721b77 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/ff.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/ff.d
@@ -1,7 +1,7 @@
disco/Obj/ff.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FatFs/src/ff.c \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FatFs/src/ff.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FatFs/src/integer.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FatFs\src\ff.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FatFs\src\ff.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FatFs\src\integer.h \
../Inc/ffconf.h ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
../Inc/stm32f4xx_hal_conf.h ../Inc/mxconstants.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
@@ -9,15 +9,15 @@ disco/Obj/ff.o: \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h \
../Drivers/CMSIS/Include/core_cm4.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Drivers/CMSIS/Include/core_cmInstr.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
../Drivers/CMSIS/Include/core_cmSimd.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdio.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdio.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
@@ -40,19 +40,19 @@ disco/Obj/ff.o: \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h \
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stddef.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stddef.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER_SYSVIEW.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/Config/Global.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\OS\SEGGER_SYSVIEW_FreeRTOS.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER_SYSVIEW.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\Config\Global.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h \
../Inc/FreeRTOSConfig.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h \
../Middlewares/Third_Party/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/intrinsics.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/intrinsics.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/list.h \
@@ -64,5 +64,5 @@ disco/Obj/ff.o: \
../Middlewares/Third_Party/FreeRTOS/Source/include/event_groups.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/timers.h \
../Inc/bsp_driver_sd.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FatFs/src/diskio.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdarg.h
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FatFs\src\diskio.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdarg.h
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/ff.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/ff.o
index d046114..3efa5f2 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/ff.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/ff.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/ff_gen_drv.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/ff_gen_drv.d
index 5c93962..d8721c5 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/ff_gen_drv.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/ff_gen_drv.d
@@ -1,9 +1,9 @@
disco/Obj/ff_gen_drv.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FatFs/src/ff_gen_drv.c \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FatFs/src/ff_gen_drv.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FatFs/src/diskio.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FatFs/src/integer.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FatFs/src/ff.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FatFs\src\ff_gen_drv.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FatFs\src\ff_gen_drv.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FatFs\src\diskio.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FatFs\src\integer.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FatFs\src\ff.h \
../Inc/ffconf.h ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
../Inc/stm32f4xx_hal_conf.h ../Inc/mxconstants.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
@@ -11,15 +11,15 @@ disco/Obj/ff_gen_drv.o: \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h \
../Drivers/CMSIS/Include/core_cm4.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Drivers/CMSIS/Include/core_cmInstr.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
../Drivers/CMSIS/Include/core_cmSimd.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdio.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdio.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
@@ -42,19 +42,19 @@ disco/Obj/ff_gen_drv.o: \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h \
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stddef.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stddef.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER_SYSVIEW.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/Config/Global.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\OS\SEGGER_SYSVIEW_FreeRTOS.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER_SYSVIEW.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\Config\Global.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h \
../Inc/FreeRTOSConfig.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h \
../Middlewares/Third_Party/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/intrinsics.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/intrinsics.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/list.h \
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/ff_gen_drv.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/ff_gen_drv.o
index bba028b..986ea84 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/ff_gen_drv.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/ff_gen_drv.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/freertos.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/freertos.d
index e68061c..b2db2f1 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/freertos.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/freertos.d
@@ -1,19 +1,19 @@
disco/Obj/freertos.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Src/freertos.c \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER_SYSVIEW.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/Config/Global.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Src\freertos.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\OS\SEGGER_SYSVIEW_FreeRTOS.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER_SYSVIEW.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\Config\Global.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stddef.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stddef.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Inc/FreeRTOSConfig.h ../Inc/mxconstants.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h \
../Middlewares/Third_Party/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/intrinsics.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/intrinsics.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/list.h
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/freertos.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/freertos.o
index 5fae050..327a412 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/freertos.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/freertos.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/heap_4.asm b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/heap_4.asm
new file mode 100644
index 0000000..8b3577f
--- /dev/null
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/heap_4.asm
@@ -0,0 +1,2910 @@
+ .cpu cortex-m4
+ .eabi_attribute 20, 1
+ .eabi_attribute 21, 1
+ .eabi_attribute 23, 3
+ .eabi_attribute 24, 1
+ .eabi_attribute 25, 1
+ .eabi_attribute 26, 1
+ .eabi_attribute 30, 6
+ .eabi_attribute 34, 1
+ .eabi_attribute 18, 4
+ .file "heap_4.c"
+ .text
+.Ltext0:
+ .section .bss.ucHeap,"aw",%nobits
+ .align 2
+ .type ucHeap, %object
+ .size ucHeap, 15360
+ucHeap:
+ .space 15360
+ .section .rodata.xHeapStructSize,"a"
+ .align 2
+ .type xHeapStructSize, %object
+ .size xHeapStructSize, 4
+xHeapStructSize:
+ .word 8
+ .section .bss.xStart,"aw",%nobits
+ .align 2
+ .type xStart, %object
+ .size xStart, 8
+xStart:
+ .space 8
+ .section .bss.pxEnd,"aw",%nobits
+ .align 2
+ .type pxEnd, %object
+ .size pxEnd, 4
+pxEnd:
+ .space 4
+ .section .bss.xFreeBytesRemaining,"aw",%nobits
+ .align 2
+ .type xFreeBytesRemaining, %object
+ .size xFreeBytesRemaining, 4
+xFreeBytesRemaining:
+ .space 4
+ .section .bss.xMinimumEverFreeBytesRemaining,"aw",%nobits
+ .align 2
+ .type xMinimumEverFreeBytesRemaining, %object
+ .size xMinimumEverFreeBytesRemaining, 4
+xMinimumEverFreeBytesRemaining:
+ .space 4
+ .section .bss.xBlockAllocatedBit,"aw",%nobits
+ .align 2
+ .type xBlockAllocatedBit, %object
+ .size xBlockAllocatedBit, 4
+xBlockAllocatedBit:
+ .space 4
+ .section .text.pvPortMalloc,"ax",%progbits
+ .align 1
+ .global pvPortMalloc
+ .syntax unified
+ .thumb
+ .thumb_func
+ .fpu softvfp
+ .type pvPortMalloc, %function
+pvPortMalloc:
+.LFB1:
+ .file 1 "C:\\Users\\Aymar\\Desktop\\MSG\\msg-obc-software\\obc\\upsat-obc-software-master\\cubeMX\\disco\\Middlewares\\Third_Party\\FreeRTOS\\Source\\portable\\MemMang\\heap_4.c"
+ .loc 1 152 1
+ @ args = 0, pretend = 0, frame = 24
+ @ frame_needed = 0, uses_anonymous_args = 0
+ push {lr}
+.LCFI0:
+ sub sp, sp, #28
+.LCFI1:
+ str r0, [sp, #4]
+ .loc 1 154 7
+ movs r3, #0
+ str r3, [sp, #12]
+ .loc 1 156 2
+ bl vTaskSuspendAll
+ .loc 1 160 13
+ ldr r3, .L16
+ ldr r3, [r3]
+ .loc 1 160 5
+ cmp r3, #0
+ bne .L2
+ .loc 1 162 4
+ bl prvHeapInit
+.L2:
+ .loc 1 173 21
+ ldr r3, .L16+4
+ ldr r2, [r3]
+ ldr r3, [sp, #4]
+ ands r3, r3, r2
+ .loc 1 173 5
+ cmp r3, #0
+ bne .L3
+ .loc 1 177 6
+ ldr r3, [sp, #4]
+ cmp r3, #0
+ beq .L4
+ .loc 1 179 17
+ movs r2, #8
+ ldr r3, [sp, #4]
+ add r3, r3, r2
+ str r3, [sp, #4]
+ .loc 1 183 23
+ ldr r3, [sp, #4]
+ and r3, r3, #7
+ .loc 1 183 7
+ cmp r3, #0
+ beq .L4
+ .loc 1 186 18
+ ldr r3, [sp, #4]
+ bic r3, r3, #7
+ adds r3, r3, #8
+ str r3, [sp, #4]
+ .loc 1 187 6
+ ldr r3, [sp, #4]
+ and r3, r3, #7
+ cmp r3, #0
+ beq .L4
+ .loc 1 187 6 is_stmt 0 discriminator 1
+ movs r3, #80
+ .syntax unified
+@ 187 "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\portable\MemMang\heap_4.c" 1
+ msr BASEPRI, r3
+@ 0 "" 2
+ .thumb
+ .syntax unified
+.L5:
+ b .L5
+.L4:
+ .loc 1 199 6 is_stmt 1
+ ldr r3, [sp, #4]
+ cmp r3, #0
+ beq .L3
+ .loc 1 199 45 discriminator 1
+ ldr r3, .L16+8
+ ldr r3, [r3]
+ .loc 1 199 28 discriminator 1
+ ldr r2, [sp, #4]
+ cmp r2, r3
+ bhi .L3
+ .loc 1 203 21
+ ldr r3, .L16+12
+ str r3, [sp, #16]
+ .loc 1 204 13
+ ldr r3, .L16+12
+ ldr r3, [r3]
+ str r3, [sp, #20]
+ .loc 1 205 10
+ b .L6
+.L8:
+ .loc 1 207 22
+ ldr r3, [sp, #20]
+ str r3, [sp, #16]
+ .loc 1 208 14
+ ldr r3, [sp, #20]
+ ldr r3, [r3]
+ str r3, [sp, #20]
+.L6:
+ .loc 1 205 21
+ ldr r3, [sp, #20]
+ ldr r3, [r3, #4]
+ .loc 1 205 10
+ ldr r2, [sp, #4]
+ cmp r2, r3
+ bls .L7
+ .loc 1 205 62 discriminator 1
+ ldr r3, [sp, #20]
+ ldr r3, [r3]
+ .loc 1 205 50 discriminator 1
+ cmp r3, #0
+ bne .L8
+.L7:
+ .loc 1 213 17
+ ldr r3, .L16
+ ldr r3, [r3]
+ .loc 1 213 7
+ ldr r2, [sp, #20]
+ cmp r2, r3
+ beq .L3
+ .loc 1 217 61
+ ldr r3, [sp, #16]
+ ldr r3, [r3]
+ .loc 1 217 17
+ movs r2, #8
+ .loc 1 217 15
+ add r3, r3, r2
+ str r3, [sp, #12]
+ .loc 1 221 48
+ ldr r3, [sp, #20]
+ ldr r2, [r3]
+ .loc 1 221 39
+ ldr r3, [sp, #16]
+ str r2, [r3]
+ .loc 1 225 19
+ ldr r3, [sp, #20]
+ ldr r2, [r3, #4]
+ .loc 1 225 32
+ ldr r3, [sp, #4]
+ subs r2, r2, r3
+ .loc 1 225 50
+ movs r3, #8
+ lsls r3, r3, #1
+ .loc 1 225 8
+ cmp r2, r3
+ bls .L9
+ .loc 1 231 22
+ ldr r2, [sp, #20]
+ ldr r3, [sp, #4]
+ add r3, r3, r2
+ str r3, [sp, #8]
+ .loc 1 232 7
+ ldr r3, [sp, #8]
+ and r3, r3, #7
+ cmp r3, #0
+ beq .L10
+ .loc 1 232 7 is_stmt 0 discriminator 1
+ movs r3, #80
+ .syntax unified
+@ 232 "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\portable\MemMang\heap_4.c" 1
+ msr BASEPRI, r3
+@ 0 "" 2
+ .thumb
+ .syntax unified
+.L11:
+ .loc 1 232 7 discriminator 3
+ b .L11
+.L10:
+ .loc 1 236 43 is_stmt 1
+ ldr r3, [sp, #20]
+ ldr r2, [r3, #4]
+ .loc 1 236 56
+ ldr r3, [sp, #4]
+ subs r2, r2, r3
+ .loc 1 236 34
+ ldr r3, [sp, #8]
+ str r2, [r3, #4]
+ .loc 1 237 27
+ ldr r3, [sp, #20]
+ ldr r2, [sp, #4]
+ str r2, [r3, #4]
+ .loc 1 240 7
+ ldr r0, [sp, #8]
+ bl prvInsertBlockIntoFreeList
+.L9:
+ .loc 1 247 26
+ ldr r3, .L16+8
+ ldr r2, [r3]
+ .loc 1 247 36
+ ldr r3, [sp, #20]
+ ldr r3, [r3, #4]
+ .loc 1 247 26
+ subs r3, r2, r3
+ ldr r2, .L16+8
+ str r3, [r2]
+ .loc 1 249 30
+ ldr r3, .L16+8
+ ldr r2, [r3]
+ ldr r3, .L16+16
+ ldr r3, [r3]
+ .loc 1 249 8
+ cmp r2, r3
+ bcs .L12
+ .loc 1 251 38
+ ldr r3, .L16+8
+ ldr r3, [r3]
+ ldr r2, .L16+16
+ str r3, [r2]
+.L12:
+ .loc 1 260 26
+ ldr r3, [sp, #20]
+ ldr r2, [r3, #4]
+ ldr r3, .L16+4
+ ldr r3, [r3]
+ orrs r2, r2, r3
+ ldr r3, [sp, #20]
+ str r2, [r3, #4]
+ .loc 1 261 31
+ ldr r3, [sp, #20]
+ movs r2, #0
+ str r2, [r3]
+.L3:
+ .loc 1 280 11
+ bl xTaskResumeAll
+ .loc 1 296 2
+ ldr r3, [sp, #12]
+ and r3, r3, #7
+ cmp r3, #0
+ beq .L13
+ .loc 1 296 2 is_stmt 0 discriminator 1
+ movs r3, #80
+ .syntax unified
+@ 296 "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\portable\MemMang\heap_4.c" 1
+ msr BASEPRI, r3
+@ 0 "" 2
+ .thumb
+ .syntax unified
+.L14:
+ .loc 1 296 2 discriminator 5
+ b .L14
+.L13:
+ .loc 1 297 9 is_stmt 1
+ ldr r3, [sp, #12]
+ .loc 1 298 1
+ mov r0, r3
+ add sp, sp, #28
+.LCFI2:
+ @ sp needed
+ ldr pc, [sp], #4
+.L17:
+ .align 2
+.L16:
+ .word pxEnd
+ .word xBlockAllocatedBit
+ .word xFreeBytesRemaining
+ .word xStart
+ .word xMinimumEverFreeBytesRemaining
+.LFE1:
+ .size pvPortMalloc, .-pvPortMalloc
+ .section .text.vPortFree,"ax",%progbits
+ .align 1
+ .global vPortFree
+ .syntax unified
+ .thumb
+ .thumb_func
+ .fpu softvfp
+ .type vPortFree, %function
+vPortFree:
+.LFB2:
+ .loc 1 302 1
+ @ args = 0, pretend = 0, frame = 16
+ @ frame_needed = 0, uses_anonymous_args = 0
+ push {lr}
+.LCFI3:
+ sub sp, sp, #20
+.LCFI4:
+ str r0, [sp, #4]
+ .loc 1 303 10
+ ldr r3, [sp, #4]
+ str r3, [sp, #12]
+ .loc 1 306 4
+ ldr r3, [sp, #4]
+ cmp r3, #0
+ beq .L24
+ .loc 1 310 7
+ movs r3, #8
+ rsbs r3, r3, #0
+ ldr r2, [sp, #12]
+ add r3, r3, r2
+ str r3, [sp, #12]
+ .loc 1 313 10
+ ldr r3, [sp, #12]
+ str r3, [sp, #8]
+ .loc 1 316 3
+ ldr r3, [sp, #8]
+ ldr r2, [r3, #4]
+ ldr r3, .L25
+ ldr r3, [r3]
+ ands r3, r3, r2
+ cmp r3, #0
+ bne .L20
+ .loc 1 316 3 is_stmt 0 discriminator 1
+ movs r3, #80
+ .syntax unified
+@ 316 "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\portable\MemMang\heap_4.c" 1
+ msr BASEPRI, r3
+@ 0 "" 2
+ .thumb
+ .syntax unified
+.L21:
+ b .L21
+.L20:
+ .loc 1 317 3 is_stmt 1
+ ldr r3, [sp, #8]
+ ldr r3, [r3]
+ cmp r3, #0
+ beq .L22
+ .loc 1 317 3 is_stmt 0 discriminator 1
+ movs r3, #80
+ .syntax unified
+@ 317 "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\portable\MemMang\heap_4.c" 1
+ msr BASEPRI, r3
+@ 0 "" 2
+ .thumb
+ .syntax unified
+.L23:
+ .loc 1 317 3 discriminator 2
+ b .L23
+.L22:
+ .loc 1 319 15 is_stmt 1
+ ldr r3, [sp, #8]
+ ldr r2, [r3, #4]
+ .loc 1 319 28
+ ldr r3, .L25
+ ldr r3, [r3]
+ ands r3, r3, r2
+ .loc 1 319 5
+ cmp r3, #0
+ beq .L24
+ .loc 1 321 14
+ ldr r3, [sp, #8]
+ ldr r3, [r3]
+ .loc 1 321 6
+ cmp r3, #0
+ bne .L24
+ .loc 1 325 24
+ ldr r3, [sp, #8]
+ ldr r2, [r3, #4]
+ .loc 1 325 27
+ ldr r3, .L25
+ ldr r3, [r3]
+ mvns r3, r3
+ .loc 1 325 24
+ ands r2, r2, r3
+ ldr r3, [sp, #8]
+ str r2, [r3, #4]
+ .loc 1 327 5
+ bl vTaskSuspendAll
+ .loc 1 330 35
+ ldr r3, [sp, #8]
+ ldr r2, [r3, #4]
+ .loc 1 330 26
+ ldr r3, .L25+4
+ ldr r3, [r3]
+ add r3, r3, r2
+ ldr r2, .L25+4
+ str r3, [r2]
+ .loc 1 332 6
+ ldr r0, [sp, #8]
+ bl prvInsertBlockIntoFreeList
+ .loc 1 334 14
+ bl xTaskResumeAll
+.L24:
+ .loc 1 346 1
+ nop
+ add sp, sp, #20
+.LCFI5:
+ @ sp needed
+ ldr pc, [sp], #4
+.L26:
+ .align 2
+.L25:
+ .word xBlockAllocatedBit
+ .word xFreeBytesRemaining
+.LFE2:
+ .size vPortFree, .-vPortFree
+ .section .text.xPortGetFreeHeapSize,"ax",%progbits
+ .align 1
+ .global xPortGetFreeHeapSize
+ .syntax unified
+ .thumb
+ .thumb_func
+ .fpu softvfp
+ .type xPortGetFreeHeapSize, %function
+xPortGetFreeHeapSize:
+.LFB3:
+ .loc 1 350 1
+ @ args = 0, pretend = 0, frame = 0
+ @ frame_needed = 0, uses_anonymous_args = 0
+ @ link register save eliminated.
+ .loc 1 351 9
+ ldr r3, .L29
+ ldr r3, [r3]
+ .loc 1 352 1
+ mov r0, r3
+ bx lr
+.L30:
+ .align 2
+.L29:
+ .word xFreeBytesRemaining
+.LFE3:
+ .size xPortGetFreeHeapSize, .-xPortGetFreeHeapSize
+ .section .text.xPortGetMinimumEverFreeHeapSize,"ax",%progbits
+ .align 1
+ .global xPortGetMinimumEverFreeHeapSize
+ .syntax unified
+ .thumb
+ .thumb_func
+ .fpu softvfp
+ .type xPortGetMinimumEverFreeHeapSize, %function
+xPortGetMinimumEverFreeHeapSize:
+.LFB4:
+ .loc 1 356 1
+ @ args = 0, pretend = 0, frame = 0
+ @ frame_needed = 0, uses_anonymous_args = 0
+ @ link register save eliminated.
+ .loc 1 357 9
+ ldr r3, .L33
+ ldr r3, [r3]
+ .loc 1 358 1
+ mov r0, r3
+ bx lr
+.L34:
+ .align 2
+.L33:
+ .word xMinimumEverFreeBytesRemaining
+.LFE4:
+ .size xPortGetMinimumEverFreeHeapSize, .-xPortGetMinimumEverFreeHeapSize
+ .section .text.vPortInitialiseBlocks,"ax",%progbits
+ .align 1
+ .global vPortInitialiseBlocks
+ .syntax unified
+ .thumb
+ .thumb_func
+ .fpu softvfp
+ .type vPortInitialiseBlocks, %function
+vPortInitialiseBlocks:
+.LFB5:
+ .loc 1 362 1
+ @ args = 0, pretend = 0, frame = 0
+ @ frame_needed = 0, uses_anonymous_args = 0
+ @ link register save eliminated.
+ .loc 1 364 1
+ nop
+ bx lr
+.LFE5:
+ .size vPortInitialiseBlocks, .-vPortInitialiseBlocks
+ .section .text.prvHeapInit,"ax",%progbits
+ .align 1
+ .syntax unified
+ .thumb
+ .thumb_func
+ .fpu softvfp
+ .type prvHeapInit, %function
+prvHeapInit:
+.LFB6:
+ .loc 1 368 1
+ @ args = 0, pretend = 0, frame = 16
+ @ frame_needed = 0, uses_anonymous_args = 0
+ @ link register save eliminated.
+ sub sp, sp, #16
+.LCFI6:
+ .loc 1 372 8
+ mov r3, #15360
+ str r3, [sp, #8]
+ .loc 1 375 12
+ ldr r3, .L38
+ str r3, [sp, #12]
+ .loc 1 377 18
+ ldr r3, [sp, #12]
+ and r3, r3, #7
+ .loc 1 377 4
+ cmp r3, #0
+ beq .L37
+ .loc 1 379 13
+ ldr r3, [sp, #12]
+ adds r3, r3, #7
+ str r3, [sp, #12]
+ .loc 1 380 13
+ ldr r3, [sp, #12]
+ bic r3, r3, #7
+ str r3, [sp, #12]
+ .loc 1 381 18
+ ldr r2, [sp, #8]
+ ldr r3, [sp, #12]
+ subs r3, r2, r3
+ ldr r2, .L38
+ add r3, r3, r2
+ str r3, [sp, #8]
+.L37:
+ .loc 1 384 17
+ ldr r3, [sp, #12]
+ str r3, [sp, #4]
+ .loc 1 388 25
+ ldr r2, .L38+4
+ ldr r3, [sp, #4]
+ str r3, [r2]
+ .loc 1 389 20
+ ldr r3, .L38+4
+ movs r2, #0
+ str r2, [r3, #4]
+ .loc 1 393 16
+ ldr r3, [sp, #4]
+ .loc 1 393 12
+ ldr r2, [sp, #8]
+ add r3, r3, r2
+ str r3, [sp, #12]
+ .loc 1 394 12
+ movs r2, #8
+ ldr r3, [sp, #12]
+ subs r3, r3, r2
+ str r3, [sp, #12]
+ .loc 1 395 12
+ ldr r3, [sp, #12]
+ bic r3, r3, #7
+ str r3, [sp, #12]
+ .loc 1 396 10
+ ldr r3, [sp, #12]
+ .loc 1 396 8
+ ldr r2, .L38+8
+ str r3, [r2]
+ .loc 1 397 7
+ ldr r3, .L38+8
+ ldr r3, [r3]
+ .loc 1 397 20
+ movs r2, #0
+ str r2, [r3, #4]
+ .loc 1 398 7
+ ldr r3, .L38+8
+ ldr r3, [r3]
+ .loc 1 398 25
+ movs r2, #0
+ str r2, [r3]
+ .loc 1 402 19
+ ldr r3, [sp, #4]
+ str r3, [sp]
+ .loc 1 403 45
+ ldr r3, [sp]
+ .loc 1 403 43
+ ldr r2, [sp, #12]
+ subs r2, r2, r3
+ .loc 1 403 31
+ ldr r3, [sp]
+ str r2, [r3, #4]
+ .loc 1 404 36
+ ldr r3, .L38+8
+ ldr r2, [r3]
+ ldr r3, [sp]
+ str r2, [r3]
+ .loc 1 407 51
+ ldr r3, [sp]
+ ldr r3, [r3, #4]
+ .loc 1 407 33
+ ldr r2, .L38+12
+ str r3, [r2]
+ .loc 1 408 40
+ ldr r3, [sp]
+ ldr r3, [r3, #4]
+ .loc 1 408 22
+ ldr r2, .L38+16
+ str r3, [r2]
+ .loc 1 411 21
+ ldr r3, .L38+20
+ mov r2, #-2147483648
+ str r2, [r3]
+ .loc 1 412 1
+ nop
+ add sp, sp, #16
+.LCFI7:
+ @ sp needed
+ bx lr
+.L39:
+ .align 2
+.L38:
+ .word ucHeap
+ .word xStart
+ .word pxEnd
+ .word xMinimumEverFreeBytesRemaining
+ .word xFreeBytesRemaining
+ .word xBlockAllocatedBit
+.LFE6:
+ .size prvHeapInit, .-prvHeapInit
+ .section .text.prvInsertBlockIntoFreeList,"ax",%progbits
+ .align 1
+ .syntax unified
+ .thumb
+ .thumb_func
+ .fpu softvfp
+ .type prvInsertBlockIntoFreeList, %function
+prvInsertBlockIntoFreeList:
+.LFB7:
+ .loc 1 416 1
+ @ args = 0, pretend = 0, frame = 16
+ @ frame_needed = 0, uses_anonymous_args = 0
+ @ link register save eliminated.
+ sub sp, sp, #16
+.LCFI8:
+ str r0, [sp, #4]
+ .loc 1 422 18
+ ldr r3, .L50
+ str r3, [sp, #12]
+ .loc 1 422 2
+ b .L41
+.L42:
+ .loc 1 422 87 discriminator 3
+ ldr r3, [sp, #12]
+ ldr r3, [r3]
+ str r3, [sp, #12]
+.L41:
+ .loc 1 422 39 discriminator 1
+ ldr r3, [sp, #12]
+ ldr r3, [r3]
+ .loc 1 422 2 discriminator 1
+ ldr r2, [sp, #4]
+ cmp r2, r3
+ bhi .L42
+ .loc 1 429 6
+ ldr r3, [sp, #12]
+ str r3, [sp, #8]
+ .loc 1 430 24
+ ldr r3, [sp, #12]
+ ldr r3, [r3, #4]
+ .loc 1 430 12
+ ldr r2, [sp, #8]
+ add r3, r3, r2
+ .loc 1 430 4
+ ldr r2, [sp, #4]
+ cmp r2, r3
+ bne .L43
+ .loc 1 432 26
+ ldr r3, [sp, #12]
+ ldr r2, [r3, #4]
+ .loc 1 432 44
+ ldr r3, [sp, #4]
+ ldr r3, [r3, #4]
+ .loc 1 432 26
+ add r2, r2, r3
+ ldr r3, [sp, #12]
+ str r2, [r3, #4]
+ .loc 1 433 19
+ ldr r3, [sp, #12]
+ str r3, [sp, #4]
+.L43:
+ .loc 1 442 6
+ ldr r3, [sp, #4]
+ str r3, [sp, #8]
+ .loc 1 443 29
+ ldr r3, [sp, #4]
+ ldr r3, [r3, #4]
+ .loc 1 443 12
+ ldr r2, [sp, #8]
+ add r2, r2, r3
+ .loc 1 443 71
+ ldr r3, [sp, #12]
+ ldr r3, [r3]
+ .loc 1 443 4
+ cmp r2, r3
+ bne .L44
+ .loc 1 445 17
+ ldr r3, [sp, #12]
+ ldr r2, [r3]
+ .loc 1 445 35
+ ldr r3, .L50+4
+ ldr r3, [r3]
+ .loc 1 445 5
+ cmp r2, r3
+ beq .L45
+ .loc 1 448 32
+ ldr r3, [sp, #4]
+ ldr r2, [r3, #4]
+ .loc 1 448 45
+ ldr r3, [sp, #12]
+ ldr r3, [r3]
+ .loc 1 448 62
+ ldr r3, [r3, #4]
+ .loc 1 448 32
+ add r2, r2, r3
+ ldr r3, [sp, #4]
+ str r2, [r3, #4]
+ .loc 1 449 49
+ ldr r3, [sp, #12]
+ ldr r3, [r3]
+ .loc 1 449 66
+ ldr r2, [r3]
+ .loc 1 449 37
+ ldr r3, [sp, #4]
+ str r2, [r3]
+ b .L47
+.L45:
+ .loc 1 453 37
+ ldr r3, .L50+4
+ ldr r2, [r3]
+ ldr r3, [sp, #4]
+ str r2, [r3]
+ b .L47
+.L44:
+ .loc 1 458 48
+ ldr r3, [sp, #12]
+ ldr r2, [r3]
+ .loc 1 458 36
+ ldr r3, [sp, #4]
+ str r2, [r3]
+.L47:
+ .loc 1 465 4
+ ldr r2, [sp, #12]
+ ldr r3, [sp, #4]
+ cmp r2, r3
+ beq .L49
+ .loc 1 467 31
+ ldr r3, [sp, #12]
+ ldr r2, [sp, #4]
+ str r2, [r3]
+.L49:
+ .loc 1 473 1
+ nop
+ add sp, sp, #16
+.LCFI9:
+ @ sp needed
+ bx lr
+.L51:
+ .align 2
+.L50:
+ .word xStart
+ .word pxEnd
+.LFE7:
+ .size prvInsertBlockIntoFreeList, .-prvInsertBlockIntoFreeList
+ .section .debug_frame,"",%progbits
+.Lframe0:
+ .4byte .LECIE0-.LSCIE0
+.LSCIE0:
+ .4byte 0xffffffff
+ .byte 0x3
+ .ascii "\000"
+ .uleb128 0x1
+ .sleb128 -4
+ .uleb128 0xe
+ .byte 0xc
+ .uleb128 0xd
+ .uleb128 0
+ .align 2
+.LECIE0:
+.LSFDE0:
+ .4byte .LEFDE0-.LASFDE0
+.LASFDE0:
+ .4byte .Lframe0
+ .4byte .LFB1
+ .4byte .LFE1-.LFB1
+ .byte 0x4
+ .4byte .LCFI0-.LFB1
+ .byte 0xe
+ .uleb128 0x4
+ .byte 0x8e
+ .uleb128 0x1
+ .byte 0x4
+ .4byte .LCFI1-.LCFI0
+ .byte 0xe
+ .uleb128 0x20
+ .byte 0x4
+ .4byte .LCFI2-.LCFI1
+ .byte 0xe
+ .uleb128 0x4
+ .align 2
+.LEFDE0:
+.LSFDE2:
+ .4byte .LEFDE2-.LASFDE2
+.LASFDE2:
+ .4byte .Lframe0
+ .4byte .LFB2
+ .4byte .LFE2-.LFB2
+ .byte 0x4
+ .4byte .LCFI3-.LFB2
+ .byte 0xe
+ .uleb128 0x4
+ .byte 0x8e
+ .uleb128 0x1
+ .byte 0x4
+ .4byte .LCFI4-.LCFI3
+ .byte 0xe
+ .uleb128 0x18
+ .byte 0x4
+ .4byte .LCFI5-.LCFI4
+ .byte 0xe
+ .uleb128 0x4
+ .align 2
+.LEFDE2:
+.LSFDE4:
+ .4byte .LEFDE4-.LASFDE4
+.LASFDE4:
+ .4byte .Lframe0
+ .4byte .LFB3
+ .4byte .LFE3-.LFB3
+ .align 2
+.LEFDE4:
+.LSFDE6:
+ .4byte .LEFDE6-.LASFDE6
+.LASFDE6:
+ .4byte .Lframe0
+ .4byte .LFB4
+ .4byte .LFE4-.LFB4
+ .align 2
+.LEFDE6:
+.LSFDE8:
+ .4byte .LEFDE8-.LASFDE8
+.LASFDE8:
+ .4byte .Lframe0
+ .4byte .LFB5
+ .4byte .LFE5-.LFB5
+ .align 2
+.LEFDE8:
+.LSFDE10:
+ .4byte .LEFDE10-.LASFDE10
+.LASFDE10:
+ .4byte .Lframe0
+ .4byte .LFB6
+ .4byte .LFE6-.LFB6
+ .byte 0x4
+ .4byte .LCFI6-.LFB6
+ .byte 0xe
+ .uleb128 0x10
+ .byte 0x4
+ .4byte .LCFI7-.LCFI6
+ .byte 0xe
+ .uleb128 0
+ .align 2
+.LEFDE10:
+.LSFDE12:
+ .4byte .LEFDE12-.LASFDE12
+.LASFDE12:
+ .4byte .Lframe0
+ .4byte .LFB7
+ .4byte .LFE7-.LFB7
+ .byte 0x4
+ .4byte .LCFI8-.LFB7
+ .byte 0xe
+ .uleb128 0x10
+ .byte 0x4
+ .4byte .LCFI9-.LCFI8
+ .byte 0xe
+ .uleb128 0
+ .align 2
+.LEFDE12:
+ .text
+.Letext0:
+ .file 2 "C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.18/include/__crossworks.h"
+ .file 3 "C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.18/include/stdlib.h"
+ .file 4 "C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.18/include/stdint.h"
+ .file 5 "./../Inc/FreeRTOSConfig.h"
+ .section .debug_info,"",%progbits
+.Ldebug_info0:
+ .4byte 0x862
+ .2byte 0x4
+ .4byte .Ldebug_abbrev0
+ .byte 0x4
+ .uleb128 0x1
+ .4byte .LASF117
+ .byte 0xc
+ .4byte .LASF118
+ .4byte .LASF119
+ .4byte .Ldebug_ranges0+0
+ .4byte 0
+ .4byte .Ldebug_line0
+ .uleb128 0x2
+ .byte 0x4
+ .uleb128 0x3
+ .4byte .LASF52
+ .byte 0x8
+ .byte 0x2
+ .byte 0x7e
+ .byte 0x8
+ .4byte 0x4f
+ .uleb128 0x4
+ .4byte .LASF0
+ .byte 0x2
+ .byte 0x7f
+ .byte 0x7
+ .4byte 0x4f
+ .byte 0
+ .uleb128 0x4
+ .4byte .LASF1
+ .byte 0x2
+ .byte 0x80
+ .byte 0x8
+ .4byte 0x56
+ .byte 0x4
+ .byte 0
+ .uleb128 0x5
+ .byte 0x4
+ .byte 0x5
+ .ascii "int\000"
+ .uleb128 0x6
+ .byte 0x4
+ .byte 0x5
+ .4byte .LASF2
+ .uleb128 0x7
+ .4byte 0x4f
+ .4byte 0x76
+ .uleb128 0x8
+ .4byte 0x76
+ .uleb128 0x8
+ .4byte 0x88
+ .uleb128 0x8
+ .4byte 0x8f
+ .byte 0
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x7c
+ .uleb128 0x6
+ .byte 0x1
+ .byte 0x8
+ .4byte .LASF3
+ .uleb128 0xa
+ .4byte 0x7c
+ .uleb128 0x6
+ .byte 0x4
+ .byte 0x7
+ .4byte .LASF4
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x27
+ .uleb128 0x7
+ .4byte 0x4f
+ .4byte 0xb3
+ .uleb128 0x8
+ .4byte 0xb3
+ .uleb128 0x8
+ .4byte 0xb9
+ .uleb128 0x8
+ .4byte 0x88
+ .uleb128 0x8
+ .4byte 0x8f
+ .byte 0
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x88
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x83
+ .uleb128 0xb
+ .byte 0x58
+ .byte 0x2
+ .byte 0x86
+ .byte 0x9
+ .4byte 0x269
+ .uleb128 0x4
+ .4byte .LASF5
+ .byte 0x2
+ .byte 0x88
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0
+ .uleb128 0x4
+ .4byte .LASF6
+ .byte 0x2
+ .byte 0x89
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0x4
+ .uleb128 0x4
+ .4byte .LASF7
+ .byte 0x2
+ .byte 0x8a
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0x8
+ .uleb128 0x4
+ .4byte .LASF8
+ .byte 0x2
+ .byte 0x8c
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0xc
+ .uleb128 0x4
+ .4byte .LASF9
+ .byte 0x2
+ .byte 0x8d
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0x10
+ .uleb128 0x4
+ .4byte .LASF10
+ .byte 0x2
+ .byte 0x8e
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0x14
+ .uleb128 0x4
+ .4byte .LASF11
+ .byte 0x2
+ .byte 0x8f
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0x18
+ .uleb128 0x4
+ .4byte .LASF12
+ .byte 0x2
+ .byte 0x90
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0x1c
+ .uleb128 0x4
+ .4byte .LASF13
+ .byte 0x2
+ .byte 0x91
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0x20
+ .uleb128 0x4
+ .4byte .LASF14
+ .byte 0x2
+ .byte 0x92
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0x24
+ .uleb128 0x4
+ .4byte .LASF15
+ .byte 0x2
+ .byte 0x94
+ .byte 0x8
+ .4byte 0x7c
+ .byte 0x28
+ .uleb128 0x4
+ .4byte .LASF16
+ .byte 0x2
+ .byte 0x95
+ .byte 0x8
+ .4byte 0x7c
+ .byte 0x29
+ .uleb128 0x4
+ .4byte .LASF17
+ .byte 0x2
+ .byte 0x96
+ .byte 0x8
+ .4byte 0x7c
+ .byte 0x2a
+ .uleb128 0x4
+ .4byte .LASF18
+ .byte 0x2
+ .byte 0x97
+ .byte 0x8
+ .4byte 0x7c
+ .byte 0x2b
+ .uleb128 0x4
+ .4byte .LASF19
+ .byte 0x2
+ .byte 0x98
+ .byte 0x8
+ .4byte 0x7c
+ .byte 0x2c
+ .uleb128 0x4
+ .4byte .LASF20
+ .byte 0x2
+ .byte 0x99
+ .byte 0x8
+ .4byte 0x7c
+ .byte 0x2d
+ .uleb128 0x4
+ .4byte .LASF21
+ .byte 0x2
+ .byte 0x9a
+ .byte 0x8
+ .4byte 0x7c
+ .byte 0x2e
+ .uleb128 0x4
+ .4byte .LASF22
+ .byte 0x2
+ .byte 0x9b
+ .byte 0x8
+ .4byte 0x7c
+ .byte 0x2f
+ .uleb128 0x4
+ .4byte .LASF23
+ .byte 0x2
+ .byte 0x9c
+ .byte 0x8
+ .4byte 0x7c
+ .byte 0x30
+ .uleb128 0x4
+ .4byte .LASF24
+ .byte 0x2
+ .byte 0x9d
+ .byte 0x8
+ .4byte 0x7c
+ .byte 0x31
+ .uleb128 0x4
+ .4byte .LASF25
+ .byte 0x2
+ .byte 0x9e
+ .byte 0x8
+ .4byte 0x7c
+ .byte 0x32
+ .uleb128 0x4
+ .4byte .LASF26
+ .byte 0x2
+ .byte 0x9f
+ .byte 0x8
+ .4byte 0x7c
+ .byte 0x33
+ .uleb128 0x4
+ .4byte .LASF27
+ .byte 0x2
+ .byte 0xa0
+ .byte 0x8
+ .4byte 0x7c
+ .byte 0x34
+ .uleb128 0x4
+ .4byte .LASF28
+ .byte 0x2
+ .byte 0xa1
+ .byte 0x8
+ .4byte 0x7c
+ .byte 0x35
+ .uleb128 0x4
+ .4byte .LASF29
+ .byte 0x2
+ .byte 0xa6
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0x38
+ .uleb128 0x4
+ .4byte .LASF30
+ .byte 0x2
+ .byte 0xa7
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0x3c
+ .uleb128 0x4
+ .4byte .LASF31
+ .byte 0x2
+ .byte 0xa8
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0x40
+ .uleb128 0x4
+ .4byte .LASF32
+ .byte 0x2
+ .byte 0xa9
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0x44
+ .uleb128 0x4
+ .4byte .LASF33
+ .byte 0x2
+ .byte 0xaa
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0x48
+ .uleb128 0x4
+ .4byte .LASF34
+ .byte 0x2
+ .byte 0xab
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0x4c
+ .uleb128 0x4
+ .4byte .LASF35
+ .byte 0x2
+ .byte 0xac
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0x50
+ .uleb128 0x4
+ .4byte .LASF36
+ .byte 0x2
+ .byte 0xad
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0x54
+ .byte 0
+ .uleb128 0xc
+ .4byte .LASF46
+ .byte 0x2
+ .byte 0xae
+ .byte 0x3
+ .4byte 0xbf
+ .uleb128 0xa
+ .4byte 0x269
+ .uleb128 0x6
+ .byte 0x1
+ .byte 0x8
+ .4byte .LASF37
+ .uleb128 0xa
+ .4byte 0x27a
+ .uleb128 0xb
+ .byte 0x20
+ .byte 0x2
+ .byte 0xc4
+ .byte 0x9
+ .4byte 0x2f8
+ .uleb128 0x4
+ .4byte .LASF38
+ .byte 0x2
+ .byte 0xc6
+ .byte 0x9
+ .4byte 0x30c
+ .byte 0
+ .uleb128 0x4
+ .4byte .LASF39
+ .byte 0x2
+ .byte 0xc7
+ .byte 0x9
+ .4byte 0x321
+ .byte 0x4
+ .uleb128 0x4
+ .4byte .LASF40
+ .byte 0x2
+ .byte 0xc8
+ .byte 0x9
+ .4byte 0x321
+ .byte 0x8
+ .uleb128 0x4
+ .4byte .LASF41
+ .byte 0x2
+ .byte 0xcb
+ .byte 0x9
+ .4byte 0x33b
+ .byte 0xc
+ .uleb128 0x4
+ .4byte .LASF42
+ .byte 0x2
+ .byte 0xcc
+ .byte 0xa
+ .4byte 0x350
+ .byte 0x10
+ .uleb128 0x4
+ .4byte .LASF43
+ .byte 0x2
+ .byte 0xcd
+ .byte 0xa
+ .4byte 0x350
+ .byte 0x14
+ .uleb128 0x4
+ .4byte .LASF44
+ .byte 0x2
+ .byte 0xd0
+ .byte 0x9
+ .4byte 0x356
+ .byte 0x18
+ .uleb128 0x4
+ .4byte .LASF45
+ .byte 0x2
+ .byte 0xd1
+ .byte 0x9
+ .4byte 0x35c
+ .byte 0x1c
+ .byte 0
+ .uleb128 0x7
+ .4byte 0x4f
+ .4byte 0x30c
+ .uleb128 0x8
+ .4byte 0x4f
+ .uleb128 0x8
+ .4byte 0x4f
+ .byte 0
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x2f8
+ .uleb128 0x7
+ .4byte 0x4f
+ .4byte 0x321
+ .uleb128 0x8
+ .4byte 0x4f
+ .byte 0
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x312
+ .uleb128 0x7
+ .4byte 0x4f
+ .4byte 0x33b
+ .uleb128 0x8
+ .4byte 0x56
+ .uleb128 0x8
+ .4byte 0x4f
+ .byte 0
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x327
+ .uleb128 0x7
+ .4byte 0x56
+ .4byte 0x350
+ .uleb128 0x8
+ .4byte 0x56
+ .byte 0
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x341
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x5d
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x95
+ .uleb128 0xc
+ .4byte .LASF47
+ .byte 0x2
+ .byte 0xd2
+ .byte 0x3
+ .4byte 0x286
+ .uleb128 0xa
+ .4byte 0x362
+ .uleb128 0xb
+ .byte 0xc
+ .byte 0x2
+ .byte 0xd4
+ .byte 0x9
+ .4byte 0x3a4
+ .uleb128 0x4
+ .4byte .LASF48
+ .byte 0x2
+ .byte 0xd5
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0
+ .uleb128 0x4
+ .4byte .LASF49
+ .byte 0x2
+ .byte 0xd6
+ .byte 0x25
+ .4byte 0x3a4
+ .byte 0x4
+ .uleb128 0x4
+ .4byte .LASF50
+ .byte 0x2
+ .byte 0xd7
+ .byte 0x28
+ .4byte 0x3aa
+ .byte 0x8
+ .byte 0
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x275
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x36e
+ .uleb128 0xc
+ .4byte .LASF51
+ .byte 0x2
+ .byte 0xd8
+ .byte 0x3
+ .4byte 0x373
+ .uleb128 0xa
+ .4byte 0x3b0
+ .uleb128 0x3
+ .4byte .LASF53
+ .byte 0x14
+ .byte 0x2
+ .byte 0xdc
+ .byte 0x10
+ .4byte 0x3dc
+ .uleb128 0x4
+ .4byte .LASF54
+ .byte 0x2
+ .byte 0xdd
+ .byte 0x20
+ .4byte 0x3dc
+ .byte 0
+ .byte 0
+ .uleb128 0xd
+ .4byte 0x3ec
+ .4byte 0x3ec
+ .uleb128 0xe
+ .4byte 0x88
+ .byte 0x4
+ .byte 0
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x3bc
+ .uleb128 0xf
+ .4byte .LASF55
+ .byte 0x2
+ .2byte 0x106
+ .byte 0x1a
+ .4byte 0x3c1
+ .uleb128 0xf
+ .4byte .LASF56
+ .byte 0x2
+ .2byte 0x10d
+ .byte 0x24
+ .4byte 0x3bc
+ .uleb128 0xf
+ .4byte .LASF57
+ .byte 0x2
+ .2byte 0x110
+ .byte 0x2c
+ .4byte 0x36e
+ .uleb128 0xf
+ .4byte .LASF58
+ .byte 0x2
+ .2byte 0x111
+ .byte 0x2c
+ .4byte 0x36e
+ .uleb128 0xd
+ .4byte 0x281
+ .4byte 0x436
+ .uleb128 0xe
+ .4byte 0x88
+ .byte 0x7f
+ .byte 0
+ .uleb128 0xa
+ .4byte 0x426
+ .uleb128 0xf
+ .4byte .LASF59
+ .byte 0x2
+ .2byte 0x113
+ .byte 0x23
+ .4byte 0x436
+ .uleb128 0xd
+ .4byte 0x83
+ .4byte 0x453
+ .uleb128 0x10
+ .byte 0
+ .uleb128 0xa
+ .4byte 0x448
+ .uleb128 0xf
+ .4byte .LASF60
+ .byte 0x2
+ .2byte 0x115
+ .byte 0x13
+ .4byte 0x453
+ .uleb128 0xf
+ .4byte .LASF61
+ .byte 0x2
+ .2byte 0x116
+ .byte 0x13
+ .4byte 0x453
+ .uleb128 0xf
+ .4byte .LASF62
+ .byte 0x2
+ .2byte 0x117
+ .byte 0x13
+ .4byte 0x453
+ .uleb128 0xf
+ .4byte .LASF63
+ .byte 0x2
+ .2byte 0x118
+ .byte 0x13
+ .4byte 0x453
+ .uleb128 0xf
+ .4byte .LASF64
+ .byte 0x2
+ .2byte 0x11a
+ .byte 0x13
+ .4byte 0x453
+ .uleb128 0xf
+ .4byte .LASF65
+ .byte 0x2
+ .2byte 0x11b
+ .byte 0x13
+ .4byte 0x453
+ .uleb128 0xf
+ .4byte .LASF66
+ .byte 0x2
+ .2byte 0x11c
+ .byte 0x13
+ .4byte 0x453
+ .uleb128 0xf
+ .4byte .LASF67
+ .byte 0x2
+ .2byte 0x11d
+ .byte 0x13
+ .4byte 0x453
+ .uleb128 0xf
+ .4byte .LASF68
+ .byte 0x2
+ .2byte 0x11e
+ .byte 0x13
+ .4byte 0x453
+ .uleb128 0xf
+ .4byte .LASF69
+ .byte 0x2
+ .2byte 0x11f
+ .byte 0x13
+ .4byte 0x453
+ .uleb128 0x7
+ .4byte 0x4f
+ .4byte 0x4e9
+ .uleb128 0x8
+ .4byte 0x4e9
+ .byte 0
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x4f4
+ .uleb128 0x11
+ .4byte .LASF120
+ .uleb128 0xa
+ .4byte 0x4ef
+ .uleb128 0xf
+ .4byte .LASF70
+ .byte 0x2
+ .2byte 0x135
+ .byte 0xe
+ .4byte 0x506
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x4da
+ .uleb128 0x7
+ .4byte 0x4f
+ .4byte 0x51b
+ .uleb128 0x8
+ .4byte 0x51b
+ .byte 0
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x4ef
+ .uleb128 0xf
+ .4byte .LASF71
+ .byte 0x2
+ .2byte 0x136
+ .byte 0xe
+ .4byte 0x52e
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x50c
+ .uleb128 0x6
+ .byte 0x2
+ .byte 0x7
+ .4byte .LASF72
+ .uleb128 0x12
+ .4byte .LASF73
+ .byte 0x2
+ .2byte 0x14d
+ .byte 0x18
+ .4byte 0x548
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x54e
+ .uleb128 0x7
+ .4byte 0xb9
+ .4byte 0x55d
+ .uleb128 0x8
+ .4byte 0x4f
+ .byte 0
+ .uleb128 0x13
+ .4byte .LASF74
+ .byte 0x8
+ .byte 0x2
+ .2byte 0x14f
+ .byte 0x10
+ .4byte 0x588
+ .uleb128 0x14
+ .4byte .LASF75
+ .byte 0x2
+ .2byte 0x151
+ .byte 0x1c
+ .4byte 0x53b
+ .byte 0
+ .uleb128 0x14
+ .4byte .LASF76
+ .byte 0x2
+ .2byte 0x152
+ .byte 0x21
+ .4byte 0x588
+ .byte 0x4
+ .byte 0
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x55d
+ .uleb128 0x12
+ .4byte .LASF77
+ .byte 0x2
+ .2byte 0x153
+ .byte 0x3
+ .4byte 0x55d
+ .uleb128 0xf
+ .4byte .LASF78
+ .byte 0x2
+ .2byte 0x157
+ .byte 0x1f
+ .4byte 0x5a8
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x58e
+ .uleb128 0xc
+ .4byte .LASF79
+ .byte 0x3
+ .byte 0x37
+ .byte 0x16
+ .4byte 0x88
+ .uleb128 0xa
+ .4byte 0x5ae
+ .uleb128 0x6
+ .byte 0x8
+ .byte 0x5
+ .4byte .LASF80
+ .uleb128 0x6
+ .byte 0x4
+ .byte 0x7
+ .4byte .LASF81
+ .uleb128 0x6
+ .byte 0x8
+ .byte 0x7
+ .4byte .LASF82
+ .uleb128 0x6
+ .byte 0x1
+ .byte 0x6
+ .4byte .LASF83
+ .uleb128 0xc
+ .4byte .LASF84
+ .byte 0x4
+ .byte 0x30
+ .byte 0x1c
+ .4byte 0x27a
+ .uleb128 0x6
+ .byte 0x2
+ .byte 0x5
+ .4byte .LASF85
+ .uleb128 0xc
+ .4byte .LASF86
+ .byte 0x4
+ .byte 0x38
+ .byte 0x1c
+ .4byte 0x88
+ .uleb128 0x15
+ .4byte .LASF87
+ .byte 0x5
+ .byte 0x5d
+ .byte 0x15
+ .4byte 0x5ee
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x5db
+ .uleb128 0xd
+ .4byte 0x5db
+ .4byte 0x61d
+ .uleb128 0x16
+ .4byte 0x88
+ .2byte 0x3bff
+ .byte 0
+ .uleb128 0x17
+ .4byte .LASF92
+ .byte 0x1
+ .byte 0x66
+ .byte 0x11
+ .4byte 0x60c
+ .uleb128 0x5
+ .byte 0x3
+ .4byte ucHeap
+ .uleb128 0x3
+ .4byte .LASF88
+ .byte 0x8
+ .byte 0x1
+ .byte 0x6b
+ .byte 0x10
+ .4byte 0x657
+ .uleb128 0x4
+ .4byte .LASF89
+ .byte 0x1
+ .byte 0x6d
+ .byte 0x17
+ .4byte 0x657
+ .byte 0
+ .uleb128 0x4
+ .4byte .LASF90
+ .byte 0x1
+ .byte 0x6e
+ .byte 0x9
+ .4byte 0x5ae
+ .byte 0x4
+ .byte 0
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x62f
+ .uleb128 0xc
+ .4byte .LASF91
+ .byte 0x1
+ .byte 0x6f
+ .byte 0x3
+ .4byte 0x62f
+ .uleb128 0x17
+ .4byte .LASF93
+ .byte 0x1
+ .byte 0x85
+ .byte 0x15
+ .4byte 0x5ba
+ .uleb128 0x5
+ .byte 0x3
+ .4byte xHeapStructSize
+ .uleb128 0x17
+ .4byte .LASF94
+ .byte 0x1
+ .byte 0x88
+ .byte 0x14
+ .4byte 0x65d
+ .uleb128 0x5
+ .byte 0x3
+ .4byte xStart
+ .uleb128 0x17
+ .4byte .LASF95
+ .byte 0x1
+ .byte 0x88
+ .byte 0x1d
+ .4byte 0x69f
+ .uleb128 0x5
+ .byte 0x3
+ .4byte pxEnd
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x65d
+ .uleb128 0x17
+ .4byte .LASF96
+ .byte 0x1
+ .byte 0x8c
+ .byte 0xf
+ .4byte 0x5ae
+ .uleb128 0x5
+ .byte 0x3
+ .4byte xFreeBytesRemaining
+ .uleb128 0x17
+ .4byte .LASF97
+ .byte 0x1
+ .byte 0x8d
+ .byte 0xf
+ .4byte 0x5ae
+ .uleb128 0x5
+ .byte 0x3
+ .4byte xMinimumEverFreeBytesRemaining
+ .uleb128 0x17
+ .4byte .LASF98
+ .byte 0x1
+ .byte 0x93
+ .byte 0xf
+ .4byte 0x5ae
+ .uleb128 0x5
+ .byte 0x3
+ .4byte xBlockAllocatedBit
+ .uleb128 0x18
+ .4byte .LASF100
+ .byte 0x1
+ .2byte 0x19f
+ .byte 0xd
+ .4byte .LFB7
+ .4byte .LFE7-.LFB7
+ .uleb128 0x1
+ .byte 0x9c
+ .4byte 0x723
+ .uleb128 0x19
+ .4byte .LASF108
+ .byte 0x1
+ .2byte 0x19f
+ .byte 0x36
+ .4byte 0x69f
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -12
+ .uleb128 0x1a
+ .4byte .LASF99
+ .byte 0x1
+ .2byte 0x1a1
+ .byte 0xe
+ .4byte 0x69f
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -4
+ .uleb128 0x1b
+ .ascii "puc\000"
+ .byte 0x1
+ .2byte 0x1a2
+ .byte 0xa
+ .4byte 0x606
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -8
+ .byte 0
+ .uleb128 0x18
+ .4byte .LASF101
+ .byte 0x1
+ .2byte 0x16f
+ .byte 0xd
+ .4byte .LFB6
+ .4byte .LFE6-.LFB6
+ .uleb128 0x1
+ .byte 0x9c
+ .4byte 0x77b
+ .uleb128 0x1a
+ .4byte .LASF102
+ .byte 0x1
+ .2byte 0x171
+ .byte 0xe
+ .4byte 0x69f
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -16
+ .uleb128 0x1a
+ .4byte .LASF103
+ .byte 0x1
+ .2byte 0x172
+ .byte 0xa
+ .4byte 0x606
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -12
+ .uleb128 0x1a
+ .4byte .LASF104
+ .byte 0x1
+ .2byte 0x173
+ .byte 0xa
+ .4byte 0x5ee
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -4
+ .uleb128 0x1a
+ .4byte .LASF105
+ .byte 0x1
+ .2byte 0x174
+ .byte 0x8
+ .4byte 0x5ae
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -8
+ .byte 0
+ .uleb128 0x1c
+ .4byte .LASF121
+ .byte 0x1
+ .2byte 0x169
+ .byte 0x6
+ .4byte .LFB5
+ .4byte .LFE5-.LFB5
+ .uleb128 0x1
+ .byte 0x9c
+ .uleb128 0x1d
+ .4byte .LASF106
+ .byte 0x1
+ .2byte 0x163
+ .byte 0x8
+ .4byte 0x5ae
+ .4byte .LFB4
+ .4byte .LFE4-.LFB4
+ .uleb128 0x1
+ .byte 0x9c
+ .uleb128 0x1d
+ .4byte .LASF107
+ .byte 0x1
+ .2byte 0x15d
+ .byte 0x8
+ .4byte 0x5ae
+ .4byte .LFB3
+ .4byte .LFE3-.LFB3
+ .uleb128 0x1
+ .byte 0x9c
+ .uleb128 0x1e
+ .4byte .LASF110
+ .byte 0x1
+ .2byte 0x12d
+ .byte 0x6
+ .4byte .LFB2
+ .4byte .LFE2-.LFB2
+ .uleb128 0x1
+ .byte 0x9c
+ .4byte 0x803
+ .uleb128 0x1f
+ .ascii "pv\000"
+ .byte 0x1
+ .2byte 0x12d
+ .byte 0x17
+ .4byte 0x25
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -20
+ .uleb128 0x1b
+ .ascii "puc\000"
+ .byte 0x1
+ .2byte 0x12f
+ .byte 0xa
+ .4byte 0x606
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -12
+ .uleb128 0x1a
+ .4byte .LASF109
+ .byte 0x1
+ .2byte 0x130
+ .byte 0xe
+ .4byte 0x69f
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -16
+ .byte 0
+ .uleb128 0x20
+ .4byte .LASF111
+ .byte 0x1
+ .byte 0x97
+ .byte 0x7
+ .4byte 0x25
+ .4byte .LFB1
+ .4byte .LFE1-.LFB1
+ .uleb128 0x1
+ .byte 0x9c
+ .uleb128 0x21
+ .4byte .LASF112
+ .byte 0x1
+ .byte 0x97
+ .byte 0x1c
+ .4byte 0x5ae
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -28
+ .uleb128 0x17
+ .4byte .LASF113
+ .byte 0x1
+ .byte 0x99
+ .byte 0xe
+ .4byte 0x69f
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -12
+ .uleb128 0x17
+ .4byte .LASF114
+ .byte 0x1
+ .byte 0x99
+ .byte 0x18
+ .4byte 0x69f
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -16
+ .uleb128 0x17
+ .4byte .LASF115
+ .byte 0x1
+ .byte 0x99
+ .byte 0x2a
+ .4byte 0x69f
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -24
+ .uleb128 0x17
+ .4byte .LASF116
+ .byte 0x1
+ .byte 0x9a
+ .byte 0x7
+ .4byte 0x25
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -20
+ .byte 0
+ .byte 0
+ .section .debug_abbrev,"",%progbits
+.Ldebug_abbrev0:
+ .uleb128 0x1
+ .uleb128 0x11
+ .byte 0x1
+ .uleb128 0x25
+ .uleb128 0xe
+ .uleb128 0x13
+ .uleb128 0xb
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x1b
+ .uleb128 0xe
+ .uleb128 0x2134
+ .uleb128 0x19
+ .uleb128 0x55
+ .uleb128 0x17
+ .uleb128 0x11
+ .uleb128 0x1
+ .uleb128 0x10
+ .uleb128 0x17
+ .byte 0
+ .byte 0
+ .uleb128 0x2
+ .uleb128 0xf
+ .byte 0
+ .uleb128 0xb
+ .uleb128 0xb
+ .byte 0
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0x13
+ .byte 0x1
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x4
+ .uleb128 0xd
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x38
+ .uleb128 0xb
+ .byte 0
+ .byte 0
+ .uleb128 0x5
+ .uleb128 0x24
+ .byte 0
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x3e
+ .uleb128 0xb
+ .uleb128 0x3
+ .uleb128 0x8
+ .byte 0
+ .byte 0
+ .uleb128 0x6
+ .uleb128 0x24
+ .byte 0
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x3e
+ .uleb128 0xb
+ .uleb128 0x3
+ .uleb128 0xe
+ .byte 0
+ .byte 0
+ .uleb128 0x7
+ .uleb128 0x15
+ .byte 0x1
+ .uleb128 0x27
+ .uleb128 0x19
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x8
+ .uleb128 0x5
+ .byte 0
+ .uleb128 0x49
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x9
+ .uleb128 0xf
+ .byte 0
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0xa
+ .uleb128 0x26
+ .byte 0
+ .uleb128 0x49
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0xb
+ .uleb128 0x13
+ .byte 0x1
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0xc
+ .uleb128 0x16
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0xd
+ .uleb128 0x1
+ .byte 0x1
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0xe
+ .uleb128 0x21
+ .byte 0
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x2f
+ .uleb128 0xb
+ .byte 0
+ .byte 0
+ .uleb128 0xf
+ .uleb128 0x34
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x3f
+ .uleb128 0x19
+ .uleb128 0x3c
+ .uleb128 0x19
+ .byte 0
+ .byte 0
+ .uleb128 0x10
+ .uleb128 0x21
+ .byte 0
+ .byte 0
+ .byte 0
+ .uleb128 0x11
+ .uleb128 0x13
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3c
+ .uleb128 0x19
+ .byte 0
+ .byte 0
+ .uleb128 0x12
+ .uleb128 0x16
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x13
+ .uleb128 0x13
+ .byte 0x1
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x14
+ .uleb128 0xd
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x38
+ .uleb128 0xb
+ .byte 0
+ .byte 0
+ .uleb128 0x15
+ .uleb128 0x34
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x3f
+ .uleb128 0x19
+ .uleb128 0x3c
+ .uleb128 0x19
+ .byte 0
+ .byte 0
+ .uleb128 0x16
+ .uleb128 0x21
+ .byte 0
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x2f
+ .uleb128 0x5
+ .byte 0
+ .byte 0
+ .uleb128 0x17
+ .uleb128 0x34
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x2
+ .uleb128 0x18
+ .byte 0
+ .byte 0
+ .uleb128 0x18
+ .uleb128 0x2e
+ .byte 0x1
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x27
+ .uleb128 0x19
+ .uleb128 0x11
+ .uleb128 0x1
+ .uleb128 0x12
+ .uleb128 0x6
+ .uleb128 0x40
+ .uleb128 0x18
+ .uleb128 0x2117
+ .uleb128 0x19
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x19
+ .uleb128 0x5
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x2
+ .uleb128 0x18
+ .byte 0
+ .byte 0
+ .uleb128 0x1a
+ .uleb128 0x34
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x2
+ .uleb128 0x18
+ .byte 0
+ .byte 0
+ .uleb128 0x1b
+ .uleb128 0x34
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0x8
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x2
+ .uleb128 0x18
+ .byte 0
+ .byte 0
+ .uleb128 0x1c
+ .uleb128 0x2e
+ .byte 0
+ .uleb128 0x3f
+ .uleb128 0x19
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x27
+ .uleb128 0x19
+ .uleb128 0x11
+ .uleb128 0x1
+ .uleb128 0x12
+ .uleb128 0x6
+ .uleb128 0x40
+ .uleb128 0x18
+ .uleb128 0x2117
+ .uleb128 0x19
+ .byte 0
+ .byte 0
+ .uleb128 0x1d
+ .uleb128 0x2e
+ .byte 0
+ .uleb128 0x3f
+ .uleb128 0x19
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x27
+ .uleb128 0x19
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x11
+ .uleb128 0x1
+ .uleb128 0x12
+ .uleb128 0x6
+ .uleb128 0x40
+ .uleb128 0x18
+ .uleb128 0x2117
+ .uleb128 0x19
+ .byte 0
+ .byte 0
+ .uleb128 0x1e
+ .uleb128 0x2e
+ .byte 0x1
+ .uleb128 0x3f
+ .uleb128 0x19
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x27
+ .uleb128 0x19
+ .uleb128 0x11
+ .uleb128 0x1
+ .uleb128 0x12
+ .uleb128 0x6
+ .uleb128 0x40
+ .uleb128 0x18
+ .uleb128 0x2116
+ .uleb128 0x19
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x1f
+ .uleb128 0x5
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0x8
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x2
+ .uleb128 0x18
+ .byte 0
+ .byte 0
+ .uleb128 0x20
+ .uleb128 0x2e
+ .byte 0x1
+ .uleb128 0x3f
+ .uleb128 0x19
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x27
+ .uleb128 0x19
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x11
+ .uleb128 0x1
+ .uleb128 0x12
+ .uleb128 0x6
+ .uleb128 0x40
+ .uleb128 0x18
+ .uleb128 0x2116
+ .uleb128 0x19
+ .byte 0
+ .byte 0
+ .uleb128 0x21
+ .uleb128 0x5
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x2
+ .uleb128 0x18
+ .byte 0
+ .byte 0
+ .byte 0
+ .section .debug_pubnames,"",%progbits
+ .4byte 0x14f
+ .2byte 0x2
+ .4byte .Ldebug_info0
+ .4byte 0x866
+ .4byte 0x61d
+ .ascii "ucHeap\000"
+ .4byte 0x669
+ .ascii "xHeapStructSize\000"
+ .4byte 0x67b
+ .ascii "xStart\000"
+ .4byte 0x68d
+ .ascii "pxEnd\000"
+ .4byte 0x6a5
+ .ascii "xFreeBytesRemaining\000"
+ .4byte 0x6b7
+ .ascii "xMinimumEverFreeBytesRemaining\000"
+ .4byte 0x6c9
+ .ascii "xBlockAllocatedBit\000"
+ .4byte 0x61d
+ .ascii "ucHeap\000"
+ .4byte 0x67b
+ .ascii "xStart\000"
+ .4byte 0x6db
+ .ascii "prvInsertBlockIntoFreeList\000"
+ .4byte 0x723
+ .ascii "prvHeapInit\000"
+ .4byte 0x77b
+ .ascii "vPortInitialiseBlocks\000"
+ .4byte 0x78e
+ .ascii "xPortGetMinimumEverFreeHeapSize\000"
+ .4byte 0x7a5
+ .ascii "xPortGetFreeHeapSize\000"
+ .4byte 0x7bc
+ .ascii "vPortFree\000"
+ .4byte 0x803
+ .ascii "pvPortMalloc\000"
+ .4byte 0
+ .section .debug_pubtypes,"",%progbits
+ .4byte 0x1c2
+ .2byte 0x2
+ .4byte .Ldebug_info0
+ .4byte 0x866
+ .4byte 0x4f
+ .ascii "int\000"
+ .4byte 0x56
+ .ascii "long int\000"
+ .4byte 0x27
+ .ascii "__mbstate_s\000"
+ .4byte 0x7c
+ .ascii "char\000"
+ .4byte 0x88
+ .ascii "unsigned int\000"
+ .4byte 0x269
+ .ascii "__RAL_locale_data_t\000"
+ .4byte 0x27a
+ .ascii "unsigned char\000"
+ .4byte 0x362
+ .ascii "__RAL_locale_codeset_t\000"
+ .4byte 0x3b0
+ .ascii "__RAL_locale_t\000"
+ .4byte 0x3c1
+ .ascii "__locale_s\000"
+ .4byte 0x534
+ .ascii "short unsigned int\000"
+ .4byte 0x53b
+ .ascii "__RAL_error_decoder_fn_t\000"
+ .4byte 0x55d
+ .ascii "__RAL_error_decoder_s\000"
+ .4byte 0x58e
+ .ascii "__RAL_error_decoder_t\000"
+ .4byte 0x5ae
+ .ascii "size_t\000"
+ .4byte 0x5bf
+ .ascii "long long int\000"
+ .4byte 0x5c6
+ .ascii "long unsigned int\000"
+ .4byte 0x5cd
+ .ascii "long long unsigned int\000"
+ .4byte 0x5d4
+ .ascii "signed char\000"
+ .4byte 0x5db
+ .ascii "uint8_t\000"
+ .4byte 0x5e7
+ .ascii "short int\000"
+ .4byte 0x5ee
+ .ascii "uint32_t\000"
+ .4byte 0x62f
+ .ascii "A_BLOCK_LINK\000"
+ .4byte 0x65d
+ .ascii "BlockLink_t\000"
+ .4byte 0
+ .section .debug_aranges,"",%progbits
+ .4byte 0x4c
+ .2byte 0x2
+ .4byte .Ldebug_info0
+ .byte 0x4
+ .byte 0
+ .2byte 0
+ .2byte 0
+ .4byte .LFB1
+ .4byte .LFE1-.LFB1
+ .4byte .LFB2
+ .4byte .LFE2-.LFB2
+ .4byte .LFB3
+ .4byte .LFE3-.LFB3
+ .4byte .LFB4
+ .4byte .LFE4-.LFB4
+ .4byte .LFB5
+ .4byte .LFE5-.LFB5
+ .4byte .LFB6
+ .4byte .LFE6-.LFB6
+ .4byte .LFB7
+ .4byte .LFE7-.LFB7
+ .4byte 0
+ .4byte 0
+ .section .debug_ranges,"",%progbits
+.Ldebug_ranges0:
+ .4byte .LFB1
+ .4byte .LFE1
+ .4byte .LFB2
+ .4byte .LFE2
+ .4byte .LFB3
+ .4byte .LFE3
+ .4byte .LFB4
+ .4byte .LFE4
+ .4byte .LFB5
+ .4byte .LFE5
+ .4byte .LFB6
+ .4byte .LFE6
+ .4byte .LFB7
+ .4byte .LFE7
+ .4byte 0
+ .4byte 0
+ .section .debug_line,"",%progbits
+.Ldebug_line0:
+ .section .debug_str,"MS",%progbits,1
+.LASF9:
+ .ascii "currency_symbol\000"
+.LASF66:
+ .ascii "__RAL_data_utf8_space\000"
+.LASF61:
+ .ascii "__RAL_c_locale_abbrev_day_names\000"
+.LASF57:
+ .ascii "__RAL_codeset_ascii\000"
+.LASF73:
+ .ascii "__RAL_error_decoder_fn_t\000"
+.LASF114:
+ .ascii "pxPreviousBlock\000"
+.LASF17:
+ .ascii "p_cs_precedes\000"
+.LASF105:
+ .ascii "xTotalHeapSize\000"
+.LASF68:
+ .ascii "__RAL_data_utf8_minus\000"
+.LASF109:
+ .ascii "pxLink\000"
+.LASF99:
+ .ascii "pxIterator\000"
+.LASF82:
+ .ascii "long long unsigned int\000"
+.LASF89:
+ .ascii "pxNextFreeBlock\000"
+.LASF52:
+ .ascii "__mbstate_s\000"
+.LASF71:
+ .ascii "__user_get_time_of_day\000"
+.LASF90:
+ .ascii "xBlockSize\000"
+.LASF87:
+ .ascii "SystemCoreClock\000"
+.LASF34:
+ .ascii "date_format\000"
+.LASF76:
+ .ascii "next\000"
+.LASF32:
+ .ascii "abbrev_month_names\000"
+.LASF80:
+ .ascii "long long int\000"
+.LASF83:
+ .ascii "signed char\000"
+.LASF113:
+ .ascii "pxBlock\000"
+.LASF55:
+ .ascii "__RAL_global_locale\000"
+.LASF36:
+ .ascii "date_time_format\000"
+.LASF42:
+ .ascii "__towupper\000"
+.LASF108:
+ .ascii "pxBlockToInsert\000"
+.LASF2:
+ .ascii "long int\000"
+.LASF94:
+ .ascii "xStart\000"
+.LASF65:
+ .ascii "__RAL_data_utf8_comma\000"
+.LASF8:
+ .ascii "int_curr_symbol\000"
+.LASF13:
+ .ascii "positive_sign\000"
+.LASF23:
+ .ascii "int_p_cs_precedes\000"
+.LASF1:
+ .ascii "__wchar\000"
+.LASF98:
+ .ascii "xBlockAllocatedBit\000"
+.LASF120:
+ .ascii "timeval\000"
+.LASF111:
+ .ascii "pvPortMalloc\000"
+.LASF12:
+ .ascii "mon_grouping\000"
+.LASF41:
+ .ascii "__iswctype\000"
+.LASF22:
+ .ascii "n_sign_posn\000"
+.LASF4:
+ .ascii "unsigned int\000"
+.LASF25:
+ .ascii "int_p_sep_by_space\000"
+.LASF10:
+ .ascii "mon_decimal_point\000"
+.LASF33:
+ .ascii "am_pm_indicator\000"
+.LASF64:
+ .ascii "__RAL_data_utf8_period\000"
+.LASF7:
+ .ascii "grouping\000"
+.LASF81:
+ .ascii "long unsigned int\000"
+.LASF43:
+ .ascii "__towlower\000"
+.LASF69:
+ .ascii "__RAL_data_empty_string\000"
+.LASF6:
+ .ascii "thousands_sep\000"
+.LASF48:
+ .ascii "name\000"
+.LASF39:
+ .ascii "__toupper\000"
+.LASF20:
+ .ascii "n_sep_by_space\000"
+.LASF49:
+ .ascii "data\000"
+.LASF14:
+ .ascii "negative_sign\000"
+.LASF72:
+ .ascii "short unsigned int\000"
+.LASF29:
+ .ascii "day_names\000"
+.LASF101:
+ .ascii "prvHeapInit\000"
+.LASF110:
+ .ascii "vPortFree\000"
+.LASF24:
+ .ascii "int_n_cs_precedes\000"
+.LASF53:
+ .ascii "__locale_s\000"
+.LASF118:
+ .ascii "C:\\Users\\Aymar\\Desktop\\MSG\\msg-obc-software\\o"
+ .ascii "bc\\upsat-obc-software-master\\cubeMX\\disco\\Middl"
+ .ascii "ewares\\Third_Party\\FreeRTOS\\Source\\portable\\Me"
+ .ascii "mMang\\heap_4.c\000"
+.LASF51:
+ .ascii "__RAL_locale_t\000"
+.LASF35:
+ .ascii "time_format\000"
+.LASF21:
+ .ascii "p_sign_posn\000"
+.LASF59:
+ .ascii "__RAL_ascii_ctype_map\000"
+.LASF96:
+ .ascii "xFreeBytesRemaining\000"
+.LASF75:
+ .ascii "decode\000"
+.LASF45:
+ .ascii "__mbtowc\000"
+.LASF30:
+ .ascii "abbrev_day_names\000"
+.LASF104:
+ .ascii "ulAddress\000"
+.LASF103:
+ .ascii "pucAlignedHeap\000"
+.LASF92:
+ .ascii "ucHeap\000"
+.LASF19:
+ .ascii "n_cs_precedes\000"
+.LASF79:
+ .ascii "size_t\000"
+.LASF40:
+ .ascii "__tolower\000"
+.LASF70:
+ .ascii "__user_set_time_of_day\000"
+.LASF58:
+ .ascii "__RAL_codeset_utf8\000"
+.LASF116:
+ .ascii "pvReturn\000"
+.LASF54:
+ .ascii "__category\000"
+.LASF106:
+ .ascii "xPortGetMinimumEverFreeHeapSize\000"
+.LASF0:
+ .ascii "__state\000"
+.LASF88:
+ .ascii "A_BLOCK_LINK\000"
+.LASF37:
+ .ascii "unsigned char\000"
+.LASF107:
+ .ascii "xPortGetFreeHeapSize\000"
+.LASF60:
+ .ascii "__RAL_c_locale_day_names\000"
+.LASF16:
+ .ascii "frac_digits\000"
+.LASF85:
+ .ascii "short int\000"
+.LASF100:
+ .ascii "prvInsertBlockIntoFreeList\000"
+.LASF78:
+ .ascii "__RAL_error_decoder_head\000"
+.LASF121:
+ .ascii "vPortInitialiseBlocks\000"
+.LASF97:
+ .ascii "xMinimumEverFreeBytesRemaining\000"
+.LASF11:
+ .ascii "mon_thousands_sep\000"
+.LASF112:
+ .ascii "xWantedSize\000"
+.LASF46:
+ .ascii "__RAL_locale_data_t\000"
+.LASF86:
+ .ascii "uint32_t\000"
+.LASF27:
+ .ascii "int_p_sign_posn\000"
+.LASF3:
+ .ascii "char\000"
+.LASF18:
+ .ascii "p_sep_by_space\000"
+.LASF117:
+ .ascii "GNU C99 8.2.1 20181213 (release) [gcc-8-branch revi"
+ .ascii "sion 267074] -fmessage-length=0 -mcpu=cortex-m4 -ml"
+ .ascii "ittle-endian -mfloat-abi=soft -mthumb -mtp=soft -mu"
+ .ascii "naligned-access -std=gnu99 -g2 -gpubnames -fomit-fr"
+ .ascii "ame-pointer -fno-dwarf2-cfi-asm -fno-builtin -ffunc"
+ .ascii "tion-sections -fdata-sections -fshort-enums -fno-co"
+ .ascii "mmon\000"
+.LASF56:
+ .ascii "__RAL_c_locale\000"
+.LASF91:
+ .ascii "BlockLink_t\000"
+.LASF47:
+ .ascii "__RAL_locale_codeset_t\000"
+.LASF95:
+ .ascii "pxEnd\000"
+.LASF93:
+ .ascii "xHeapStructSize\000"
+.LASF50:
+ .ascii "codeset\000"
+.LASF115:
+ .ascii "pxNewBlockLink\000"
+.LASF28:
+ .ascii "int_n_sign_posn\000"
+.LASF62:
+ .ascii "__RAL_c_locale_month_names\000"
+.LASF38:
+ .ascii "__isctype\000"
+.LASF74:
+ .ascii "__RAL_error_decoder_s\000"
+.LASF77:
+ .ascii "__RAL_error_decoder_t\000"
+.LASF84:
+ .ascii "uint8_t\000"
+.LASF119:
+ .ascii "C:\\Users\\Aymar\\Desktop\\MSG\\msg-obc-software\\o"
+ .ascii "bc\\upsat-obc-software-master\\cubeMX\\disco\\EWARM"
+ .ascii "\000"
+.LASF15:
+ .ascii "int_frac_digits\000"
+.LASF31:
+ .ascii "month_names\000"
+.LASF26:
+ .ascii "int_n_sep_by_space\000"
+.LASF102:
+ .ascii "pxFirstFreeBlock\000"
+.LASF67:
+ .ascii "__RAL_data_utf8_plus\000"
+.LASF63:
+ .ascii "__RAL_c_locale_abbrev_month_names\000"
+.LASF44:
+ .ascii "__wctomb\000"
+.LASF5:
+ .ascii "decimal_point\000"
+ .ident "GCC: (GNU) 8.2.1 20181213 (release) [gcc-8-branch revision 267074]"
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/heap_4.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/heap_4.d
index b3ac924..321f7e1 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/heap_4.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/heap_4.d
@@ -1,20 +1,20 @@
disco/Obj/heap_4.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdlib.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER_SYSVIEW.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/Config/Global.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\portable\MemMang\heap_4.c \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdlib.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\OS\SEGGER_SYSVIEW_FreeRTOS.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER_SYSVIEW.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\Config\Global.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stddef.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stddef.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Inc/FreeRTOSConfig.h ../Inc/mxconstants.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h \
../Middlewares/Third_Party/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/intrinsics.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/intrinsics.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/list.h
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/heap_4.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/heap_4.o
index f65ba35..502127c 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/heap_4.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/heap_4.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/list.asm b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/list.asm
new file mode 100644
index 0000000..3836d1b
--- /dev/null
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/list.asm
@@ -0,0 +1,2225 @@
+ .cpu cortex-m4
+ .eabi_attribute 20, 1
+ .eabi_attribute 21, 1
+ .eabi_attribute 23, 3
+ .eabi_attribute 24, 1
+ .eabi_attribute 25, 1
+ .eabi_attribute 26, 1
+ .eabi_attribute 30, 6
+ .eabi_attribute 34, 1
+ .eabi_attribute 18, 4
+ .file "list.c"
+ .text
+.Ltext0:
+ .section .text.vListInitialise,"ax",%progbits
+ .align 1
+ .global vListInitialise
+ .syntax unified
+ .thumb
+ .thumb_func
+ .fpu softvfp
+ .type vListInitialise, %function
+vListInitialise:
+.LFB1:
+ .file 1 "C:\\Users\\Aymar\\Desktop\\MSG\\msg-obc-software\\obc\\upsat-obc-software-master\\cubeMX\\disco\\Middlewares\\Third_Party\\FreeRTOS\\Source\\list.c"
+ .loc 1 81 1
+ @ args = 0, pretend = 0, frame = 8
+ @ frame_needed = 0, uses_anonymous_args = 0
+ @ link register save eliminated.
+ sub sp, sp, #8
+.LCFI0:
+ str r0, [sp, #4]
+ .loc 1 85 37
+ ldr r3, [sp, #4]
+ add r2, r3, #8
+ .loc 1 85 18
+ ldr r3, [sp, #4]
+ str r2, [r3, #4]
+ .loc 1 89 30
+ ldr r3, [sp, #4]
+ mov r2, #-1
+ str r2, [r3, #8]
+ .loc 1 93 45
+ ldr r3, [sp, #4]
+ add r2, r3, #8
+ .loc 1 93 26
+ ldr r3, [sp, #4]
+ str r2, [r3, #12]
+ .loc 1 94 49
+ ldr r3, [sp, #4]
+ add r2, r3, #8
+ .loc 1 94 30
+ ldr r3, [sp, #4]
+ str r2, [r3, #16]
+ .loc 1 96 26
+ ldr r3, [sp, #4]
+ movs r2, #0
+ str r2, [r3]
+ .loc 1 102 1
+ nop
+ add sp, sp, #8
+.LCFI1:
+ @ sp needed
+ bx lr
+.LFE1:
+ .size vListInitialise, .-vListInitialise
+ .section .text.vListInitialiseItem,"ax",%progbits
+ .align 1
+ .global vListInitialiseItem
+ .syntax unified
+ .thumb
+ .thumb_func
+ .fpu softvfp
+ .type vListInitialiseItem, %function
+vListInitialiseItem:
+.LFB2:
+ .loc 1 106 1
+ @ args = 0, pretend = 0, frame = 8
+ @ frame_needed = 0, uses_anonymous_args = 0
+ @ link register save eliminated.
+ sub sp, sp, #8
+.LCFI2:
+ str r0, [sp, #4]
+ .loc 1 108 22
+ ldr r3, [sp, #4]
+ movs r2, #0
+ str r2, [r3, #16]
+ .loc 1 114 1
+ nop
+ add sp, sp, #8
+.LCFI3:
+ @ sp needed
+ bx lr
+.LFE2:
+ .size vListInitialiseItem, .-vListInitialiseItem
+ .section .text.vListInsertEnd,"ax",%progbits
+ .align 1
+ .global vListInsertEnd
+ .syntax unified
+ .thumb
+ .thumb_func
+ .fpu softvfp
+ .type vListInsertEnd, %function
+vListInsertEnd:
+.LFB3:
+ .loc 1 118 1
+ @ args = 0, pretend = 0, frame = 16
+ @ frame_needed = 0, uses_anonymous_args = 0
+ @ link register save eliminated.
+ sub sp, sp, #16
+.LCFI4:
+ str r0, [sp, #4]
+ str r1, [sp]
+ .loc 1 119 20
+ ldr r3, [sp, #4]
+ ldr r3, [r3, #4]
+ str r3, [sp, #12]
+ .loc 1 130 24
+ ldr r3, [sp]
+ ldr r2, [sp, #12]
+ str r2, [r3, #4]
+ .loc 1 131 37
+ ldr r3, [sp, #12]
+ ldr r2, [r3, #8]
+ .loc 1 131 28
+ ldr r3, [sp]
+ str r2, [r3, #8]
+ .loc 1 136 9
+ ldr r3, [sp, #12]
+ ldr r3, [r3, #8]
+ .loc 1 136 30
+ ldr r2, [sp]
+ str r2, [r3, #4]
+ .loc 1 137 22
+ ldr r3, [sp, #12]
+ ldr r2, [sp]
+ str r2, [r3, #8]
+ .loc 1 140 29
+ ldr r3, [sp]
+ ldr r2, [sp, #4]
+ str r2, [r3, #16]
+ .loc 1 142 10
+ ldr r3, [sp, #4]
+ ldr r3, [r3]
+ .loc 1 142 29
+ adds r2, r3, #1
+ ldr r3, [sp, #4]
+ str r2, [r3]
+ .loc 1 143 1
+ nop
+ add sp, sp, #16
+.LCFI5:
+ @ sp needed
+ bx lr
+.LFE3:
+ .size vListInsertEnd, .-vListInsertEnd
+ .section .text.vListInsert,"ax",%progbits
+ .align 1
+ .global vListInsert
+ .syntax unified
+ .thumb
+ .thumb_func
+ .fpu softvfp
+ .type vListInsert, %function
+vListInsert:
+.LFB4:
+ .loc 1 147 1
+ @ args = 0, pretend = 0, frame = 16
+ @ frame_needed = 0, uses_anonymous_args = 0
+ @ link register save eliminated.
+ sub sp, sp, #16
+.LCFI6:
+ str r0, [sp, #4]
+ str r1, [sp]
+ .loc 1 149 18
+ ldr r3, [sp]
+ ldr r3, [r3]
+ str r3, [sp, #8]
+ .loc 1 165 4
+ ldr r3, [sp, #8]
+ cmp r3, #-1
+ bne .L5
+ .loc 1 167 14
+ ldr r3, [sp, #4]
+ ldr r3, [r3, #16]
+ str r3, [sp, #12]
+ b .L6
+.L5:
+ .loc 1 193 19
+ ldr r3, [sp, #4]
+ adds r3, r3, #8
+ str r3, [sp, #12]
+ .loc 1 193 3
+ b .L7
+.L8:
+ .loc 1 193 125 discriminator 3
+ ldr r3, [sp, #12]
+ ldr r3, [r3, #4]
+ str r3, [sp, #12]
+.L7:
+ .loc 1 193 71 discriminator 1
+ ldr r3, [sp, #12]
+ ldr r3, [r3, #4]
+ .loc 1 193 79 discriminator 1
+ ldr r3, [r3]
+ .loc 1 193 3 discriminator 1
+ ldr r2, [sp, #8]
+ cmp r2, r3
+ bcs .L8
+.L6:
+ .loc 1 200 36
+ ldr r3, [sp, #12]
+ ldr r2, [r3, #4]
+ .loc 1 200 24
+ ldr r3, [sp]
+ str r2, [r3, #4]
+ .loc 1 201 15
+ ldr r3, [sp]
+ ldr r3, [r3, #4]
+ .loc 1 201 36
+ ldr r2, [sp]
+ str r2, [r3, #8]
+ .loc 1 202 28
+ ldr r3, [sp]
+ ldr r2, [sp, #12]
+ str r2, [r3, #8]
+ .loc 1 203 21
+ ldr r3, [sp, #12]
+ ldr r2, [sp]
+ str r2, [r3, #4]
+ .loc 1 207 29
+ ldr r3, [sp]
+ ldr r2, [sp, #4]
+ str r2, [r3, #16]
+ .loc 1 209 10
+ ldr r3, [sp, #4]
+ ldr r3, [r3]
+ .loc 1 209 29
+ adds r2, r3, #1
+ ldr r3, [sp, #4]
+ str r2, [r3]
+ .loc 1 210 1
+ nop
+ add sp, sp, #16
+.LCFI7:
+ @ sp needed
+ bx lr
+.LFE4:
+ .size vListInsert, .-vListInsert
+ .section .text.uxListRemove,"ax",%progbits
+ .align 1
+ .global uxListRemove
+ .syntax unified
+ .thumb
+ .thumb_func
+ .fpu softvfp
+ .type uxListRemove, %function
+uxListRemove:
+.LFB5:
+ .loc 1 214 1
+ @ args = 0, pretend = 0, frame = 16
+ @ frame_needed = 0, uses_anonymous_args = 0
+ @ link register save eliminated.
+ sub sp, sp, #16
+.LCFI8:
+ str r0, [sp, #4]
+ .loc 1 217 16
+ ldr r3, [sp, #4]
+ ldr r3, [r3, #16]
+ str r3, [sp, #12]
+ .loc 1 219 16
+ ldr r3, [sp, #4]
+ ldr r3, [r3, #4]
+ .loc 1 219 53
+ ldr r2, [sp, #4]
+ ldr r2, [r2, #8]
+ .loc 1 219 37
+ str r2, [r3, #8]
+ .loc 1 220 16
+ ldr r3, [sp, #4]
+ ldr r3, [r3, #8]
+ .loc 1 220 53
+ ldr r2, [sp, #4]
+ ldr r2, [r2, #4]
+ .loc 1 220 37
+ str r2, [r3, #4]
+ .loc 1 226 12
+ ldr r3, [sp, #12]
+ ldr r3, [r3, #4]
+ .loc 1 226 4
+ ldr r2, [sp, #4]
+ cmp r2, r3
+ bne .L10
+ .loc 1 228 35
+ ldr r3, [sp, #4]
+ ldr r2, [r3, #8]
+ .loc 1 228 19
+ ldr r3, [sp, #12]
+ str r2, [r3, #4]
+.L10:
+ .loc 1 235 30
+ ldr r3, [sp, #4]
+ movs r2, #0
+ str r2, [r3, #16]
+ .loc 1 236 10
+ ldr r3, [sp, #12]
+ ldr r3, [r3]
+ .loc 1 236 29
+ subs r2, r3, #1
+ ldr r3, [sp, #12]
+ str r2, [r3]
+ .loc 1 238 15
+ ldr r3, [sp, #12]
+ ldr r3, [r3]
+ .loc 1 239 1
+ mov r0, r3
+ add sp, sp, #16
+.LCFI9:
+ @ sp needed
+ bx lr
+.LFE5:
+ .size uxListRemove, .-uxListRemove
+ .section .debug_frame,"",%progbits
+.Lframe0:
+ .4byte .LECIE0-.LSCIE0
+.LSCIE0:
+ .4byte 0xffffffff
+ .byte 0x3
+ .ascii "\000"
+ .uleb128 0x1
+ .sleb128 -4
+ .uleb128 0xe
+ .byte 0xc
+ .uleb128 0xd
+ .uleb128 0
+ .align 2
+.LECIE0:
+.LSFDE0:
+ .4byte .LEFDE0-.LASFDE0
+.LASFDE0:
+ .4byte .Lframe0
+ .4byte .LFB1
+ .4byte .LFE1-.LFB1
+ .byte 0x4
+ .4byte .LCFI0-.LFB1
+ .byte 0xe
+ .uleb128 0x8
+ .byte 0x4
+ .4byte .LCFI1-.LCFI0
+ .byte 0xe
+ .uleb128 0
+ .align 2
+.LEFDE0:
+.LSFDE2:
+ .4byte .LEFDE2-.LASFDE2
+.LASFDE2:
+ .4byte .Lframe0
+ .4byte .LFB2
+ .4byte .LFE2-.LFB2
+ .byte 0x4
+ .4byte .LCFI2-.LFB2
+ .byte 0xe
+ .uleb128 0x8
+ .byte 0x4
+ .4byte .LCFI3-.LCFI2
+ .byte 0xe
+ .uleb128 0
+ .align 2
+.LEFDE2:
+.LSFDE4:
+ .4byte .LEFDE4-.LASFDE4
+.LASFDE4:
+ .4byte .Lframe0
+ .4byte .LFB3
+ .4byte .LFE3-.LFB3
+ .byte 0x4
+ .4byte .LCFI4-.LFB3
+ .byte 0xe
+ .uleb128 0x10
+ .byte 0x4
+ .4byte .LCFI5-.LCFI4
+ .byte 0xe
+ .uleb128 0
+ .align 2
+.LEFDE4:
+.LSFDE6:
+ .4byte .LEFDE6-.LASFDE6
+.LASFDE6:
+ .4byte .Lframe0
+ .4byte .LFB4
+ .4byte .LFE4-.LFB4
+ .byte 0x4
+ .4byte .LCFI6-.LFB4
+ .byte 0xe
+ .uleb128 0x10
+ .byte 0x4
+ .4byte .LCFI7-.LCFI6
+ .byte 0xe
+ .uleb128 0
+ .align 2
+.LEFDE6:
+.LSFDE8:
+ .4byte .LEFDE8-.LASFDE8
+.LASFDE8:
+ .4byte .Lframe0
+ .4byte .LFB5
+ .4byte .LFE5-.LFB5
+ .byte 0x4
+ .4byte .LCFI8-.LFB5
+ .byte 0xe
+ .uleb128 0x10
+ .byte 0x4
+ .4byte .LCFI9-.LCFI8
+ .byte 0xe
+ .uleb128 0
+ .align 2
+.LEFDE8:
+ .text
+.Letext0:
+ .file 2 "C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.18/include/__crossworks.h"
+ .file 3 "C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.18/include/stdint.h"
+ .file 4 "./../Inc/FreeRTOSConfig.h"
+ .file 5 "./../Middlewares/Third_Party/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h"
+ .file 6 "./../Middlewares/Third_Party/FreeRTOS/Source/include/list.h"
+ .section .debug_info,"",%progbits
+.Ldebug_info0:
+ .4byte 0x814
+ .2byte 0x4
+ .4byte .Ldebug_abbrev0
+ .byte 0x4
+ .uleb128 0x1
+ .4byte .LASF111
+ .byte 0xc
+ .4byte .LASF112
+ .4byte .LASF113
+ .4byte .Ldebug_ranges0+0
+ .4byte 0
+ .4byte .Ldebug_line0
+ .uleb128 0x2
+ .byte 0x4
+ .uleb128 0x3
+ .4byte .LASF52
+ .byte 0x8
+ .byte 0x2
+ .byte 0x7e
+ .byte 0x8
+ .4byte 0x4f
+ .uleb128 0x4
+ .4byte .LASF0
+ .byte 0x2
+ .byte 0x7f
+ .byte 0x7
+ .4byte 0x4f
+ .byte 0
+ .uleb128 0x4
+ .4byte .LASF1
+ .byte 0x2
+ .byte 0x80
+ .byte 0x8
+ .4byte 0x56
+ .byte 0x4
+ .byte 0
+ .uleb128 0x5
+ .byte 0x4
+ .byte 0x5
+ .ascii "int\000"
+ .uleb128 0x6
+ .byte 0x4
+ .byte 0x5
+ .4byte .LASF2
+ .uleb128 0x7
+ .4byte 0x4f
+ .4byte 0x76
+ .uleb128 0x8
+ .4byte 0x76
+ .uleb128 0x8
+ .4byte 0x88
+ .uleb128 0x8
+ .4byte 0x8f
+ .byte 0
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x7c
+ .uleb128 0x6
+ .byte 0x1
+ .byte 0x8
+ .4byte .LASF3
+ .uleb128 0xa
+ .4byte 0x7c
+ .uleb128 0x6
+ .byte 0x4
+ .byte 0x7
+ .4byte .LASF4
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x27
+ .uleb128 0x7
+ .4byte 0x4f
+ .4byte 0xb3
+ .uleb128 0x8
+ .4byte 0xb3
+ .uleb128 0x8
+ .4byte 0xb9
+ .uleb128 0x8
+ .4byte 0x88
+ .uleb128 0x8
+ .4byte 0x8f
+ .byte 0
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x88
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x83
+ .uleb128 0xb
+ .byte 0x58
+ .byte 0x2
+ .byte 0x86
+ .byte 0x9
+ .4byte 0x269
+ .uleb128 0x4
+ .4byte .LASF5
+ .byte 0x2
+ .byte 0x88
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0
+ .uleb128 0x4
+ .4byte .LASF6
+ .byte 0x2
+ .byte 0x89
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0x4
+ .uleb128 0x4
+ .4byte .LASF7
+ .byte 0x2
+ .byte 0x8a
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0x8
+ .uleb128 0x4
+ .4byte .LASF8
+ .byte 0x2
+ .byte 0x8c
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0xc
+ .uleb128 0x4
+ .4byte .LASF9
+ .byte 0x2
+ .byte 0x8d
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0x10
+ .uleb128 0x4
+ .4byte .LASF10
+ .byte 0x2
+ .byte 0x8e
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0x14
+ .uleb128 0x4
+ .4byte .LASF11
+ .byte 0x2
+ .byte 0x8f
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0x18
+ .uleb128 0x4
+ .4byte .LASF12
+ .byte 0x2
+ .byte 0x90
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0x1c
+ .uleb128 0x4
+ .4byte .LASF13
+ .byte 0x2
+ .byte 0x91
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0x20
+ .uleb128 0x4
+ .4byte .LASF14
+ .byte 0x2
+ .byte 0x92
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0x24
+ .uleb128 0x4
+ .4byte .LASF15
+ .byte 0x2
+ .byte 0x94
+ .byte 0x8
+ .4byte 0x7c
+ .byte 0x28
+ .uleb128 0x4
+ .4byte .LASF16
+ .byte 0x2
+ .byte 0x95
+ .byte 0x8
+ .4byte 0x7c
+ .byte 0x29
+ .uleb128 0x4
+ .4byte .LASF17
+ .byte 0x2
+ .byte 0x96
+ .byte 0x8
+ .4byte 0x7c
+ .byte 0x2a
+ .uleb128 0x4
+ .4byte .LASF18
+ .byte 0x2
+ .byte 0x97
+ .byte 0x8
+ .4byte 0x7c
+ .byte 0x2b
+ .uleb128 0x4
+ .4byte .LASF19
+ .byte 0x2
+ .byte 0x98
+ .byte 0x8
+ .4byte 0x7c
+ .byte 0x2c
+ .uleb128 0x4
+ .4byte .LASF20
+ .byte 0x2
+ .byte 0x99
+ .byte 0x8
+ .4byte 0x7c
+ .byte 0x2d
+ .uleb128 0x4
+ .4byte .LASF21
+ .byte 0x2
+ .byte 0x9a
+ .byte 0x8
+ .4byte 0x7c
+ .byte 0x2e
+ .uleb128 0x4
+ .4byte .LASF22
+ .byte 0x2
+ .byte 0x9b
+ .byte 0x8
+ .4byte 0x7c
+ .byte 0x2f
+ .uleb128 0x4
+ .4byte .LASF23
+ .byte 0x2
+ .byte 0x9c
+ .byte 0x8
+ .4byte 0x7c
+ .byte 0x30
+ .uleb128 0x4
+ .4byte .LASF24
+ .byte 0x2
+ .byte 0x9d
+ .byte 0x8
+ .4byte 0x7c
+ .byte 0x31
+ .uleb128 0x4
+ .4byte .LASF25
+ .byte 0x2
+ .byte 0x9e
+ .byte 0x8
+ .4byte 0x7c
+ .byte 0x32
+ .uleb128 0x4
+ .4byte .LASF26
+ .byte 0x2
+ .byte 0x9f
+ .byte 0x8
+ .4byte 0x7c
+ .byte 0x33
+ .uleb128 0x4
+ .4byte .LASF27
+ .byte 0x2
+ .byte 0xa0
+ .byte 0x8
+ .4byte 0x7c
+ .byte 0x34
+ .uleb128 0x4
+ .4byte .LASF28
+ .byte 0x2
+ .byte 0xa1
+ .byte 0x8
+ .4byte 0x7c
+ .byte 0x35
+ .uleb128 0x4
+ .4byte .LASF29
+ .byte 0x2
+ .byte 0xa6
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0x38
+ .uleb128 0x4
+ .4byte .LASF30
+ .byte 0x2
+ .byte 0xa7
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0x3c
+ .uleb128 0x4
+ .4byte .LASF31
+ .byte 0x2
+ .byte 0xa8
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0x40
+ .uleb128 0x4
+ .4byte .LASF32
+ .byte 0x2
+ .byte 0xa9
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0x44
+ .uleb128 0x4
+ .4byte .LASF33
+ .byte 0x2
+ .byte 0xaa
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0x48
+ .uleb128 0x4
+ .4byte .LASF34
+ .byte 0x2
+ .byte 0xab
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0x4c
+ .uleb128 0x4
+ .4byte .LASF35
+ .byte 0x2
+ .byte 0xac
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0x50
+ .uleb128 0x4
+ .4byte .LASF36
+ .byte 0x2
+ .byte 0xad
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0x54
+ .byte 0
+ .uleb128 0xc
+ .4byte .LASF46
+ .byte 0x2
+ .byte 0xae
+ .byte 0x3
+ .4byte 0xbf
+ .uleb128 0xa
+ .4byte 0x269
+ .uleb128 0x6
+ .byte 0x1
+ .byte 0x8
+ .4byte .LASF37
+ .uleb128 0xa
+ .4byte 0x27a
+ .uleb128 0xb
+ .byte 0x20
+ .byte 0x2
+ .byte 0xc4
+ .byte 0x9
+ .4byte 0x2f8
+ .uleb128 0x4
+ .4byte .LASF38
+ .byte 0x2
+ .byte 0xc6
+ .byte 0x9
+ .4byte 0x30c
+ .byte 0
+ .uleb128 0x4
+ .4byte .LASF39
+ .byte 0x2
+ .byte 0xc7
+ .byte 0x9
+ .4byte 0x321
+ .byte 0x4
+ .uleb128 0x4
+ .4byte .LASF40
+ .byte 0x2
+ .byte 0xc8
+ .byte 0x9
+ .4byte 0x321
+ .byte 0x8
+ .uleb128 0x4
+ .4byte .LASF41
+ .byte 0x2
+ .byte 0xcb
+ .byte 0x9
+ .4byte 0x33b
+ .byte 0xc
+ .uleb128 0x4
+ .4byte .LASF42
+ .byte 0x2
+ .byte 0xcc
+ .byte 0xa
+ .4byte 0x350
+ .byte 0x10
+ .uleb128 0x4
+ .4byte .LASF43
+ .byte 0x2
+ .byte 0xcd
+ .byte 0xa
+ .4byte 0x350
+ .byte 0x14
+ .uleb128 0x4
+ .4byte .LASF44
+ .byte 0x2
+ .byte 0xd0
+ .byte 0x9
+ .4byte 0x356
+ .byte 0x18
+ .uleb128 0x4
+ .4byte .LASF45
+ .byte 0x2
+ .byte 0xd1
+ .byte 0x9
+ .4byte 0x35c
+ .byte 0x1c
+ .byte 0
+ .uleb128 0x7
+ .4byte 0x4f
+ .4byte 0x30c
+ .uleb128 0x8
+ .4byte 0x4f
+ .uleb128 0x8
+ .4byte 0x4f
+ .byte 0
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x2f8
+ .uleb128 0x7
+ .4byte 0x4f
+ .4byte 0x321
+ .uleb128 0x8
+ .4byte 0x4f
+ .byte 0
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x312
+ .uleb128 0x7
+ .4byte 0x4f
+ .4byte 0x33b
+ .uleb128 0x8
+ .4byte 0x56
+ .uleb128 0x8
+ .4byte 0x4f
+ .byte 0
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x327
+ .uleb128 0x7
+ .4byte 0x56
+ .4byte 0x350
+ .uleb128 0x8
+ .4byte 0x56
+ .byte 0
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x341
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x5d
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x95
+ .uleb128 0xc
+ .4byte .LASF47
+ .byte 0x2
+ .byte 0xd2
+ .byte 0x3
+ .4byte 0x286
+ .uleb128 0xa
+ .4byte 0x362
+ .uleb128 0xb
+ .byte 0xc
+ .byte 0x2
+ .byte 0xd4
+ .byte 0x9
+ .4byte 0x3a4
+ .uleb128 0x4
+ .4byte .LASF48
+ .byte 0x2
+ .byte 0xd5
+ .byte 0xf
+ .4byte 0xb9
+ .byte 0
+ .uleb128 0x4
+ .4byte .LASF49
+ .byte 0x2
+ .byte 0xd6
+ .byte 0x25
+ .4byte 0x3a4
+ .byte 0x4
+ .uleb128 0x4
+ .4byte .LASF50
+ .byte 0x2
+ .byte 0xd7
+ .byte 0x28
+ .4byte 0x3aa
+ .byte 0x8
+ .byte 0
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x275
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x36e
+ .uleb128 0xc
+ .4byte .LASF51
+ .byte 0x2
+ .byte 0xd8
+ .byte 0x3
+ .4byte 0x373
+ .uleb128 0xa
+ .4byte 0x3b0
+ .uleb128 0x3
+ .4byte .LASF53
+ .byte 0x14
+ .byte 0x2
+ .byte 0xdc
+ .byte 0x10
+ .4byte 0x3dc
+ .uleb128 0x4
+ .4byte .LASF54
+ .byte 0x2
+ .byte 0xdd
+ .byte 0x20
+ .4byte 0x3dc
+ .byte 0
+ .byte 0
+ .uleb128 0xd
+ .4byte 0x3ec
+ .4byte 0x3ec
+ .uleb128 0xe
+ .4byte 0x88
+ .byte 0x4
+ .byte 0
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x3bc
+ .uleb128 0xf
+ .4byte .LASF55
+ .byte 0x2
+ .2byte 0x106
+ .byte 0x1a
+ .4byte 0x3c1
+ .uleb128 0xf
+ .4byte .LASF56
+ .byte 0x2
+ .2byte 0x10d
+ .byte 0x24
+ .4byte 0x3bc
+ .uleb128 0xf
+ .4byte .LASF57
+ .byte 0x2
+ .2byte 0x110
+ .byte 0x2c
+ .4byte 0x36e
+ .uleb128 0xf
+ .4byte .LASF58
+ .byte 0x2
+ .2byte 0x111
+ .byte 0x2c
+ .4byte 0x36e
+ .uleb128 0xd
+ .4byte 0x281
+ .4byte 0x436
+ .uleb128 0xe
+ .4byte 0x88
+ .byte 0x7f
+ .byte 0
+ .uleb128 0xa
+ .4byte 0x426
+ .uleb128 0xf
+ .4byte .LASF59
+ .byte 0x2
+ .2byte 0x113
+ .byte 0x23
+ .4byte 0x436
+ .uleb128 0xd
+ .4byte 0x83
+ .4byte 0x453
+ .uleb128 0x10
+ .byte 0
+ .uleb128 0xa
+ .4byte 0x448
+ .uleb128 0xf
+ .4byte .LASF60
+ .byte 0x2
+ .2byte 0x115
+ .byte 0x13
+ .4byte 0x453
+ .uleb128 0xf
+ .4byte .LASF61
+ .byte 0x2
+ .2byte 0x116
+ .byte 0x13
+ .4byte 0x453
+ .uleb128 0xf
+ .4byte .LASF62
+ .byte 0x2
+ .2byte 0x117
+ .byte 0x13
+ .4byte 0x453
+ .uleb128 0xf
+ .4byte .LASF63
+ .byte 0x2
+ .2byte 0x118
+ .byte 0x13
+ .4byte 0x453
+ .uleb128 0xf
+ .4byte .LASF64
+ .byte 0x2
+ .2byte 0x11a
+ .byte 0x13
+ .4byte 0x453
+ .uleb128 0xf
+ .4byte .LASF65
+ .byte 0x2
+ .2byte 0x11b
+ .byte 0x13
+ .4byte 0x453
+ .uleb128 0xf
+ .4byte .LASF66
+ .byte 0x2
+ .2byte 0x11c
+ .byte 0x13
+ .4byte 0x453
+ .uleb128 0xf
+ .4byte .LASF67
+ .byte 0x2
+ .2byte 0x11d
+ .byte 0x13
+ .4byte 0x453
+ .uleb128 0xf
+ .4byte .LASF68
+ .byte 0x2
+ .2byte 0x11e
+ .byte 0x13
+ .4byte 0x453
+ .uleb128 0xf
+ .4byte .LASF69
+ .byte 0x2
+ .2byte 0x11f
+ .byte 0x13
+ .4byte 0x453
+ .uleb128 0x7
+ .4byte 0x4f
+ .4byte 0x4e9
+ .uleb128 0x8
+ .4byte 0x4e9
+ .byte 0
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x4f4
+ .uleb128 0x11
+ .4byte .LASF114
+ .uleb128 0xa
+ .4byte 0x4ef
+ .uleb128 0xf
+ .4byte .LASF70
+ .byte 0x2
+ .2byte 0x135
+ .byte 0xe
+ .4byte 0x506
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x4da
+ .uleb128 0x7
+ .4byte 0x4f
+ .4byte 0x51b
+ .uleb128 0x8
+ .4byte 0x51b
+ .byte 0
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x4ef
+ .uleb128 0xf
+ .4byte .LASF71
+ .byte 0x2
+ .2byte 0x136
+ .byte 0xe
+ .4byte 0x52e
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x50c
+ .uleb128 0x6
+ .byte 0x2
+ .byte 0x7
+ .4byte .LASF72
+ .uleb128 0x12
+ .4byte .LASF73
+ .byte 0x2
+ .2byte 0x14d
+ .byte 0x18
+ .4byte 0x548
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x54e
+ .uleb128 0x7
+ .4byte 0xb9
+ .4byte 0x55d
+ .uleb128 0x8
+ .4byte 0x4f
+ .byte 0
+ .uleb128 0x13
+ .4byte .LASF74
+ .byte 0x8
+ .byte 0x2
+ .2byte 0x14f
+ .byte 0x10
+ .4byte 0x588
+ .uleb128 0x14
+ .4byte .LASF75
+ .byte 0x2
+ .2byte 0x151
+ .byte 0x1c
+ .4byte 0x53b
+ .byte 0
+ .uleb128 0x14
+ .4byte .LASF76
+ .byte 0x2
+ .2byte 0x152
+ .byte 0x21
+ .4byte 0x588
+ .byte 0x4
+ .byte 0
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x55d
+ .uleb128 0x12
+ .4byte .LASF77
+ .byte 0x2
+ .2byte 0x153
+ .byte 0x3
+ .4byte 0x55d
+ .uleb128 0xf
+ .4byte .LASF78
+ .byte 0x2
+ .2byte 0x157
+ .byte 0x1f
+ .4byte 0x5a8
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x58e
+ .uleb128 0x6
+ .byte 0x8
+ .byte 0x5
+ .4byte .LASF79
+ .uleb128 0x6
+ .byte 0x4
+ .byte 0x7
+ .4byte .LASF80
+ .uleb128 0x6
+ .byte 0x8
+ .byte 0x7
+ .4byte .LASF81
+ .uleb128 0x6
+ .byte 0x1
+ .byte 0x6
+ .4byte .LASF82
+ .uleb128 0x6
+ .byte 0x2
+ .byte 0x5
+ .4byte .LASF83
+ .uleb128 0xc
+ .4byte .LASF84
+ .byte 0x3
+ .byte 0x38
+ .byte 0x1c
+ .4byte 0x88
+ .uleb128 0x15
+ .4byte .LASF85
+ .byte 0x4
+ .byte 0x5d
+ .byte 0x15
+ .4byte 0x5d1
+ .uleb128 0xc
+ .4byte .LASF86
+ .byte 0x5
+ .byte 0x64
+ .byte 0x17
+ .4byte 0x5b5
+ .uleb128 0xc
+ .4byte .LASF87
+ .byte 0x5
+ .byte 0x6a
+ .byte 0x13
+ .4byte 0x5d1
+ .uleb128 0xa
+ .4byte 0x5f5
+ .uleb128 0x3
+ .4byte .LASF88
+ .byte 0x14
+ .byte 0x6
+ .byte 0xb5
+ .byte 0x8
+ .4byte 0x655
+ .uleb128 0x4
+ .4byte .LASF89
+ .byte 0x6
+ .byte 0xb8
+ .byte 0x21
+ .4byte 0x5f5
+ .byte 0
+ .uleb128 0x4
+ .4byte .LASF90
+ .byte 0x6
+ .byte 0xb9
+ .byte 0x2a
+ .4byte 0x655
+ .byte 0x4
+ .uleb128 0x4
+ .4byte .LASF91
+ .byte 0x6
+ .byte 0xba
+ .byte 0x2a
+ .4byte 0x655
+ .byte 0x8
+ .uleb128 0x4
+ .4byte .LASF92
+ .byte 0x6
+ .byte 0xbb
+ .byte 0x9
+ .4byte 0x25
+ .byte 0xc
+ .uleb128 0x4
+ .4byte .LASF93
+ .byte 0x6
+ .byte 0xbc
+ .byte 0x1d
+ .4byte 0x25
+ .byte 0x10
+ .byte 0
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x606
+ .uleb128 0xc
+ .4byte .LASF94
+ .byte 0x6
+ .byte 0xbf
+ .byte 0x1b
+ .4byte 0x606
+ .uleb128 0x3
+ .4byte .LASF95
+ .byte 0xc
+ .byte 0x6
+ .byte 0xc1
+ .byte 0x8
+ .4byte 0x69c
+ .uleb128 0x4
+ .4byte .LASF89
+ .byte 0x6
+ .byte 0xc4
+ .byte 0x21
+ .4byte 0x5f5
+ .byte 0
+ .uleb128 0x4
+ .4byte .LASF90
+ .byte 0x6
+ .byte 0xc5
+ .byte 0x2a
+ .4byte 0x655
+ .byte 0x4
+ .uleb128 0x4
+ .4byte .LASF91
+ .byte 0x6
+ .byte 0xc6
+ .byte 0x2a
+ .4byte 0x655
+ .byte 0x8
+ .byte 0
+ .uleb128 0xc
+ .4byte .LASF96
+ .byte 0x6
+ .byte 0xc8
+ .byte 0x20
+ .4byte 0x667
+ .uleb128 0x3
+ .4byte .LASF97
+ .byte 0x14
+ .byte 0x6
+ .byte 0xcd
+ .byte 0x10
+ .4byte 0x6dd
+ .uleb128 0x4
+ .4byte .LASF98
+ .byte 0x6
+ .byte 0xd0
+ .byte 0x22
+ .4byte 0x5e9
+ .byte 0
+ .uleb128 0x4
+ .4byte .LASF99
+ .byte 0x6
+ .byte 0xd1
+ .byte 0x23
+ .4byte 0x6dd
+ .byte 0x4
+ .uleb128 0x4
+ .4byte .LASF100
+ .byte 0x6
+ .byte 0xd2
+ .byte 0x11
+ .4byte 0x69c
+ .byte 0x8
+ .byte 0
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x65b
+ .uleb128 0xa
+ .4byte 0x6dd
+ .uleb128 0xc
+ .4byte .LASF101
+ .byte 0x6
+ .byte 0xd4
+ .byte 0x3
+ .4byte 0x6a8
+ .uleb128 0x16
+ .4byte .LASF115
+ .byte 0x1
+ .byte 0xd5
+ .byte 0xd
+ .4byte 0x5e9
+ .4byte .LFB5
+ .4byte .LFE5-.LFB5
+ .uleb128 0x1
+ .byte 0x9c
+ .4byte 0x72d
+ .uleb128 0x17
+ .4byte .LASF102
+ .byte 0x1
+ .byte 0xd5
+ .byte 0x2e
+ .4byte 0x6e3
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -12
+ .uleb128 0x18
+ .4byte .LASF103
+ .byte 0x1
+ .byte 0xd9
+ .byte 0x10
+ .4byte 0x733
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -4
+ .byte 0
+ .uleb128 0x9
+ .byte 0x4
+ .4byte 0x6e8
+ .uleb128 0xa
+ .4byte 0x72d
+ .uleb128 0x19
+ .4byte .LASF107
+ .byte 0x1
+ .byte 0x92
+ .byte 0x6
+ .4byte .LFB4
+ .4byte .LFE4-.LFB4
+ .uleb128 0x1
+ .byte 0x9c
+ .4byte 0x78b
+ .uleb128 0x17
+ .4byte .LASF103
+ .byte 0x1
+ .byte 0x92
+ .byte 0x22
+ .4byte 0x733
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -12
+ .uleb128 0x17
+ .4byte .LASF104
+ .byte 0x1
+ .byte 0x92
+ .byte 0x3d
+ .4byte 0x6e3
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -16
+ .uleb128 0x18
+ .4byte .LASF105
+ .byte 0x1
+ .byte 0x94
+ .byte 0xd
+ .4byte 0x6dd
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -4
+ .uleb128 0x18
+ .4byte .LASF106
+ .byte 0x1
+ .byte 0x95
+ .byte 0x12
+ .4byte 0x601
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -8
+ .byte 0
+ .uleb128 0x19
+ .4byte .LASF108
+ .byte 0x1
+ .byte 0x75
+ .byte 0x6
+ .4byte .LFB3
+ .4byte .LFE3-.LFB3
+ .uleb128 0x1
+ .byte 0x9c
+ .4byte 0x7cf
+ .uleb128 0x17
+ .4byte .LASF103
+ .byte 0x1
+ .byte 0x75
+ .byte 0x25
+ .4byte 0x733
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -12
+ .uleb128 0x17
+ .4byte .LASF104
+ .byte 0x1
+ .byte 0x75
+ .byte 0x40
+ .4byte 0x6e3
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -16
+ .uleb128 0x18
+ .4byte .LASF99
+ .byte 0x1
+ .byte 0x77
+ .byte 0x14
+ .4byte 0x6e3
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -4
+ .byte 0
+ .uleb128 0x19
+ .4byte .LASF109
+ .byte 0x1
+ .byte 0x69
+ .byte 0x6
+ .4byte .LFB2
+ .4byte .LFE2-.LFB2
+ .uleb128 0x1
+ .byte 0x9c
+ .4byte 0x7f5
+ .uleb128 0x17
+ .4byte .LASF110
+ .byte 0x1
+ .byte 0x69
+ .byte 0x2e
+ .4byte 0x6e3
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -4
+ .byte 0
+ .uleb128 0x1a
+ .4byte .LASF116
+ .byte 0x1
+ .byte 0x50
+ .byte 0x6
+ .4byte .LFB1
+ .4byte .LFE1-.LFB1
+ .uleb128 0x1
+ .byte 0x9c
+ .uleb128 0x17
+ .4byte .LASF103
+ .byte 0x1
+ .byte 0x50
+ .byte 0x26
+ .4byte 0x733
+ .uleb128 0x2
+ .byte 0x91
+ .sleb128 -4
+ .byte 0
+ .byte 0
+ .section .debug_abbrev,"",%progbits
+.Ldebug_abbrev0:
+ .uleb128 0x1
+ .uleb128 0x11
+ .byte 0x1
+ .uleb128 0x25
+ .uleb128 0xe
+ .uleb128 0x13
+ .uleb128 0xb
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x1b
+ .uleb128 0xe
+ .uleb128 0x2134
+ .uleb128 0x19
+ .uleb128 0x55
+ .uleb128 0x17
+ .uleb128 0x11
+ .uleb128 0x1
+ .uleb128 0x10
+ .uleb128 0x17
+ .byte 0
+ .byte 0
+ .uleb128 0x2
+ .uleb128 0xf
+ .byte 0
+ .uleb128 0xb
+ .uleb128 0xb
+ .byte 0
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0x13
+ .byte 0x1
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x4
+ .uleb128 0xd
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x38
+ .uleb128 0xb
+ .byte 0
+ .byte 0
+ .uleb128 0x5
+ .uleb128 0x24
+ .byte 0
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x3e
+ .uleb128 0xb
+ .uleb128 0x3
+ .uleb128 0x8
+ .byte 0
+ .byte 0
+ .uleb128 0x6
+ .uleb128 0x24
+ .byte 0
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x3e
+ .uleb128 0xb
+ .uleb128 0x3
+ .uleb128 0xe
+ .byte 0
+ .byte 0
+ .uleb128 0x7
+ .uleb128 0x15
+ .byte 0x1
+ .uleb128 0x27
+ .uleb128 0x19
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x8
+ .uleb128 0x5
+ .byte 0
+ .uleb128 0x49
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x9
+ .uleb128 0xf
+ .byte 0
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0xa
+ .uleb128 0x26
+ .byte 0
+ .uleb128 0x49
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0xb
+ .uleb128 0x13
+ .byte 0x1
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0xc
+ .uleb128 0x16
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0xd
+ .uleb128 0x1
+ .byte 0x1
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0xe
+ .uleb128 0x21
+ .byte 0
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x2f
+ .uleb128 0xb
+ .byte 0
+ .byte 0
+ .uleb128 0xf
+ .uleb128 0x34
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x3f
+ .uleb128 0x19
+ .uleb128 0x3c
+ .uleb128 0x19
+ .byte 0
+ .byte 0
+ .uleb128 0x10
+ .uleb128 0x21
+ .byte 0
+ .byte 0
+ .byte 0
+ .uleb128 0x11
+ .uleb128 0x13
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3c
+ .uleb128 0x19
+ .byte 0
+ .byte 0
+ .uleb128 0x12
+ .uleb128 0x16
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x13
+ .uleb128 0x13
+ .byte 0x1
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x14
+ .uleb128 0xd
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x38
+ .uleb128 0xb
+ .byte 0
+ .byte 0
+ .uleb128 0x15
+ .uleb128 0x34
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x3f
+ .uleb128 0x19
+ .uleb128 0x3c
+ .uleb128 0x19
+ .byte 0
+ .byte 0
+ .uleb128 0x16
+ .uleb128 0x2e
+ .byte 0x1
+ .uleb128 0x3f
+ .uleb128 0x19
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x27
+ .uleb128 0x19
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x11
+ .uleb128 0x1
+ .uleb128 0x12
+ .uleb128 0x6
+ .uleb128 0x40
+ .uleb128 0x18
+ .uleb128 0x2117
+ .uleb128 0x19
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x17
+ .uleb128 0x5
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x2
+ .uleb128 0x18
+ .byte 0
+ .byte 0
+ .uleb128 0x18
+ .uleb128 0x34
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x2
+ .uleb128 0x18
+ .byte 0
+ .byte 0
+ .uleb128 0x19
+ .uleb128 0x2e
+ .byte 0x1
+ .uleb128 0x3f
+ .uleb128 0x19
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x27
+ .uleb128 0x19
+ .uleb128 0x11
+ .uleb128 0x1
+ .uleb128 0x12
+ .uleb128 0x6
+ .uleb128 0x40
+ .uleb128 0x18
+ .uleb128 0x2117
+ .uleb128 0x19
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x1a
+ .uleb128 0x2e
+ .byte 0x1
+ .uleb128 0x3f
+ .uleb128 0x19
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x27
+ .uleb128 0x19
+ .uleb128 0x11
+ .uleb128 0x1
+ .uleb128 0x12
+ .uleb128 0x6
+ .uleb128 0x40
+ .uleb128 0x18
+ .uleb128 0x2117
+ .uleb128 0x19
+ .byte 0
+ .byte 0
+ .byte 0
+ .section .debug_pubnames,"",%progbits
+ .4byte 0x6e
+ .2byte 0x2
+ .4byte .Ldebug_info0
+ .4byte 0x818
+ .4byte 0x6f4
+ .ascii "uxListRemove\000"
+ .4byte 0x738
+ .ascii "vListInsert\000"
+ .4byte 0x78b
+ .ascii "vListInsertEnd\000"
+ .4byte 0x7cf
+ .ascii "vListInitialiseItem\000"
+ .4byte 0x7f5
+ .ascii "vListInitialise\000"
+ .4byte 0
+ .section .debug_pubtypes,"",%progbits
+ .4byte 0x203
+ .2byte 0x2
+ .4byte .Ldebug_info0
+ .4byte 0x818
+ .4byte 0x4f
+ .ascii "int\000"
+ .4byte 0x56
+ .ascii "long int\000"
+ .4byte 0x27
+ .ascii "__mbstate_s\000"
+ .4byte 0x7c
+ .ascii "char\000"
+ .4byte 0x88
+ .ascii "unsigned int\000"
+ .4byte 0x269
+ .ascii "__RAL_locale_data_t\000"
+ .4byte 0x27a
+ .ascii "unsigned char\000"
+ .4byte 0x362
+ .ascii "__RAL_locale_codeset_t\000"
+ .4byte 0x3b0
+ .ascii "__RAL_locale_t\000"
+ .4byte 0x3c1
+ .ascii "__locale_s\000"
+ .4byte 0x534
+ .ascii "short unsigned int\000"
+ .4byte 0x53b
+ .ascii "__RAL_error_decoder_fn_t\000"
+ .4byte 0x55d
+ .ascii "__RAL_error_decoder_s\000"
+ .4byte 0x58e
+ .ascii "__RAL_error_decoder_t\000"
+ .4byte 0x5ae
+ .ascii "long long int\000"
+ .4byte 0x5b5
+ .ascii "long unsigned int\000"
+ .4byte 0x5bc
+ .ascii "long long unsigned int\000"
+ .4byte 0x5c3
+ .ascii "signed char\000"
+ .4byte 0x5ca
+ .ascii "short int\000"
+ .4byte 0x5d1
+ .ascii "uint32_t\000"
+ .4byte 0x5e9
+ .ascii "UBaseType_t\000"
+ .4byte 0x5f5
+ .ascii "TickType_t\000"
+ .4byte 0x606
+ .ascii "xLIST_ITEM\000"
+ .4byte 0x65b
+ .ascii "ListItem_t\000"
+ .4byte 0x667
+ .ascii "xMINI_LIST_ITEM\000"
+ .4byte 0x69c
+ .ascii "MiniListItem_t\000"
+ .4byte 0x6a8
+ .ascii "xLIST\000"
+ .4byte 0x6e8
+ .ascii "List_t\000"
+ .4byte 0
+ .section .debug_aranges,"",%progbits
+ .4byte 0x3c
+ .2byte 0x2
+ .4byte .Ldebug_info0
+ .byte 0x4
+ .byte 0
+ .2byte 0
+ .2byte 0
+ .4byte .LFB1
+ .4byte .LFE1-.LFB1
+ .4byte .LFB2
+ .4byte .LFE2-.LFB2
+ .4byte .LFB3
+ .4byte .LFE3-.LFB3
+ .4byte .LFB4
+ .4byte .LFE4-.LFB4
+ .4byte .LFB5
+ .4byte .LFE5-.LFB5
+ .4byte 0
+ .4byte 0
+ .section .debug_ranges,"",%progbits
+.Ldebug_ranges0:
+ .4byte .LFB1
+ .4byte .LFE1
+ .4byte .LFB2
+ .4byte .LFE2
+ .4byte .LFB3
+ .4byte .LFE3
+ .4byte .LFB4
+ .4byte .LFE4
+ .4byte .LFB5
+ .4byte .LFE5
+ .4byte 0
+ .4byte 0
+ .section .debug_line,"",%progbits
+.Ldebug_line0:
+ .section .debug_str,"MS",%progbits,1
+.LASF9:
+ .ascii "currency_symbol\000"
+.LASF66:
+ .ascii "__RAL_data_utf8_space\000"
+.LASF61:
+ .ascii "__RAL_c_locale_abbrev_day_names\000"
+.LASF96:
+ .ascii "MiniListItem_t\000"
+.LASF57:
+ .ascii "__RAL_codeset_ascii\000"
+.LASF73:
+ .ascii "__RAL_error_decoder_fn_t\000"
+.LASF17:
+ .ascii "p_cs_precedes\000"
+.LASF68:
+ .ascii "__RAL_data_utf8_minus\000"
+.LASF105:
+ .ascii "pxIterator\000"
+.LASF81:
+ .ascii "long long unsigned int\000"
+.LASF52:
+ .ascii "__mbstate_s\000"
+.LASF71:
+ .ascii "__user_get_time_of_day\000"
+.LASF85:
+ .ascii "SystemCoreClock\000"
+.LASF104:
+ .ascii "pxNewListItem\000"
+.LASF34:
+ .ascii "date_format\000"
+.LASF95:
+ .ascii "xMINI_LIST_ITEM\000"
+.LASF76:
+ .ascii "next\000"
+.LASF32:
+ .ascii "abbrev_month_names\000"
+.LASF79:
+ .ascii "long long int\000"
+.LASF82:
+ .ascii "signed char\000"
+.LASF55:
+ .ascii "__RAL_global_locale\000"
+.LASF36:
+ .ascii "date_time_format\000"
+.LASF42:
+ .ascii "__towupper\000"
+.LASF98:
+ .ascii "uxNumberOfItems\000"
+.LASF2:
+ .ascii "long int\000"
+.LASF65:
+ .ascii "__RAL_data_utf8_comma\000"
+.LASF8:
+ .ascii "int_curr_symbol\000"
+.LASF100:
+ .ascii "xListEnd\000"
+.LASF13:
+ .ascii "positive_sign\000"
+.LASF23:
+ .ascii "int_p_cs_precedes\000"
+.LASF110:
+ .ascii "pxItem\000"
+.LASF108:
+ .ascii "vListInsertEnd\000"
+.LASF112:
+ .ascii "C:\\Users\\Aymar\\Desktop\\MSG\\msg-obc-software\\o"
+ .ascii "bc\\upsat-obc-software-master\\cubeMX\\disco\\Middl"
+ .ascii "ewares\\Third_Party\\FreeRTOS\\Source\\list.c\000"
+.LASF1:
+ .ascii "__wchar\000"
+.LASF109:
+ .ascii "vListInitialiseItem\000"
+.LASF114:
+ .ascii "timeval\000"
+.LASF12:
+ .ascii "mon_grouping\000"
+.LASF41:
+ .ascii "__iswctype\000"
+.LASF22:
+ .ascii "n_sign_posn\000"
+.LASF4:
+ .ascii "unsigned int\000"
+.LASF25:
+ .ascii "int_p_sep_by_space\000"
+.LASF10:
+ .ascii "mon_decimal_point\000"
+.LASF33:
+ .ascii "am_pm_indicator\000"
+.LASF64:
+ .ascii "__RAL_data_utf8_period\000"
+.LASF7:
+ .ascii "grouping\000"
+.LASF80:
+ .ascii "long unsigned int\000"
+.LASF43:
+ .ascii "__towlower\000"
+.LASF69:
+ .ascii "__RAL_data_empty_string\000"
+.LASF6:
+ .ascii "thousands_sep\000"
+.LASF48:
+ .ascii "name\000"
+.LASF39:
+ .ascii "__toupper\000"
+.LASF20:
+ .ascii "n_sep_by_space\000"
+.LASF49:
+ .ascii "data\000"
+.LASF14:
+ .ascii "negative_sign\000"
+.LASF72:
+ .ascii "short unsigned int\000"
+.LASF29:
+ .ascii "day_names\000"
+.LASF24:
+ .ascii "int_n_cs_precedes\000"
+.LASF53:
+ .ascii "__locale_s\000"
+.LASF51:
+ .ascii "__RAL_locale_t\000"
+.LASF35:
+ .ascii "time_format\000"
+.LASF21:
+ .ascii "p_sign_posn\000"
+.LASF59:
+ .ascii "__RAL_ascii_ctype_map\000"
+.LASF75:
+ .ascii "decode\000"
+.LASF87:
+ .ascii "TickType_t\000"
+.LASF45:
+ .ascii "__mbtowc\000"
+.LASF30:
+ .ascii "abbrev_day_names\000"
+.LASF19:
+ .ascii "n_cs_precedes\000"
+.LASF40:
+ .ascii "__tolower\000"
+.LASF94:
+ .ascii "ListItem_t\000"
+.LASF91:
+ .ascii "pxPrevious\000"
+.LASF70:
+ .ascii "__user_set_time_of_day\000"
+.LASF58:
+ .ascii "__RAL_codeset_utf8\000"
+.LASF54:
+ .ascii "__category\000"
+.LASF93:
+ .ascii "pvContainer\000"
+.LASF0:
+ .ascii "__state\000"
+.LASF37:
+ .ascii "unsigned char\000"
+.LASF60:
+ .ascii "__RAL_c_locale_day_names\000"
+.LASF16:
+ .ascii "frac_digits\000"
+.LASF83:
+ .ascii "short int\000"
+.LASF78:
+ .ascii "__RAL_error_decoder_head\000"
+.LASF97:
+ .ascii "xLIST\000"
+.LASF101:
+ .ascii "List_t\000"
+.LASF90:
+ .ascii "pxNext\000"
+.LASF11:
+ .ascii "mon_thousands_sep\000"
+.LASF46:
+ .ascii "__RAL_locale_data_t\000"
+.LASF84:
+ .ascii "uint32_t\000"
+.LASF107:
+ .ascii "vListInsert\000"
+.LASF27:
+ .ascii "int_p_sign_posn\000"
+.LASF3:
+ .ascii "char\000"
+.LASF103:
+ .ascii "pxList\000"
+.LASF89:
+ .ascii "xItemValue\000"
+.LASF18:
+ .ascii "p_sep_by_space\000"
+.LASF111:
+ .ascii "GNU C99 8.2.1 20181213 (release) [gcc-8-branch revi"
+ .ascii "sion 267074] -fmessage-length=0 -mcpu=cortex-m4 -ml"
+ .ascii "ittle-endian -mfloat-abi=soft -mthumb -mtp=soft -mu"
+ .ascii "naligned-access -std=gnu99 -g2 -gpubnames -fomit-fr"
+ .ascii "ame-pointer -fno-dwarf2-cfi-asm -fno-builtin -ffunc"
+ .ascii "tion-sections -fdata-sections -fshort-enums -fno-co"
+ .ascii "mmon\000"
+.LASF102:
+ .ascii "pxItemToRemove\000"
+.LASF56:
+ .ascii "__RAL_c_locale\000"
+.LASF115:
+ .ascii "uxListRemove\000"
+.LASF106:
+ .ascii "xValueOfInsertion\000"
+.LASF47:
+ .ascii "__RAL_locale_codeset_t\000"
+.LASF50:
+ .ascii "codeset\000"
+.LASF28:
+ .ascii "int_n_sign_posn\000"
+.LASF99:
+ .ascii "pxIndex\000"
+.LASF92:
+ .ascii "pvOwner\000"
+.LASF62:
+ .ascii "__RAL_c_locale_month_names\000"
+.LASF38:
+ .ascii "__isctype\000"
+.LASF74:
+ .ascii "__RAL_error_decoder_s\000"
+.LASF77:
+ .ascii "__RAL_error_decoder_t\000"
+.LASF113:
+ .ascii "C:\\Users\\Aymar\\Desktop\\MSG\\msg-obc-software\\o"
+ .ascii "bc\\upsat-obc-software-master\\cubeMX\\disco\\EWARM"
+ .ascii "\000"
+.LASF15:
+ .ascii "int_frac_digits\000"
+.LASF31:
+ .ascii "month_names\000"
+.LASF116:
+ .ascii "vListInitialise\000"
+.LASF26:
+ .ascii "int_n_sep_by_space\000"
+.LASF88:
+ .ascii "xLIST_ITEM\000"
+.LASF67:
+ .ascii "__RAL_data_utf8_plus\000"
+.LASF63:
+ .ascii "__RAL_c_locale_abbrev_month_names\000"
+.LASF86:
+ .ascii "UBaseType_t\000"
+.LASF44:
+ .ascii "__wctomb\000"
+.LASF5:
+ .ascii "decimal_point\000"
+ .ident "GCC: (GNU) 8.2.1 20181213 (release) [gcc-8-branch revision 267074]"
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/list.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/list.d
index adccc50..e5100c8 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/list.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/list.d
@@ -1,19 +1,19 @@
disco/Obj/list.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/list.c \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdlib.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER_SYSVIEW.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/Config/Global.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\list.c \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdlib.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\OS\SEGGER_SYSVIEW_FreeRTOS.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER_SYSVIEW.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\Config\Global.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stddef.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stddef.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Inc/FreeRTOSConfig.h ../Inc/mxconstants.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h \
../Middlewares/Third_Party/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/intrinsics.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/intrinsics.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/list.h
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/list.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/list.o
index 0cb31bf..375e583 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/list.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/list.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/main.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/main.d
index cb7b804..dca1f98 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/main.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/main.d
@@ -1,5 +1,5 @@
disco/Obj/main.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Src/main.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Src\main.c \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
../Inc/stm32f4xx_hal_conf.h ../Inc/mxconstants.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
@@ -7,15 +7,15 @@ disco/Obj/main.o: \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h \
../Drivers/CMSIS/Include/core_cm4.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Drivers/CMSIS/Include/core_cmInstr.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
../Drivers/CMSIS/Include/core_cmSimd.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdio.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdio.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
@@ -38,19 +38,19 @@ disco/Obj/main.o: \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h \
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stddef.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stddef.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER_SYSVIEW.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/Config/Global.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\OS\SEGGER_SYSVIEW_FreeRTOS.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER_SYSVIEW.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\Config\Global.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h \
../Inc/FreeRTOSConfig.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h \
../Middlewares/Third_Party/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/intrinsics.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/intrinsics.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/list.h \
@@ -67,19 +67,20 @@ disco/Obj/main.o: \
../Middlewares/Third_Party/FatFs/src/diskio.h \
../Middlewares/Third_Party/FatFs/src/ff.h \
../Middlewares/Third_Party/FatFs/src/drivers/sd_diskio.h \
- /home/ignacio/Documents/ecss/services/platform/obc/obc.h \
- /home/ignacio/Documents/ecss/services/services/services.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdbool.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/string.h \
- /home/ignacio/Documents/ecss/services/services/subsystems_ids.h \
- ../Inc/system.h /home/ignacio/Documents/ecss/services/core/upsat.h \
- /home/ignacio/Documents/ecss/services/core/pkt_pool.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Inc/system.h \
- /home/ignacio/Documents/ecss/services/platform/obc/hal/stm32/obc_hal.h \
- /home/ignacio/Documents/ecss/services/services/service_utilities.h \
- /home/ignacio/Documents/ecss/services/services/services.h \
- /home/ignacio/Documents/ecss/services/services/scheduling_service.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdlib.h \
- /home/ignacio/Documents/ecss/services/services/service_utilities.h \
- /home/ignacio/Documents/ecss/services/services/time_management_service.h \
- /home/ignacio/Documents/ecss/services/core/sysview.h
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\platform\obc\obc.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\services\services.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdbool.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/string.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\services\subsystems_ids.h \
+ ../Inc/system.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\core\upsat.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\core\pkt_pool.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Inc\system.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\platform\obc\hal\stm32\obc_hal.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\services\service_utilities.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\services\services.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\services\scheduling_service.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdlib.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\services\service_utilities.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\services\time_management_service.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\core\sysview.h
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/main.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/main.o
index 87e3b1d..4e2f3d9 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/main.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/main.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/obc.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/obc.d
index ad11c50..5f7c721 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/obc.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/obc.d
@@ -1,27 +1,29 @@
-disco/Obj/obc.o: /home/ignacio/Documents/ecss/services/platform/obc/obc.c \
- /home/ignacio/Documents/ecss/services/platform/obc/obc.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
- /home/ignacio/Documents/ecss/services/services/services.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdio.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdbool.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/string.h \
- /home/ignacio/Documents/ecss/services/services/subsystems_ids.h \
- ../Inc/system.h /home/ignacio/Documents/ecss/services/core/upsat.h \
- /home/ignacio/Documents/ecss/services/core/pkt_pool.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Inc/system.h \
- /home/ignacio/Documents/ecss/services/platform/obc/housekeeping.h \
- /home/ignacio/Documents/ecss/services/services/mass_storage_service.h \
- /home/ignacio/Documents/ecss/services/services/services.h \
- /home/ignacio/Documents/ecss/services/platform/obc/wdg.h \
- /home/ignacio/Documents/ecss/services/core/su_mnlp.h \
- /home/ignacio/Documents/ecss/services/services/time_management_service.h \
- /home/ignacio/Documents/ecss/services/services/scheduling_service.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdlib.h \
- /home/ignacio/Documents/ecss/services/services/service_utilities.h \
- /home/ignacio/Documents/ecss/services/services/time_management_service.h \
- /home/ignacio/Documents/ecss/services/core/sysview.h \
- /home/ignacio/Documents/ecss/services/platform/obc/hal/stm32/uart_hal.h \
+disco/Obj/obc.o: \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\platform\obc\obc.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\platform\obc\obc.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\services\services.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdio.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdbool.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/string.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\services\subsystems_ids.h \
+ ../Inc/system.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\core\upsat.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\core\pkt_pool.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Inc\system.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\platform\obc\housekeeping.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\services\mass_storage_service.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\services\services.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\platform\obc\wdg.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\core\su_mnlp.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\services\time_management_service.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\services\scheduling_service.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdlib.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\services\service_utilities.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\services\time_management_service.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\core\sysview.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\platform\obc\hal\stm32\uart_hal.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
../Inc/stm32f4xx_hal_conf.h ../Inc/mxconstants.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
@@ -57,19 +59,19 @@ disco/Obj/obc.o: /home/ignacio/Documents/ecss/services/platform/obc/obc.c \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h \
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stddef.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stddef.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER_SYSVIEW.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/Config/Global.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\OS\SEGGER_SYSVIEW_FreeRTOS.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER_SYSVIEW.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\Config\Global.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h \
../Inc/FreeRTOSConfig.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h \
../Middlewares/Third_Party/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/intrinsics.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/intrinsics.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/list.h \
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/obc.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/obc.o
index 5890666..ec9d515 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/obc.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/obc.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/port.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/port.d
index 4f9fc9f..e7c7812 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/port.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/port.d
@@ -1,19 +1,19 @@
disco/Obj/port.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/portable/IAR/ARM_CM4F/port.c \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/intrinsics.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER_SYSVIEW.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/Config/Global.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stddef.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\portable\IAR\ARM_CM4F\port.c \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/intrinsics.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\OS\SEGGER_SYSVIEW_FreeRTOS.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER_SYSVIEW.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\Config\Global.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\FreeRTOS.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stddef.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Inc/FreeRTOSConfig.h ../Inc/mxconstants.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/portable.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\projdefs.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\portable.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\deprecated_definitions.h \
../Middlewares/Third_Party/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/task.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/list.h
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\mpu_wrappers.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\task.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\list.h
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/port.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/port.o
index 60bd731..0bace35 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/port.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/port.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/queue.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/queue.d
index 1b5ce00..1e3678f 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/queue.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/queue.d
@@ -1,22 +1,22 @@
disco/Obj/queue.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/queue.c \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdlib.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/string.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER_SYSVIEW.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/Config/Global.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stddef.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\queue.c \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdlib.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/string.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\OS\SEGGER_SYSVIEW_FreeRTOS.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER_SYSVIEW.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\Config\Global.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\FreeRTOS.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stddef.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Inc/FreeRTOSConfig.h ../Inc/mxconstants.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/portable.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\projdefs.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\portable.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\deprecated_definitions.h \
../Middlewares/Third_Party/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/intrinsics.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/task.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/list.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/queue.h
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/intrinsics.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\mpu_wrappers.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\task.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\list.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/queue.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/queue.o
index 0ec5bba..3f4fb67 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/queue.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/queue.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/sd_diskio.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/sd_diskio.d
index 6ea070c..4127b77 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/sd_diskio.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/sd_diskio.d
@@ -1,7 +1,7 @@
disco/Obj/sd_diskio.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FatFs/src/drivers/sd_diskio.c \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/string.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FatFs\src\drivers\sd_diskio.c \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/string.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
../Middlewares/Third_Party/FatFs/src/ff_gen_drv.h \
../Middlewares/Third_Party/FatFs/src/diskio.h \
../Middlewares/Third_Party/FatFs/src/integer.h \
@@ -13,14 +13,14 @@ disco/Obj/sd_diskio.o: \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h \
../Drivers/CMSIS/Include/core_cm4.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Drivers/CMSIS/Include/core_cmInstr.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
../Drivers/CMSIS/Include/core_cmSimd.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdio.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdio.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
@@ -43,19 +43,19 @@ disco/Obj/sd_diskio.o: \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h \
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stddef.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stddef.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER_SYSVIEW.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/Config/Global.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\OS\SEGGER_SYSVIEW_FreeRTOS.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER_SYSVIEW.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\Config\Global.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h \
../Inc/FreeRTOSConfig.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h \
../Middlewares/Third_Party/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/intrinsics.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/intrinsics.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/list.h \
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/sd_diskio.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/sd_diskio.o
index af97e23..3f3874d 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/sd_diskio.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/sd_diskio.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal.d
index c674b23..f0c4e53 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal.d
@@ -1,5 +1,5 @@
disco/Obj/stm32f4xx_hal.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal.c \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
../Inc/stm32f4xx_hal_conf.h ../Inc/mxconstants.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
@@ -7,15 +7,15 @@ disco/Obj/stm32f4xx_hal.o: \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h \
../Drivers/CMSIS/Include/core_cm4.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Drivers/CMSIS/Include/core_cmInstr.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
../Drivers/CMSIS/Include/core_cmSimd.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdio.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdio.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal.o
index 75ea1ef..70c9b5f 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_adc.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_adc.d
index e744e72..0720c7a 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_adc.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_adc.d
@@ -1,5 +1,5 @@
disco/Obj/stm32f4xx_hal_adc.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_adc.c \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
../Inc/stm32f4xx_hal_conf.h ../Inc/mxconstants.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
@@ -7,15 +7,15 @@ disco/Obj/stm32f4xx_hal_adc.o: \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h \
../Drivers/CMSIS/Include/core_cm4.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Drivers/CMSIS/Include/core_cmInstr.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
../Drivers/CMSIS/Include/core_cmSimd.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdio.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdio.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_adc.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_adc.o
index d6785f0..0e54c70 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_adc.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_adc.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_adc_ex.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_adc_ex.d
index 2886ac8..37a51c7 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_adc_ex.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_adc_ex.d
@@ -1,5 +1,5 @@
disco/Obj/stm32f4xx_hal_adc_ex.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_adc_ex.c \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
../Inc/stm32f4xx_hal_conf.h ../Inc/mxconstants.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
@@ -7,15 +7,15 @@ disco/Obj/stm32f4xx_hal_adc_ex.o: \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h \
../Drivers/CMSIS/Include/core_cm4.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Drivers/CMSIS/Include/core_cmInstr.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
../Drivers/CMSIS/Include/core_cmSimd.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdio.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdio.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_adc_ex.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_adc_ex.o
index 13174a0..5e9b88b 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_adc_ex.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_adc_ex.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_cortex.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_cortex.d
index dbee195..3480487 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_cortex.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_cortex.d
@@ -1,5 +1,5 @@
disco/Obj/stm32f4xx_hal_cortex.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cortex.c \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
../Inc/stm32f4xx_hal_conf.h ../Inc/mxconstants.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
@@ -7,15 +7,15 @@ disco/Obj/stm32f4xx_hal_cortex.o: \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h \
../Drivers/CMSIS/Include/core_cm4.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Drivers/CMSIS/Include/core_cmInstr.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
../Drivers/CMSIS/Include/core_cmSimd.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdio.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdio.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_cortex.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_cortex.o
index 23c9eb5..023136b 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_cortex.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_cortex.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_dma.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_dma.d
index 0494aff..87eef91 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_dma.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_dma.d
@@ -1,5 +1,5 @@
disco/Obj/stm32f4xx_hal_dma.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma.c \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
../Inc/stm32f4xx_hal_conf.h ../Inc/mxconstants.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
@@ -7,15 +7,15 @@ disco/Obj/stm32f4xx_hal_dma.o: \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h \
../Drivers/CMSIS/Include/core_cm4.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Drivers/CMSIS/Include/core_cmInstr.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
../Drivers/CMSIS/Include/core_cmSimd.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdio.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdio.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_dma.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_dma.o
index 75394c1..093d8b6 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_dma.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_dma.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_dma_ex.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_dma_ex.d
index 7e4cfe2..3f501bc 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_dma_ex.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_dma_ex.d
@@ -1,5 +1,5 @@
disco/Obj/stm32f4xx_hal_dma_ex.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma_ex.c \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
../Inc/stm32f4xx_hal_conf.h ../Inc/mxconstants.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
@@ -7,15 +7,15 @@ disco/Obj/stm32f4xx_hal_dma_ex.o: \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h \
../Drivers/CMSIS/Include/core_cm4.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Drivers/CMSIS/Include/core_cmInstr.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
../Drivers/CMSIS/Include/core_cmSimd.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdio.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdio.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_dma_ex.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_dma_ex.o
index d9616ae..b4085e2 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_dma_ex.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_dma_ex.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_flash.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_flash.d
index a1ec879..f294508 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_flash.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_flash.d
@@ -1,5 +1,5 @@
disco/Obj/stm32f4xx_hal_flash.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash.c \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
../Inc/stm32f4xx_hal_conf.h ../Inc/mxconstants.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
@@ -7,15 +7,15 @@ disco/Obj/stm32f4xx_hal_flash.o: \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h \
../Drivers/CMSIS/Include/core_cm4.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Drivers/CMSIS/Include/core_cmInstr.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
../Drivers/CMSIS/Include/core_cmSimd.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdio.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdio.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_flash.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_flash.o
index c64778c..3da35be 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_flash.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_flash.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_flash_ex.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_flash_ex.d
index d59f8f6..7a3d51d 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_flash_ex.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_flash_ex.d
@@ -1,5 +1,5 @@
disco/Obj/stm32f4xx_hal_flash_ex.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ex.c \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
../Inc/stm32f4xx_hal_conf.h ../Inc/mxconstants.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
@@ -7,15 +7,15 @@ disco/Obj/stm32f4xx_hal_flash_ex.o: \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h \
../Drivers/CMSIS/Include/core_cm4.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Drivers/CMSIS/Include/core_cmInstr.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
../Drivers/CMSIS/Include/core_cmSimd.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdio.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdio.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_flash_ex.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_flash_ex.o
index 6fbdfca..60a978e 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_flash_ex.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_flash_ex.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_flash_ramfunc.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_flash_ramfunc.d
index c960fde..d071672 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_flash_ramfunc.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_flash_ramfunc.d
@@ -1,5 +1,5 @@
disco/Obj/stm32f4xx_hal_flash_ramfunc.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ramfunc.c \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
../Inc/stm32f4xx_hal_conf.h ../Inc/mxconstants.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
@@ -7,15 +7,15 @@ disco/Obj/stm32f4xx_hal_flash_ramfunc.o: \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h \
../Drivers/CMSIS/Include/core_cm4.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Drivers/CMSIS/Include/core_cmInstr.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
../Drivers/CMSIS/Include/core_cmSimd.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdio.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdio.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_flash_ramfunc.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_flash_ramfunc.o
index fb3b8f9..0b37439 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_flash_ramfunc.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_flash_ramfunc.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_gpio.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_gpio.d
index 8aa9100..fbc64dc 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_gpio.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_gpio.d
@@ -1,5 +1,5 @@
disco/Obj/stm32f4xx_hal_gpio.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_gpio.c \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
../Inc/stm32f4xx_hal_conf.h ../Inc/mxconstants.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
@@ -7,15 +7,15 @@ disco/Obj/stm32f4xx_hal_gpio.o: \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h \
../Drivers/CMSIS/Include/core_cm4.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Drivers/CMSIS/Include/core_cmInstr.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
../Drivers/CMSIS/Include/core_cmSimd.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdio.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdio.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_gpio.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_gpio.o
index 55a496f..bd1f389 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_gpio.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_gpio.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_msp.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_msp.d
index 04e7441..09b23b2 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_msp.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_msp.d
@@ -1,5 +1,5 @@
disco/Obj/stm32f4xx_hal_msp.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Src/stm32f4xx_hal_msp.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Src\stm32f4xx_hal_msp.c \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
../Inc/stm32f4xx_hal_conf.h ../Inc/mxconstants.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
@@ -7,15 +7,15 @@ disco/Obj/stm32f4xx_hal_msp.o: \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h \
../Drivers/CMSIS/Include/core_cm4.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Drivers/CMSIS/Include/core_cmInstr.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
../Drivers/CMSIS/Include/core_cmSimd.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdio.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdio.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_msp.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_msp.o
index 9229cd8..723c5ab 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_msp.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_msp.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_pwr.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_pwr.d
index 7724086..447f0e4 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_pwr.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_pwr.d
@@ -1,5 +1,5 @@
disco/Obj/stm32f4xx_hal_pwr.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr.c \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
../Inc/stm32f4xx_hal_conf.h ../Inc/mxconstants.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
@@ -7,15 +7,15 @@ disco/Obj/stm32f4xx_hal_pwr.o: \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h \
../Drivers/CMSIS/Include/core_cm4.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Drivers/CMSIS/Include/core_cmInstr.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
../Drivers/CMSIS/Include/core_cmSimd.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdio.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdio.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_pwr.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_pwr.o
index 5902970..8df425b 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_pwr.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_pwr.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_pwr_ex.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_pwr_ex.d
index a728f2a..2547ca9 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_pwr_ex.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_pwr_ex.d
@@ -1,5 +1,5 @@
disco/Obj/stm32f4xx_hal_pwr_ex.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr_ex.c \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
../Inc/stm32f4xx_hal_conf.h ../Inc/mxconstants.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
@@ -7,15 +7,15 @@ disco/Obj/stm32f4xx_hal_pwr_ex.o: \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h \
../Drivers/CMSIS/Include/core_cm4.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Drivers/CMSIS/Include/core_cmInstr.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
../Drivers/CMSIS/Include/core_cmSimd.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdio.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdio.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_pwr_ex.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_pwr_ex.o
index ecca3d4..6f03f4b 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_pwr_ex.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_pwr_ex.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_rcc.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_rcc.d
index 07ed149..b75c0f9 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_rcc.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_rcc.d
@@ -1,5 +1,5 @@
disco/Obj/stm32f4xx_hal_rcc.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc.c \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
../Inc/stm32f4xx_hal_conf.h ../Inc/mxconstants.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
@@ -7,15 +7,15 @@ disco/Obj/stm32f4xx_hal_rcc.o: \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h \
../Drivers/CMSIS/Include/core_cm4.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Drivers/CMSIS/Include/core_cmInstr.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
../Drivers/CMSIS/Include/core_cmSimd.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdio.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdio.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_rcc.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_rcc.o
index 8f3a251..307498d 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_rcc.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_rcc.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_rcc_ex.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_rcc_ex.d
index af42b03..71f2637 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_rcc_ex.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_rcc_ex.d
@@ -1,5 +1,5 @@
disco/Obj/stm32f4xx_hal_rcc_ex.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc_ex.c \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
../Inc/stm32f4xx_hal_conf.h ../Inc/mxconstants.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
@@ -7,15 +7,15 @@ disco/Obj/stm32f4xx_hal_rcc_ex.o: \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h \
../Drivers/CMSIS/Include/core_cm4.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Drivers/CMSIS/Include/core_cmInstr.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
../Drivers/CMSIS/Include/core_cmSimd.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdio.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdio.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_rcc_ex.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_rcc_ex.o
index c279c9c..a324f87 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_rcc_ex.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_rcc_ex.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_rtc.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_rtc.d
index c515202..613ef64 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_rtc.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_rtc.d
@@ -1,5 +1,5 @@
disco/Obj/stm32f4xx_hal_rtc.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rtc.c \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
../Inc/stm32f4xx_hal_conf.h ../Inc/mxconstants.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
@@ -7,15 +7,15 @@ disco/Obj/stm32f4xx_hal_rtc.o: \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h \
../Drivers/CMSIS/Include/core_cm4.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Drivers/CMSIS/Include/core_cmInstr.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
../Drivers/CMSIS/Include/core_cmSimd.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdio.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdio.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_rtc.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_rtc.o
index dad4eea..19041c5 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_rtc.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_rtc.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_rtc_ex.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_rtc_ex.d
index fb005d4..242bac0 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_rtc_ex.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_rtc_ex.d
@@ -1,5 +1,5 @@
disco/Obj/stm32f4xx_hal_rtc_ex.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc_ex.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rtc_ex.c \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
../Inc/stm32f4xx_hal_conf.h ../Inc/mxconstants.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
@@ -7,15 +7,15 @@ disco/Obj/stm32f4xx_hal_rtc_ex.o: \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h \
../Drivers/CMSIS/Include/core_cm4.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Drivers/CMSIS/Include/core_cmInstr.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
../Drivers/CMSIS/Include/core_cmSimd.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdio.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdio.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_rtc_ex.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_rtc_ex.o
index bc5fd1b..2d79e0f 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_rtc_ex.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_rtc_ex.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_sd.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_sd.d
index b1193f1..4996b3a 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_sd.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_sd.d
@@ -1,5 +1,5 @@
disco/Obj/stm32f4xx_hal_sd.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sd.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sd.c \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
../Inc/stm32f4xx_hal_conf.h ../Inc/mxconstants.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
@@ -7,15 +7,15 @@ disco/Obj/stm32f4xx_hal_sd.o: \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h \
../Drivers/CMSIS/Include/core_cm4.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Drivers/CMSIS/Include/core_cmInstr.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
../Drivers/CMSIS/Include/core_cmSimd.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdio.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdio.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_sd.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_sd.o
index 056da62..5c9d05f 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_sd.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_sd.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_spi.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_spi.d
index 328568d..07d4ae6 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_spi.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_spi.d
@@ -1,5 +1,5 @@
disco/Obj/stm32f4xx_hal_spi.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_spi.c \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
../Inc/stm32f4xx_hal_conf.h ../Inc/mxconstants.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
@@ -7,15 +7,15 @@ disco/Obj/stm32f4xx_hal_spi.o: \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h \
../Drivers/CMSIS/Include/core_cm4.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Drivers/CMSIS/Include/core_cmInstr.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
../Drivers/CMSIS/Include/core_cmSimd.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdio.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdio.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_spi.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_spi.o
index 65a339c..7a1945c 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_spi.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_spi.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_tim.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_tim.d
index 17f8d63..0348159 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_tim.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_tim.d
@@ -1,5 +1,5 @@
disco/Obj/stm32f4xx_hal_tim.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim.c \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
../Inc/stm32f4xx_hal_conf.h ../Inc/mxconstants.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
@@ -7,15 +7,15 @@ disco/Obj/stm32f4xx_hal_tim.o: \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h \
../Drivers/CMSIS/Include/core_cm4.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Drivers/CMSIS/Include/core_cmInstr.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
../Drivers/CMSIS/Include/core_cmSimd.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdio.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdio.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_tim.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_tim.o
index 2d2bad5..121b93a 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_tim.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_tim.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_tim_ex.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_tim_ex.d
index 100221c..c584787 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_tim_ex.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_tim_ex.d
@@ -1,5 +1,5 @@
disco/Obj/stm32f4xx_hal_tim_ex.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim_ex.c \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
../Inc/stm32f4xx_hal_conf.h ../Inc/mxconstants.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
@@ -7,15 +7,15 @@ disco/Obj/stm32f4xx_hal_tim_ex.o: \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h \
../Drivers/CMSIS/Include/core_cm4.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Drivers/CMSIS/Include/core_cmInstr.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
../Drivers/CMSIS/Include/core_cmSimd.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdio.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdio.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_tim_ex.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_tim_ex.o
index e00ed5b..24e1b2c 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_tim_ex.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_tim_ex.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_timebase_TIM.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_timebase_TIM.d
index 424ef2d..e654641 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_timebase_TIM.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_timebase_TIM.d
@@ -1,5 +1,5 @@
disco/Obj/stm32f4xx_hal_timebase_TIM.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Src/stm32f4xx_hal_timebase_TIM.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Src\stm32f4xx_hal_timebase_TIM.c \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
../Inc/stm32f4xx_hal_conf.h ../Inc/mxconstants.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
@@ -7,15 +7,15 @@ disco/Obj/stm32f4xx_hal_timebase_TIM.o: \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h \
../Drivers/CMSIS/Include/core_cm4.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Drivers/CMSIS/Include/core_cmInstr.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
../Drivers/CMSIS/Include/core_cmSimd.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdio.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdio.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_timebase_TIM.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_timebase_TIM.o
index 97d9f8a..34190fa 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_timebase_TIM.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_timebase_TIM.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_uart.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_uart.d
index eb4fd46..d4953c8 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_uart.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_uart.d
@@ -1,5 +1,5 @@
disco/Obj/stm32f4xx_hal_uart.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_uart.c \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
../Inc/stm32f4xx_hal_conf.h ../Inc/mxconstants.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
@@ -7,15 +7,15 @@ disco/Obj/stm32f4xx_hal_uart.o: \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h \
../Drivers/CMSIS/Include/core_cm4.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Drivers/CMSIS/Include/core_cmInstr.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
../Drivers/CMSIS/Include/core_cmSimd.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdio.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdio.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_uart.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_uart.o
index 7576f33..5c2ac16 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_uart.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_hal_uart.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_it.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_it.d
index 077b1fb..138c976 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_it.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_it.d
@@ -1,5 +1,5 @@
disco/Obj/stm32f4xx_it.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Src/stm32f4xx_it.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Src\stm32f4xx_it.c \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
../Inc/stm32f4xx_hal_conf.h ../Inc/mxconstants.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
@@ -7,15 +7,15 @@ disco/Obj/stm32f4xx_it.o: \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h \
../Drivers/CMSIS/Include/core_cm4.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Drivers/CMSIS/Include/core_cmInstr.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
../Drivers/CMSIS/Include/core_cmSimd.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdio.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdio.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
@@ -39,19 +39,19 @@ disco/Obj/stm32f4xx_it.o: \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h \
../Inc/stm32f4xx_it.h \
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stddef.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stddef.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER_SYSVIEW.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/Config/Global.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\OS\SEGGER_SYSVIEW_FreeRTOS.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER_SYSVIEW.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\Config\Global.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h \
../Inc/FreeRTOSConfig.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h \
../Middlewares/Third_Party/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/intrinsics.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/intrinsics.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/list.h \
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_it.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_it.o
index ae2a968..1daebbf 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_it.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_it.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_ll_sdmmc.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_ll_sdmmc.d
index 5aaf000..185ed18 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_ll_sdmmc.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_ll_sdmmc.d
@@ -1,5 +1,5 @@
disco/Obj/stm32f4xx_ll_sdmmc.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_sdmmc.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_sdmmc.c \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
../Inc/stm32f4xx_hal_conf.h ../Inc/mxconstants.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
@@ -7,15 +7,15 @@ disco/Obj/stm32f4xx_ll_sdmmc.o: \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h \
../Drivers/CMSIS/Include/core_cm4.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Drivers/CMSIS/Include/core_cmInstr.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
../Drivers/CMSIS/Include/core_cmSimd.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdio.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdio.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_ll_sdmmc.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_ll_sdmmc.o
index 43e0388..14e2bb7 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_ll_sdmmc.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/stm32f4xx_ll_sdmmc.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/syscall.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/syscall.d
index f951bf1..5a6b052 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/syscall.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/syscall.d
@@ -1,9 +1,9 @@
disco/Obj/syscall.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FatFs/src/option/syscall.c \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdlib.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FatFs/src/option/../ff.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FatFs/src/option/../integer.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FatFs\src\option\syscall.c \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdlib.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
+ c:\users\aymar\desktop\msg\msg-obc-software\obc\upsat-obc-software-master\cubemx\disco\middlewares\third_party\fatfs\src\ff.h \
+ c:\users\aymar\desktop\msg\msg-obc-software\obc\upsat-obc-software-master\cubemx\disco\middlewares\third_party\fatfs\src\integer.h \
../Inc/ffconf.h ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
../Inc/stm32f4xx_hal_conf.h ../Inc/mxconstants.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
@@ -11,14 +11,14 @@ disco/Obj/syscall.o: \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h \
../Drivers/CMSIS/Include/core_cm4.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Drivers/CMSIS/Include/core_cmInstr.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
../Drivers/CMSIS/Include/core_cmSimd.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdio.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdio.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
@@ -41,19 +41,19 @@ disco/Obj/syscall.o: \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h \
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stddef.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stddef.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER_SYSVIEW.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/Config/Global.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\OS\SEGGER_SYSVIEW_FreeRTOS.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER_SYSVIEW.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\Config\Global.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h \
../Inc/FreeRTOSConfig.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h \
../Middlewares/Third_Party/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/intrinsics.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/intrinsics.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/list.h \
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/syscall.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/syscall.o
index ce163d7..d1c70a0 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/syscall.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/syscall.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/system_stm32f4xx.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/system_stm32f4xx.d
index 7407d60..9085819 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/system_stm32f4xx.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/system_stm32f4xx.d
@@ -1,9 +1,9 @@
disco/Obj/system_stm32f4xx.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/system_stm32f4xx.c \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Drivers\CMSIS\Device\ST\STM32F4xx\Source\Templates\system_stm32f4xx.c \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h \
../Drivers/CMSIS/Include/core_cm4.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Drivers/CMSIS/Include/core_cmInstr.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/core_cmFunc.h \
@@ -14,8 +14,8 @@ disco/Obj/system_stm32f4xx.o: \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdio.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdio.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/system_stm32f4xx.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/system_stm32f4xx.o
index fd81dd3..e4b61f5 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/system_stm32f4xx.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/system_stm32f4xx.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/tasks.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/tasks.d
index 5c7e354..c9b5767 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/tasks.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/tasks.d
@@ -1,24 +1,24 @@
disco/Obj/tasks.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/tasks.c \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdlib.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/string.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER_SYSVIEW.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/Config/Global.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stddef.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\tasks.c \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdlib.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/string.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\OS\SEGGER_SYSVIEW_FreeRTOS.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER_SYSVIEW.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\Config\Global.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\FreeRTOS.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stddef.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Inc/FreeRTOSConfig.h ../Inc/mxconstants.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/portable.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\projdefs.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\portable.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\deprecated_definitions.h \
../Middlewares/Third_Party/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/intrinsics.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/task.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/list.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/timers.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/task.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/StackMacros.h
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/intrinsics.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\mpu_wrappers.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\task.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\list.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\task.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\StackMacros.h
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/tasks.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/tasks.o
index c0d429d..e1b1f0a 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/tasks.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/tasks.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/timers.asm b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/timers.asm
new file mode 100644
index 0000000..109ce9a
--- /dev/null
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/timers.asm
@@ -0,0 +1,1285 @@
+ .cpu cortex-m4
+ .eabi_attribute 20, 1
+ .eabi_attribute 21, 1
+ .eabi_attribute 23, 3
+ .eabi_attribute 24, 1
+ .eabi_attribute 25, 1
+ .eabi_attribute 26, 1
+ .eabi_attribute 30, 6
+ .eabi_attribute 34, 1
+ .eabi_attribute 18, 4
+ .file "timers.c"
+ .text
+.Ltext0:
+.Letext0:
+ .file 1 "C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.18/include/__crossworks.h"
+ .file 2 "C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.18/include/stdint.h"
+ .file 3 "./../Inc/FreeRTOSConfig.h"
+ .section .debug_info,"",%progbits
+.Ldebug_info0:
+ .4byte 0x5dc
+ .2byte 0x4
+ .4byte .Ldebug_abbrev0
+ .byte 0x4
+ .uleb128 0x1
+ .4byte .LASF86
+ .byte 0xc
+ .4byte .LASF87
+ .4byte .LASF88
+ .4byte .Ldebug_line0
+ .uleb128 0x2
+ .4byte .LASF52
+ .byte 0x8
+ .byte 0x1
+ .byte 0x7e
+ .byte 0x8
+ .4byte 0x45
+ .uleb128 0x3
+ .4byte .LASF0
+ .byte 0x1
+ .byte 0x7f
+ .byte 0x7
+ .4byte 0x45
+ .byte 0
+ .uleb128 0x3
+ .4byte .LASF1
+ .byte 0x1
+ .byte 0x80
+ .byte 0x8
+ .4byte 0x4c
+ .byte 0x4
+ .byte 0
+ .uleb128 0x4
+ .byte 0x4
+ .byte 0x5
+ .ascii "int\000"
+ .uleb128 0x5
+ .byte 0x4
+ .byte 0x5
+ .4byte .LASF2
+ .uleb128 0x6
+ .4byte 0x45
+ .4byte 0x6c
+ .uleb128 0x7
+ .4byte 0x6c
+ .uleb128 0x7
+ .4byte 0x7e
+ .uleb128 0x7
+ .4byte 0x85
+ .byte 0
+ .uleb128 0x8
+ .byte 0x4
+ .4byte 0x72
+ .uleb128 0x5
+ .byte 0x1
+ .byte 0x8
+ .4byte .LASF3
+ .uleb128 0x9
+ .4byte 0x72
+ .uleb128 0x5
+ .byte 0x4
+ .byte 0x7
+ .4byte .LASF4
+ .uleb128 0x8
+ .byte 0x4
+ .4byte 0x1d
+ .uleb128 0x6
+ .4byte 0x45
+ .4byte 0xa9
+ .uleb128 0x7
+ .4byte 0xa9
+ .uleb128 0x7
+ .4byte 0xaf
+ .uleb128 0x7
+ .4byte 0x7e
+ .uleb128 0x7
+ .4byte 0x85
+ .byte 0
+ .uleb128 0x8
+ .byte 0x4
+ .4byte 0x7e
+ .uleb128 0x8
+ .byte 0x4
+ .4byte 0x79
+ .uleb128 0xa
+ .byte 0x58
+ .byte 0x1
+ .byte 0x86
+ .byte 0x9
+ .4byte 0x25f
+ .uleb128 0x3
+ .4byte .LASF5
+ .byte 0x1
+ .byte 0x88
+ .byte 0xf
+ .4byte 0xaf
+ .byte 0
+ .uleb128 0x3
+ .4byte .LASF6
+ .byte 0x1
+ .byte 0x89
+ .byte 0xf
+ .4byte 0xaf
+ .byte 0x4
+ .uleb128 0x3
+ .4byte .LASF7
+ .byte 0x1
+ .byte 0x8a
+ .byte 0xf
+ .4byte 0xaf
+ .byte 0x8
+ .uleb128 0x3
+ .4byte .LASF8
+ .byte 0x1
+ .byte 0x8c
+ .byte 0xf
+ .4byte 0xaf
+ .byte 0xc
+ .uleb128 0x3
+ .4byte .LASF9
+ .byte 0x1
+ .byte 0x8d
+ .byte 0xf
+ .4byte 0xaf
+ .byte 0x10
+ .uleb128 0x3
+ .4byte .LASF10
+ .byte 0x1
+ .byte 0x8e
+ .byte 0xf
+ .4byte 0xaf
+ .byte 0x14
+ .uleb128 0x3
+ .4byte .LASF11
+ .byte 0x1
+ .byte 0x8f
+ .byte 0xf
+ .4byte 0xaf
+ .byte 0x18
+ .uleb128 0x3
+ .4byte .LASF12
+ .byte 0x1
+ .byte 0x90
+ .byte 0xf
+ .4byte 0xaf
+ .byte 0x1c
+ .uleb128 0x3
+ .4byte .LASF13
+ .byte 0x1
+ .byte 0x91
+ .byte 0xf
+ .4byte 0xaf
+ .byte 0x20
+ .uleb128 0x3
+ .4byte .LASF14
+ .byte 0x1
+ .byte 0x92
+ .byte 0xf
+ .4byte 0xaf
+ .byte 0x24
+ .uleb128 0x3
+ .4byte .LASF15
+ .byte 0x1
+ .byte 0x94
+ .byte 0x8
+ .4byte 0x72
+ .byte 0x28
+ .uleb128 0x3
+ .4byte .LASF16
+ .byte 0x1
+ .byte 0x95
+ .byte 0x8
+ .4byte 0x72
+ .byte 0x29
+ .uleb128 0x3
+ .4byte .LASF17
+ .byte 0x1
+ .byte 0x96
+ .byte 0x8
+ .4byte 0x72
+ .byte 0x2a
+ .uleb128 0x3
+ .4byte .LASF18
+ .byte 0x1
+ .byte 0x97
+ .byte 0x8
+ .4byte 0x72
+ .byte 0x2b
+ .uleb128 0x3
+ .4byte .LASF19
+ .byte 0x1
+ .byte 0x98
+ .byte 0x8
+ .4byte 0x72
+ .byte 0x2c
+ .uleb128 0x3
+ .4byte .LASF20
+ .byte 0x1
+ .byte 0x99
+ .byte 0x8
+ .4byte 0x72
+ .byte 0x2d
+ .uleb128 0x3
+ .4byte .LASF21
+ .byte 0x1
+ .byte 0x9a
+ .byte 0x8
+ .4byte 0x72
+ .byte 0x2e
+ .uleb128 0x3
+ .4byte .LASF22
+ .byte 0x1
+ .byte 0x9b
+ .byte 0x8
+ .4byte 0x72
+ .byte 0x2f
+ .uleb128 0x3
+ .4byte .LASF23
+ .byte 0x1
+ .byte 0x9c
+ .byte 0x8
+ .4byte 0x72
+ .byte 0x30
+ .uleb128 0x3
+ .4byte .LASF24
+ .byte 0x1
+ .byte 0x9d
+ .byte 0x8
+ .4byte 0x72
+ .byte 0x31
+ .uleb128 0x3
+ .4byte .LASF25
+ .byte 0x1
+ .byte 0x9e
+ .byte 0x8
+ .4byte 0x72
+ .byte 0x32
+ .uleb128 0x3
+ .4byte .LASF26
+ .byte 0x1
+ .byte 0x9f
+ .byte 0x8
+ .4byte 0x72
+ .byte 0x33
+ .uleb128 0x3
+ .4byte .LASF27
+ .byte 0x1
+ .byte 0xa0
+ .byte 0x8
+ .4byte 0x72
+ .byte 0x34
+ .uleb128 0x3
+ .4byte .LASF28
+ .byte 0x1
+ .byte 0xa1
+ .byte 0x8
+ .4byte 0x72
+ .byte 0x35
+ .uleb128 0x3
+ .4byte .LASF29
+ .byte 0x1
+ .byte 0xa6
+ .byte 0xf
+ .4byte 0xaf
+ .byte 0x38
+ .uleb128 0x3
+ .4byte .LASF30
+ .byte 0x1
+ .byte 0xa7
+ .byte 0xf
+ .4byte 0xaf
+ .byte 0x3c
+ .uleb128 0x3
+ .4byte .LASF31
+ .byte 0x1
+ .byte 0xa8
+ .byte 0xf
+ .4byte 0xaf
+ .byte 0x40
+ .uleb128 0x3
+ .4byte .LASF32
+ .byte 0x1
+ .byte 0xa9
+ .byte 0xf
+ .4byte 0xaf
+ .byte 0x44
+ .uleb128 0x3
+ .4byte .LASF33
+ .byte 0x1
+ .byte 0xaa
+ .byte 0xf
+ .4byte 0xaf
+ .byte 0x48
+ .uleb128 0x3
+ .4byte .LASF34
+ .byte 0x1
+ .byte 0xab
+ .byte 0xf
+ .4byte 0xaf
+ .byte 0x4c
+ .uleb128 0x3
+ .4byte .LASF35
+ .byte 0x1
+ .byte 0xac
+ .byte 0xf
+ .4byte 0xaf
+ .byte 0x50
+ .uleb128 0x3
+ .4byte .LASF36
+ .byte 0x1
+ .byte 0xad
+ .byte 0xf
+ .4byte 0xaf
+ .byte 0x54
+ .byte 0
+ .uleb128 0xb
+ .4byte .LASF46
+ .byte 0x1
+ .byte 0xae
+ .byte 0x3
+ .4byte 0xb5
+ .uleb128 0x9
+ .4byte 0x25f
+ .uleb128 0x5
+ .byte 0x1
+ .byte 0x8
+ .4byte .LASF37
+ .uleb128 0x9
+ .4byte 0x270
+ .uleb128 0xa
+ .byte 0x20
+ .byte 0x1
+ .byte 0xc4
+ .byte 0x9
+ .4byte 0x2ee
+ .uleb128 0x3
+ .4byte .LASF38
+ .byte 0x1
+ .byte 0xc6
+ .byte 0x9
+ .4byte 0x302
+ .byte 0
+ .uleb128 0x3
+ .4byte .LASF39
+ .byte 0x1
+ .byte 0xc7
+ .byte 0x9
+ .4byte 0x317
+ .byte 0x4
+ .uleb128 0x3
+ .4byte .LASF40
+ .byte 0x1
+ .byte 0xc8
+ .byte 0x9
+ .4byte 0x317
+ .byte 0x8
+ .uleb128 0x3
+ .4byte .LASF41
+ .byte 0x1
+ .byte 0xcb
+ .byte 0x9
+ .4byte 0x331
+ .byte 0xc
+ .uleb128 0x3
+ .4byte .LASF42
+ .byte 0x1
+ .byte 0xcc
+ .byte 0xa
+ .4byte 0x346
+ .byte 0x10
+ .uleb128 0x3
+ .4byte .LASF43
+ .byte 0x1
+ .byte 0xcd
+ .byte 0xa
+ .4byte 0x346
+ .byte 0x14
+ .uleb128 0x3
+ .4byte .LASF44
+ .byte 0x1
+ .byte 0xd0
+ .byte 0x9
+ .4byte 0x34c
+ .byte 0x18
+ .uleb128 0x3
+ .4byte .LASF45
+ .byte 0x1
+ .byte 0xd1
+ .byte 0x9
+ .4byte 0x352
+ .byte 0x1c
+ .byte 0
+ .uleb128 0x6
+ .4byte 0x45
+ .4byte 0x302
+ .uleb128 0x7
+ .4byte 0x45
+ .uleb128 0x7
+ .4byte 0x45
+ .byte 0
+ .uleb128 0x8
+ .byte 0x4
+ .4byte 0x2ee
+ .uleb128 0x6
+ .4byte 0x45
+ .4byte 0x317
+ .uleb128 0x7
+ .4byte 0x45
+ .byte 0
+ .uleb128 0x8
+ .byte 0x4
+ .4byte 0x308
+ .uleb128 0x6
+ .4byte 0x45
+ .4byte 0x331
+ .uleb128 0x7
+ .4byte 0x4c
+ .uleb128 0x7
+ .4byte 0x45
+ .byte 0
+ .uleb128 0x8
+ .byte 0x4
+ .4byte 0x31d
+ .uleb128 0x6
+ .4byte 0x4c
+ .4byte 0x346
+ .uleb128 0x7
+ .4byte 0x4c
+ .byte 0
+ .uleb128 0x8
+ .byte 0x4
+ .4byte 0x337
+ .uleb128 0x8
+ .byte 0x4
+ .4byte 0x53
+ .uleb128 0x8
+ .byte 0x4
+ .4byte 0x8b
+ .uleb128 0xb
+ .4byte .LASF47
+ .byte 0x1
+ .byte 0xd2
+ .byte 0x3
+ .4byte 0x27c
+ .uleb128 0x9
+ .4byte 0x358
+ .uleb128 0xa
+ .byte 0xc
+ .byte 0x1
+ .byte 0xd4
+ .byte 0x9
+ .4byte 0x39a
+ .uleb128 0x3
+ .4byte .LASF48
+ .byte 0x1
+ .byte 0xd5
+ .byte 0xf
+ .4byte 0xaf
+ .byte 0
+ .uleb128 0x3
+ .4byte .LASF49
+ .byte 0x1
+ .byte 0xd6
+ .byte 0x25
+ .4byte 0x39a
+ .byte 0x4
+ .uleb128 0x3
+ .4byte .LASF50
+ .byte 0x1
+ .byte 0xd7
+ .byte 0x28
+ .4byte 0x3a0
+ .byte 0x8
+ .byte 0
+ .uleb128 0x8
+ .byte 0x4
+ .4byte 0x26b
+ .uleb128 0x8
+ .byte 0x4
+ .4byte 0x364
+ .uleb128 0xb
+ .4byte .LASF51
+ .byte 0x1
+ .byte 0xd8
+ .byte 0x3
+ .4byte 0x369
+ .uleb128 0x9
+ .4byte 0x3a6
+ .uleb128 0x2
+ .4byte .LASF53
+ .byte 0x14
+ .byte 0x1
+ .byte 0xdc
+ .byte 0x10
+ .4byte 0x3d2
+ .uleb128 0x3
+ .4byte .LASF54
+ .byte 0x1
+ .byte 0xdd
+ .byte 0x20
+ .4byte 0x3d2
+ .byte 0
+ .byte 0
+ .uleb128 0xc
+ .4byte 0x3e2
+ .4byte 0x3e2
+ .uleb128 0xd
+ .4byte 0x7e
+ .byte 0x4
+ .byte 0
+ .uleb128 0x8
+ .byte 0x4
+ .4byte 0x3b2
+ .uleb128 0xe
+ .4byte .LASF55
+ .byte 0x1
+ .2byte 0x106
+ .byte 0x1a
+ .4byte 0x3b7
+ .uleb128 0xe
+ .4byte .LASF56
+ .byte 0x1
+ .2byte 0x10d
+ .byte 0x24
+ .4byte 0x3b2
+ .uleb128 0xe
+ .4byte .LASF57
+ .byte 0x1
+ .2byte 0x110
+ .byte 0x2c
+ .4byte 0x364
+ .uleb128 0xe
+ .4byte .LASF58
+ .byte 0x1
+ .2byte 0x111
+ .byte 0x2c
+ .4byte 0x364
+ .uleb128 0xc
+ .4byte 0x277
+ .4byte 0x42c
+ .uleb128 0xd
+ .4byte 0x7e
+ .byte 0x7f
+ .byte 0
+ .uleb128 0x9
+ .4byte 0x41c
+ .uleb128 0xe
+ .4byte .LASF59
+ .byte 0x1
+ .2byte 0x113
+ .byte 0x23
+ .4byte 0x42c
+ .uleb128 0xc
+ .4byte 0x79
+ .4byte 0x449
+ .uleb128 0xf
+ .byte 0
+ .uleb128 0x9
+ .4byte 0x43e
+ .uleb128 0xe
+ .4byte .LASF60
+ .byte 0x1
+ .2byte 0x115
+ .byte 0x13
+ .4byte 0x449
+ .uleb128 0xe
+ .4byte .LASF61
+ .byte 0x1
+ .2byte 0x116
+ .byte 0x13
+ .4byte 0x449
+ .uleb128 0xe
+ .4byte .LASF62
+ .byte 0x1
+ .2byte 0x117
+ .byte 0x13
+ .4byte 0x449
+ .uleb128 0xe
+ .4byte .LASF63
+ .byte 0x1
+ .2byte 0x118
+ .byte 0x13
+ .4byte 0x449
+ .uleb128 0xe
+ .4byte .LASF64
+ .byte 0x1
+ .2byte 0x11a
+ .byte 0x13
+ .4byte 0x449
+ .uleb128 0xe
+ .4byte .LASF65
+ .byte 0x1
+ .2byte 0x11b
+ .byte 0x13
+ .4byte 0x449
+ .uleb128 0xe
+ .4byte .LASF66
+ .byte 0x1
+ .2byte 0x11c
+ .byte 0x13
+ .4byte 0x449
+ .uleb128 0xe
+ .4byte .LASF67
+ .byte 0x1
+ .2byte 0x11d
+ .byte 0x13
+ .4byte 0x449
+ .uleb128 0xe
+ .4byte .LASF68
+ .byte 0x1
+ .2byte 0x11e
+ .byte 0x13
+ .4byte 0x449
+ .uleb128 0xe
+ .4byte .LASF69
+ .byte 0x1
+ .2byte 0x11f
+ .byte 0x13
+ .4byte 0x449
+ .uleb128 0x6
+ .4byte 0x45
+ .4byte 0x4df
+ .uleb128 0x7
+ .4byte 0x4df
+ .byte 0
+ .uleb128 0x8
+ .byte 0x4
+ .4byte 0x4ea
+ .uleb128 0x10
+ .4byte .LASF89
+ .uleb128 0x9
+ .4byte 0x4e5
+ .uleb128 0xe
+ .4byte .LASF70
+ .byte 0x1
+ .2byte 0x135
+ .byte 0xe
+ .4byte 0x4fc
+ .uleb128 0x8
+ .byte 0x4
+ .4byte 0x4d0
+ .uleb128 0x6
+ .4byte 0x45
+ .4byte 0x511
+ .uleb128 0x7
+ .4byte 0x511
+ .byte 0
+ .uleb128 0x8
+ .byte 0x4
+ .4byte 0x4e5
+ .uleb128 0xe
+ .4byte .LASF71
+ .byte 0x1
+ .2byte 0x136
+ .byte 0xe
+ .4byte 0x524
+ .uleb128 0x8
+ .byte 0x4
+ .4byte 0x502
+ .uleb128 0x5
+ .byte 0x2
+ .byte 0x7
+ .4byte .LASF72
+ .uleb128 0x11
+ .4byte .LASF73
+ .byte 0x1
+ .2byte 0x14d
+ .byte 0x18
+ .4byte 0x53e
+ .uleb128 0x8
+ .byte 0x4
+ .4byte 0x544
+ .uleb128 0x6
+ .4byte 0xaf
+ .4byte 0x553
+ .uleb128 0x7
+ .4byte 0x45
+ .byte 0
+ .uleb128 0x12
+ .4byte .LASF74
+ .byte 0x8
+ .byte 0x1
+ .2byte 0x14f
+ .byte 0x10
+ .4byte 0x57e
+ .uleb128 0x13
+ .4byte .LASF75
+ .byte 0x1
+ .2byte 0x151
+ .byte 0x1c
+ .4byte 0x531
+ .byte 0
+ .uleb128 0x13
+ .4byte .LASF76
+ .byte 0x1
+ .2byte 0x152
+ .byte 0x21
+ .4byte 0x57e
+ .byte 0x4
+ .byte 0
+ .uleb128 0x8
+ .byte 0x4
+ .4byte 0x553
+ .uleb128 0x11
+ .4byte .LASF77
+ .byte 0x1
+ .2byte 0x153
+ .byte 0x3
+ .4byte 0x553
+ .uleb128 0xe
+ .4byte .LASF78
+ .byte 0x1
+ .2byte 0x157
+ .byte 0x1f
+ .4byte 0x59e
+ .uleb128 0x8
+ .byte 0x4
+ .4byte 0x584
+ .uleb128 0x5
+ .byte 0x8
+ .byte 0x5
+ .4byte .LASF79
+ .uleb128 0x5
+ .byte 0x4
+ .byte 0x7
+ .4byte .LASF80
+ .uleb128 0x5
+ .byte 0x8
+ .byte 0x7
+ .4byte .LASF81
+ .uleb128 0x5
+ .byte 0x1
+ .byte 0x6
+ .4byte .LASF82
+ .uleb128 0x5
+ .byte 0x2
+ .byte 0x5
+ .4byte .LASF83
+ .uleb128 0xb
+ .4byte .LASF84
+ .byte 0x2
+ .byte 0x38
+ .byte 0x1c
+ .4byte 0x7e
+ .uleb128 0x14
+ .4byte .LASF85
+ .byte 0x3
+ .byte 0x5d
+ .byte 0x15
+ .4byte 0x5c7
+ .byte 0
+ .section .debug_abbrev,"",%progbits
+.Ldebug_abbrev0:
+ .uleb128 0x1
+ .uleb128 0x11
+ .byte 0x1
+ .uleb128 0x25
+ .uleb128 0xe
+ .uleb128 0x13
+ .uleb128 0xb
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x1b
+ .uleb128 0xe
+ .uleb128 0x2134
+ .uleb128 0x19
+ .uleb128 0x10
+ .uleb128 0x17
+ .byte 0
+ .byte 0
+ .uleb128 0x2
+ .uleb128 0x13
+ .byte 0x1
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xd
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x38
+ .uleb128 0xb
+ .byte 0
+ .byte 0
+ .uleb128 0x4
+ .uleb128 0x24
+ .byte 0
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x3e
+ .uleb128 0xb
+ .uleb128 0x3
+ .uleb128 0x8
+ .byte 0
+ .byte 0
+ .uleb128 0x5
+ .uleb128 0x24
+ .byte 0
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x3e
+ .uleb128 0xb
+ .uleb128 0x3
+ .uleb128 0xe
+ .byte 0
+ .byte 0
+ .uleb128 0x6
+ .uleb128 0x15
+ .byte 0x1
+ .uleb128 0x27
+ .uleb128 0x19
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x7
+ .uleb128 0x5
+ .byte 0
+ .uleb128 0x49
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x8
+ .uleb128 0xf
+ .byte 0
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x9
+ .uleb128 0x26
+ .byte 0
+ .uleb128 0x49
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0xa
+ .uleb128 0x13
+ .byte 0x1
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0xb
+ .uleb128 0x16
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0xc
+ .uleb128 0x1
+ .byte 0x1
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0xd
+ .uleb128 0x21
+ .byte 0
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x2f
+ .uleb128 0xb
+ .byte 0
+ .byte 0
+ .uleb128 0xe
+ .uleb128 0x34
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x3f
+ .uleb128 0x19
+ .uleb128 0x3c
+ .uleb128 0x19
+ .byte 0
+ .byte 0
+ .uleb128 0xf
+ .uleb128 0x21
+ .byte 0
+ .byte 0
+ .byte 0
+ .uleb128 0x10
+ .uleb128 0x13
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3c
+ .uleb128 0x19
+ .byte 0
+ .byte 0
+ .uleb128 0x11
+ .uleb128 0x16
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x12
+ .uleb128 0x13
+ .byte 0x1
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0xb
+ .uleb128 0xb
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x1
+ .uleb128 0x13
+ .byte 0
+ .byte 0
+ .uleb128 0x13
+ .uleb128 0xd
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0x5
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x38
+ .uleb128 0xb
+ .byte 0
+ .byte 0
+ .uleb128 0x14
+ .uleb128 0x34
+ .byte 0
+ .uleb128 0x3
+ .uleb128 0xe
+ .uleb128 0x3a
+ .uleb128 0xb
+ .uleb128 0x3b
+ .uleb128 0xb
+ .uleb128 0x39
+ .uleb128 0xb
+ .uleb128 0x49
+ .uleb128 0x13
+ .uleb128 0x3f
+ .uleb128 0x19
+ .uleb128 0x3c
+ .uleb128 0x19
+ .byte 0
+ .byte 0
+ .byte 0
+ .section .debug_pubnames,"",%progbits
+ .4byte 0xe
+ .2byte 0x2
+ .4byte .Ldebug_info0
+ .4byte 0x5e0
+ .4byte 0
+ .section .debug_pubtypes,"",%progbits
+ .4byte 0x18a
+ .2byte 0x2
+ .4byte .Ldebug_info0
+ .4byte 0x5e0
+ .4byte 0x45
+ .ascii "int\000"
+ .4byte 0x4c
+ .ascii "long int\000"
+ .4byte 0x1d
+ .ascii "__mbstate_s\000"
+ .4byte 0x72
+ .ascii "char\000"
+ .4byte 0x7e
+ .ascii "unsigned int\000"
+ .4byte 0x25f
+ .ascii "__RAL_locale_data_t\000"
+ .4byte 0x270
+ .ascii "unsigned char\000"
+ .4byte 0x358
+ .ascii "__RAL_locale_codeset_t\000"
+ .4byte 0x3a6
+ .ascii "__RAL_locale_t\000"
+ .4byte 0x3b7
+ .ascii "__locale_s\000"
+ .4byte 0x52a
+ .ascii "short unsigned int\000"
+ .4byte 0x531
+ .ascii "__RAL_error_decoder_fn_t\000"
+ .4byte 0x553
+ .ascii "__RAL_error_decoder_s\000"
+ .4byte 0x584
+ .ascii "__RAL_error_decoder_t\000"
+ .4byte 0x5a4
+ .ascii "long long int\000"
+ .4byte 0x5ab
+ .ascii "long unsigned int\000"
+ .4byte 0x5b2
+ .ascii "long long unsigned int\000"
+ .4byte 0x5b9
+ .ascii "signed char\000"
+ .4byte 0x5c0
+ .ascii "short int\000"
+ .4byte 0x5c7
+ .ascii "uint32_t\000"
+ .4byte 0
+ .section .debug_aranges,"",%progbits
+ .4byte 0x14
+ .2byte 0x2
+ .4byte .Ldebug_info0
+ .byte 0x4
+ .byte 0
+ .2byte 0
+ .2byte 0
+ .4byte 0
+ .4byte 0
+ .section .debug_line,"",%progbits
+.Ldebug_line0:
+ .section .debug_str,"MS",%progbits,1
+.LASF9:
+ .ascii "currency_symbol\000"
+.LASF66:
+ .ascii "__RAL_data_utf8_space\000"
+.LASF61:
+ .ascii "__RAL_c_locale_abbrev_day_names\000"
+.LASF57:
+ .ascii "__RAL_codeset_ascii\000"
+.LASF73:
+ .ascii "__RAL_error_decoder_fn_t\000"
+.LASF17:
+ .ascii "p_cs_precedes\000"
+.LASF68:
+ .ascii "__RAL_data_utf8_minus\000"
+.LASF81:
+ .ascii "long long unsigned int\000"
+.LASF52:
+ .ascii "__mbstate_s\000"
+.LASF71:
+ .ascii "__user_get_time_of_day\000"
+.LASF85:
+ .ascii "SystemCoreClock\000"
+.LASF34:
+ .ascii "date_format\000"
+.LASF76:
+ .ascii "next\000"
+.LASF32:
+ .ascii "abbrev_month_names\000"
+.LASF79:
+ .ascii "long long int\000"
+.LASF82:
+ .ascii "signed char\000"
+.LASF55:
+ .ascii "__RAL_global_locale\000"
+.LASF36:
+ .ascii "date_time_format\000"
+.LASF42:
+ .ascii "__towupper\000"
+.LASF2:
+ .ascii "long int\000"
+.LASF65:
+ .ascii "__RAL_data_utf8_comma\000"
+.LASF8:
+ .ascii "int_curr_symbol\000"
+.LASF13:
+ .ascii "positive_sign\000"
+.LASF23:
+ .ascii "int_p_cs_precedes\000"
+.LASF1:
+ .ascii "__wchar\000"
+.LASF89:
+ .ascii "timeval\000"
+.LASF12:
+ .ascii "mon_grouping\000"
+.LASF41:
+ .ascii "__iswctype\000"
+.LASF22:
+ .ascii "n_sign_posn\000"
+.LASF87:
+ .ascii "C:\\Users\\Aymar\\Desktop\\MSG\\msg-obc-software\\o"
+ .ascii "bc\\upsat-obc-software-master\\cubeMX\\disco\\Middl"
+ .ascii "ewares\\Third_Party\\FreeRTOS\\Source\\timers.c\000"
+.LASF4:
+ .ascii "unsigned int\000"
+.LASF25:
+ .ascii "int_p_sep_by_space\000"
+.LASF10:
+ .ascii "mon_decimal_point\000"
+.LASF33:
+ .ascii "am_pm_indicator\000"
+.LASF64:
+ .ascii "__RAL_data_utf8_period\000"
+.LASF7:
+ .ascii "grouping\000"
+.LASF80:
+ .ascii "long unsigned int\000"
+.LASF43:
+ .ascii "__towlower\000"
+.LASF69:
+ .ascii "__RAL_data_empty_string\000"
+.LASF6:
+ .ascii "thousands_sep\000"
+.LASF48:
+ .ascii "name\000"
+.LASF39:
+ .ascii "__toupper\000"
+.LASF20:
+ .ascii "n_sep_by_space\000"
+.LASF49:
+ .ascii "data\000"
+.LASF14:
+ .ascii "negative_sign\000"
+.LASF72:
+ .ascii "short unsigned int\000"
+.LASF29:
+ .ascii "day_names\000"
+.LASF24:
+ .ascii "int_n_cs_precedes\000"
+.LASF53:
+ .ascii "__locale_s\000"
+.LASF51:
+ .ascii "__RAL_locale_t\000"
+.LASF35:
+ .ascii "time_format\000"
+.LASF21:
+ .ascii "p_sign_posn\000"
+.LASF59:
+ .ascii "__RAL_ascii_ctype_map\000"
+.LASF75:
+ .ascii "decode\000"
+.LASF45:
+ .ascii "__mbtowc\000"
+.LASF30:
+ .ascii "abbrev_day_names\000"
+.LASF19:
+ .ascii "n_cs_precedes\000"
+.LASF40:
+ .ascii "__tolower\000"
+.LASF70:
+ .ascii "__user_set_time_of_day\000"
+.LASF58:
+ .ascii "__RAL_codeset_utf8\000"
+.LASF54:
+ .ascii "__category\000"
+.LASF0:
+ .ascii "__state\000"
+.LASF37:
+ .ascii "unsigned char\000"
+.LASF60:
+ .ascii "__RAL_c_locale_day_names\000"
+.LASF16:
+ .ascii "frac_digits\000"
+.LASF83:
+ .ascii "short int\000"
+.LASF78:
+ .ascii "__RAL_error_decoder_head\000"
+.LASF11:
+ .ascii "mon_thousands_sep\000"
+.LASF46:
+ .ascii "__RAL_locale_data_t\000"
+.LASF84:
+ .ascii "uint32_t\000"
+.LASF27:
+ .ascii "int_p_sign_posn\000"
+.LASF3:
+ .ascii "char\000"
+.LASF18:
+ .ascii "p_sep_by_space\000"
+.LASF86:
+ .ascii "GNU C99 8.2.1 20181213 (release) [gcc-8-branch revi"
+ .ascii "sion 267074] -fmessage-length=0 -mcpu=cortex-m4 -ml"
+ .ascii "ittle-endian -mfloat-abi=soft -mthumb -mtp=soft -mu"
+ .ascii "naligned-access -std=gnu99 -g2 -gpubnames -fomit-fr"
+ .ascii "ame-pointer -fno-dwarf2-cfi-asm -fno-builtin -ffunc"
+ .ascii "tion-sections -fdata-sections -fshort-enums -fno-co"
+ .ascii "mmon\000"
+.LASF56:
+ .ascii "__RAL_c_locale\000"
+.LASF47:
+ .ascii "__RAL_locale_codeset_t\000"
+.LASF50:
+ .ascii "codeset\000"
+.LASF28:
+ .ascii "int_n_sign_posn\000"
+.LASF62:
+ .ascii "__RAL_c_locale_month_names\000"
+.LASF38:
+ .ascii "__isctype\000"
+.LASF74:
+ .ascii "__RAL_error_decoder_s\000"
+.LASF77:
+ .ascii "__RAL_error_decoder_t\000"
+.LASF88:
+ .ascii "C:\\Users\\Aymar\\Desktop\\MSG\\msg-obc-software\\o"
+ .ascii "bc\\upsat-obc-software-master\\cubeMX\\disco\\EWARM"
+ .ascii "\000"
+.LASF15:
+ .ascii "int_frac_digits\000"
+.LASF31:
+ .ascii "month_names\000"
+.LASF26:
+ .ascii "int_n_sep_by_space\000"
+.LASF67:
+ .ascii "__RAL_data_utf8_plus\000"
+.LASF63:
+ .ascii "__RAL_c_locale_abbrev_month_names\000"
+.LASF44:
+ .ascii "__wctomb\000"
+.LASF5:
+ .ascii "decimal_point\000"
+ .ident "GCC: (GNU) 8.2.1 20181213 (release) [gcc-8-branch revision 267074]"
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/timers.d b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/timers.d
index 4a500af..12a1b76 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/timers.d
+++ b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/timers.d
@@ -1,23 +1,23 @@
disco/Obj/timers.o: \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/timers.c \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdlib.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/__crossworks.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER_SYSVIEW.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/Config/Global.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stddef.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/stdint.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\timers.c \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdlib.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/__crossworks.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\OS\SEGGER_SYSVIEW_FreeRTOS.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER_SYSVIEW.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\Config\Global.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\FreeRTOS.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stddef.h \
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/stdint.h \
../Inc/FreeRTOSConfig.h ../Inc/mxconstants.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/portable.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\projdefs.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\portable.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\deprecated_definitions.h \
../Middlewares/Third_Party/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h \
- /usr/share/segger_embedded_studio_for_arm_4.16/include/intrinsics.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/task.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/list.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/queue.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/timers.h \
- /home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/task.h
+ C:/Program\ Files/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 4.18/include/intrinsics.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\mpu_wrappers.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\task.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\list.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h \
+ C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\task.h
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/timers.o b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/timers.o
index 00bf903..d8367d1 100644
Binary files a/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/timers.o and b/obc/upsat-obc-software-master/cubeMX/disco/EWARM/disco/Obj/timers.o differ
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.h b/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.h
index 28f7186..9862ad3 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.h
+++ b/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.h
@@ -97,7 +97,7 @@
#include
#include "core_cmFunc.h"
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\OS\SEGGER_SYSVIEW_FreeRTOS.h"
#include "FreeRTOS.h"
#include "task.h"
#include "timers.h"
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/croutine.c b/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/croutine.c
index ab5aa14..f74fcb4 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/croutine.c
+++ b/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/croutine.c
@@ -66,7 +66,7 @@
1 tab == 4 spaces!
*/
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\OS\SEGGER_SYSVIEW_FreeRTOS.h"
#include "FreeRTOS.h"
#include "task.h"
#include "croutine.h"
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/event_groups.c b/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
index 2a6fd8b..f15a65d 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
+++ b/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
@@ -76,11 +76,11 @@ task.h is included from an application file. */
#define MPU_WRAPPERS_INCLUDED_FROM_API_FILE
/* FreeRTOS includes. */
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h"
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h"
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/task.h"
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/timers.h"
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/event_groups.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\OS\SEGGER_SYSVIEW_FreeRTOS.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\FreeRTOS.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\task.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\event_groups.h"
/* Lint e961 and e750 are suppressed as a MISRA exception justified because the
MPU ports require MPU_WRAPPERS_INCLUDED_FROM_API_FILE to be defined for the
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/list.c b/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/list.c
index 0fba3a4..1fecfdb 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/list.c
+++ b/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/list.c
@@ -69,7 +69,7 @@
#include
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\OS\SEGGER_SYSVIEW_FreeRTOS.h"
#include "FreeRTOS.h"
#include "list.h"
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/portable/IAR/ARM_CM4F/port.c b/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/portable/IAR/ARM_CM4F/port.c
index 33693e0..47c3019 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/portable/IAR/ARM_CM4F/port.c
+++ b/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/portable/IAR/ARM_CM4F/port.c
@@ -75,9 +75,9 @@
#include
/* Scheduler includes. */
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h"
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h"
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/task.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\OS\SEGGER_SYSVIEW_FreeRTOS.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\FreeRTOS.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\task.h"
#define __ARMVFP__ 4 /* ADDED BY IGNACIO SADA SOLOMON 03/07/2019*/
#ifndef __ARMVFP__
#error This port can only be used when the project options are configured to enable hardware floating point support.
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c b/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
index 1362a0e..f7fd51f 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
+++ b/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
@@ -81,7 +81,7 @@
all the API functions to use the MPU wrappers. That should only be done when
task.h is included from an application file. */
#define MPU_WRAPPERS_INCLUDED_FROM_API_FILE
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\OS\SEGGER_SYSVIEW_FreeRTOS.h"
#include "FreeRTOS.h"
#include "task.h"
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/queue.c b/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/queue.c
index ad2e9e2..58e498c 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/queue.c
+++ b/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/queue.c
@@ -74,10 +74,10 @@
all the API functions to use the MPU wrappers. That should only be done when
task.h is included from an application file. */
#define MPU_WRAPPERS_INCLUDED_FROM_API_FILE
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h"
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h"
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/task.h"
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/queue.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\OS\SEGGER_SYSVIEW_FreeRTOS.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\FreeRTOS.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\task.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h"
#if ( configUSE_CO_ROUTINES == 1 )
#include "croutine.h"
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/tasks.c b/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/tasks.c
index e4a7543..c08f409 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/tasks.c
+++ b/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/tasks.c
@@ -77,11 +77,11 @@ task.h is included from an application file. */
#define MPU_WRAPPERS_INCLUDED_FROM_API_FILE
/* FreeRTOS includes. */
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h"
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h"
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/task.h"
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/timers.h"
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/StackMacros.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\OS\SEGGER_SYSVIEW_FreeRTOS.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\FreeRTOS.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\task.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\StackMacros.h"
/* Lint e961 and e750 are suppressed as a MISRA exception justified because the
MPU ports require MPU_WRAPPERS_INCLUDED_FROM_API_FILE to be defined for the
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/timers.c b/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/timers.c
index 8962f86..5755857 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/timers.c
+++ b/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/timers.c
@@ -74,11 +74,11 @@
all the API functions to use the MPU wrappers. That should only be done when
task.h is included from an application file. */
#define MPU_WRAPPERS_INCLUDED_FROM_API_FILE
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h"
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h"
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/task.h"
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/queue.h"
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Middlewares/Third_Party/FreeRTOS/Source/include/timers.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\OS\SEGGER_SYSVIEW_FreeRTOS.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\FreeRTOS.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\task.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h"
#if ( INCLUDE_xTimerPendFunctionCall == 1 ) && ( configUSE_TIMERS == 0 )
#error configUSE_TIMERS must be set to 1 to make the xTimerPendFunctionCall() function available.
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/Src/freertos.c b/obc/upsat-obc-software-master/cubeMX/disco/Src/freertos.c
index a6612ba..117c7df 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/Src/freertos.c
+++ b/obc/upsat-obc-software-master/cubeMX/disco/Src/freertos.c
@@ -32,7 +32,7 @@
*/
/* Includes ------------------------------------------------------------------*/
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\OS\SEGGER_SYSVIEW_FreeRTOS.h"
#include "FreeRTOS.h"
#include "task.h"
diff --git a/obc/upsat-obc-software-master/cubeMX/disco/Src/main.c b/obc/upsat-obc-software-master/cubeMX/disco/Src/main.c
index 76d7c42..c59f7a1 100644
--- a/obc/upsat-obc-software-master/cubeMX/disco/Src/main.c
+++ b/obc/upsat-obc-software-master/cubeMX/disco/Src/main.c
@@ -36,10 +36,10 @@
#include "fatfs.h"
/* USER CODE BEGIN Includes */
-#include "/home/ignacio/Documents/ecss/services/platform/obc/obc.h"
-#include "/home/ignacio/Documents/ecss/services/platform/obc/hal/stm32/obc_hal.h"
-#include "/home/ignacio/Documents/ecss/services/services/service_utilities.h"
-#include "/home/ignacio/Documents/ecss/services/services/scheduling_service.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\platform\obc\obc.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\platform\obc\hal\stm32\obc_hal.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\services\service_utilities.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\services\scheduling_service.h"
/* USER CODE END Includes */
diff --git a/obc/upsat-obc-software-master/cubeMX/obc/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.c b/obc/upsat-obc-software-master/cubeMX/obc/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.c
index c842b68..49dd017 100755
--- a/obc/upsat-obc-software-master/cubeMX/obc/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.c
+++ b/obc/upsat-obc-software-master/cubeMX/obc/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.c
@@ -48,8 +48,8 @@ Purpose : Interface between FreeRTOS and SystemView.
*/
#include "FreeRTOS.h"
#include "task.h"
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/SEGGER/SEGGER_SYSVIEW.h"
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\SystemView\Src\SEGGER\SEGGER_SYSVIEW.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\SystemView\Src\OS\SEGGER_SYSVIEW_FreeRTOS.h"
#include "string.h" // Required for memset
@@ -118,6 +118,7 @@ static U64 _cbGetTime(void) {
* Function description
* Add a task to the internal list and record its information.
*/
+
void SYSVIEW_AddTask(U32 xHandle, const char* pcTaskName, unsigned uxCurrentPriority, U32 pxStack, unsigned uStackHighWaterMark) {
if (memcmp(pcTaskName, "IDLE", 5) == 0) {
diff --git a/obc/upsat-obc-software-master/cubeMX/obc/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h b/obc/upsat-obc-software-master/cubeMX/obc/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h
index 83c8900..ba72ca7 100755
--- a/obc/upsat-obc-software-master/cubeMX/obc/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h
+++ b/obc/upsat-obc-software-master/cubeMX/obc/SystemView/Src/OS/SEGGER_SYSVIEW_FreeRTOS.h
@@ -52,7 +52,7 @@ Purpose : Interface between FreeRTOS and SystemView.
#ifndef SYSVIEW_FREERTOS_H
#define SYSVIEW_FREERTOS_H
-#include "SEGGER_SYSVIEW.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\SEGGER\SEGGER_SYSVIEW.h"
/*********************************************************************
*
diff --git a/obc/upsat-obc-software-master/cubeMX/obc/SystemView/Src/SEGGER/SEGGER.h b/obc/upsat-obc-software-master/cubeMX/obc/SystemView/Src/SEGGER/SEGGER.h
index bb534cd..34a8523 100755
--- a/obc/upsat-obc-software-master/cubeMX/obc/SystemView/Src/SEGGER/SEGGER.h
+++ b/obc/upsat-obc-software-master/cubeMX/obc/SystemView/Src/SEGGER/SEGGER.h
@@ -50,7 +50,7 @@ Purpose : Global types etc & general purpose utility functions
#ifndef SEGGER_H // Guard against multiple inclusion
#define SEGGER_H
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/Config/Global.h" // Type definitions: U8, U16, U32, I8, I16, I32
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\obc\SystemView\Src\Config\Global.h" // Type definitions: U8, U16, U32, I8, I16, I32
#if defined(__cplusplus)
extern "C" { /* Make sure we have C-declarations in C++ programs */
diff --git a/obc/upsat-obc-software-master/cubeMX/obc/SystemView/Src/SEGGER/SEGGER_RTT.h b/obc/upsat-obc-software-master/cubeMX/obc/SystemView/Src/SEGGER/SEGGER_RTT.h
index 013f4b2..9d03d28 100755
--- a/obc/upsat-obc-software-master/cubeMX/obc/SystemView/Src/SEGGER/SEGGER_RTT.h
+++ b/obc/upsat-obc-software-master/cubeMX/obc/SystemView/Src/SEGGER/SEGGER_RTT.h
@@ -52,7 +52,7 @@ Purpose : Implementation of SEGGER real-time transfer which allows
#ifndef SEGGER_RTT_H
#define SEGGER_RTT_H
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/Config/SEGGER_RTT_Conf.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\SystemView\Src\Config\SEGGER_RTT_Conf.h"
/*********************************************************************
*
diff --git a/obc/upsat-obc-software-master/cubeMX/obc/SystemView/Src/SEGGER/SEGGER_SYSVIEW.c b/obc/upsat-obc-software-master/cubeMX/obc/SystemView/Src/SEGGER/SEGGER_SYSVIEW.c
index 9c401b1..f23e0ce 100755
--- a/obc/upsat-obc-software-master/cubeMX/obc/SystemView/Src/SEGGER/SEGGER_SYSVIEW.c
+++ b/obc/upsat-obc-software-master/cubeMX/obc/SystemView/Src/SEGGER/SEGGER_SYSVIEW.c
@@ -1930,6 +1930,8 @@ void SEGGER_SYSVIEW_OnIdle(void) {
* Parameters
* TaskId - Task ID of created task.
*/
+
+
void SEGGER_SYSVIEW_OnTaskCreate(unsigned TaskId) {
U8* pPayload;
U8* pPayloadStart;
diff --git a/obc/upsat-obc-software-master/cubeMX/obc/SystemView/Src/SEGGER/SEGGER_SYSVIEW_ConfDefaults.h b/obc/upsat-obc-software-master/cubeMX/obc/SystemView/Src/SEGGER/SEGGER_SYSVIEW_ConfDefaults.h
index b5263ae..5d84d97 100755
--- a/obc/upsat-obc-software-master/cubeMX/obc/SystemView/Src/SEGGER/SEGGER_SYSVIEW_ConfDefaults.h
+++ b/obc/upsat-obc-software-master/cubeMX/obc/SystemView/Src/SEGGER/SEGGER_SYSVIEW_ConfDefaults.h
@@ -58,8 +58,8 @@ Purpose : Defines defaults for configurable defines used in
**********************************************************************
*/
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/Config/SEGGER_SYSVIEW_Conf.h"
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/Config/SEGGER_RTT_Conf.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\SystemView\Src\Config\SEGGER_SYSVIEW_Conf.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\SystemView\Src\Config\SEGGER_RTT_Conf.h"
#ifdef __cplusplus
extern "C" {
diff --git a/obc/upsat-obc-software-master/cubeMX/obc/SystemView/Src/SEGGER/SEGGER_SYSVIEW_Int.h b/obc/upsat-obc-software-master/cubeMX/obc/SystemView/Src/SEGGER/SEGGER_SYSVIEW_Int.h
index 8d7c277..6243181 100755
--- a/obc/upsat-obc-software-master/cubeMX/obc/SystemView/Src/SEGGER/SEGGER_SYSVIEW_Int.h
+++ b/obc/upsat-obc-software-master/cubeMX/obc/SystemView/Src/SEGGER/SEGGER_SYSVIEW_Int.h
@@ -58,7 +58,7 @@ Purpose : SEGGER SysView internal header.
*/
#include "SEGGER_SYSVIEW.h"
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/SystemView/Src/Config/SEGGER_SYSVIEW_Conf.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\SystemView\Src\Config\SEGGER_SYSVIEW_Conf.h"
#include "SEGGER_SYSVIEW_ConfDefaults.h"
#ifdef __cplusplus
diff --git a/services/core/pkt_pool.h b/services/core/pkt_pool.h
index 10361f4..ea1c473 100644
--- a/services/core/pkt_pool.h
+++ b/services/core/pkt_pool.h
@@ -2,8 +2,8 @@
#define __PKT_POOL_H
#include
-#include "/home/ignacio/Documents/ecss/services/services/services.h"
-#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/disco/Inc/system.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\services\services.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\obc\upsat-obc-software-master\cubeMX\disco\Inc\system.h"
#define PKT_TIMEOUT 60000 /*in mseconds*/
#define PKT_NORMAL 198 /*MAX_PKT_DATA*/
diff --git a/services/core/su_mnlp.h b/services/core/su_mnlp.h
index ce81d9f..5da9e9e 100644
--- a/services/core/su_mnlp.h
+++ b/services/core/su_mnlp.h
@@ -2,12 +2,12 @@
#define SU_MNLP_H
#include
-#include "/home/ignacio/Documents/ecss/services/services/services.h"
-#include "/home/ignacio/Documents/ecss/services/services/time_management_service.h"
-#include "/home/ignacio/Documents/ecss/services/services/scheduling_service.h"
-#include "/home/ignacio/Documents/ecss/services/core/upsat.h"
-#include "/home/ignacio/Documents/ecss/services/platform/obc/hal/stm32/uart_hal.h"
-#include "/home/ignacio/Documents/ecss/services/core/sysview.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\services\services.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\services\time_management_service.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\services\scheduling_service.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\core\upsat.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\platform\obc\hal\stm32\uart_hal.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\core\sysview.h"
#define SU_SCRIPTS_POPU 7
diff --git a/services/core/upsat.h b/services/core/upsat.h
index d5f2539..a6537e4 100644
--- a/services/core/upsat.h
+++ b/services/core/upsat.h
@@ -1,8 +1,8 @@
#ifndef __UPSAT_H
#define __UPSAT_H
-#include "/home/ignacio/Documents/ecss/services/services/services.h"
-#include "/home/ignacio/Documents/ecss/services/core/pkt_pool.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\services\services.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\core\pkt_pool.h"
#define EV_MAX_BUFFER 1024
#define EV_BUFFER_PART 205
diff --git a/services/platform/obc/hal/stm32/obc_hal.h b/services/platform/obc/hal/stm32/obc_hal.h
index e3047a7..da56395 100644
--- a/services/platform/obc/hal/stm32/obc_hal.h
+++ b/services/platform/obc/hal/stm32/obc_hal.h
@@ -2,8 +2,8 @@
#define __OBC_HAL_H
#include
-#include "/home/ignacio/Documents/ecss/services/services/services.h"
-#include "/home/ignacio/Documents/ecss/services/platform/obc/obc.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\services\services.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\platform\obc\obc.h"
//#include "/home/ignacio/Documents/ecss/obc/upsat-obc-software-master/cubeMX/obc/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_iwdg.h"
SAT_returnState queuePush(tc_tm_pkt *pkt, TC_TM_app_id app_id);
diff --git a/services/platform/obc/hal/stm32/uart_hal.h b/services/platform/obc/hal/stm32/uart_hal.h
index 1ea5349..5102d4c 100644
--- a/services/platform/obc/hal/stm32/uart_hal.h
+++ b/services/platform/obc/hal/stm32/uart_hal.h
@@ -4,8 +4,8 @@
#include
#include "stm32f4xx_hal.h"
#include
-#include "/home/ignacio/Documents/ecss/services/services/services.h"
-#include "/home/ignacio/Documents/ecss/services/core/upsat.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\services\services.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\core\upsat.h"
void uart_timeout_start(UART_HandleTypeDef *huart);
diff --git a/services/platform/obc/housekeeping.h b/services/platform/obc/housekeeping.h
index 6b6f529..3d79c40 100644
--- a/services/platform/obc/housekeeping.h
+++ b/services/platform/obc/housekeeping.h
@@ -2,7 +2,7 @@
#define __HOUSEKEEPING_H
#include
-#include "/home/ignacio/Documents/ecss/services/services/services.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\services\services.h"
struct _sat_status {
uint8_t batt_curr;
diff --git a/services/platform/obc/obc.c b/services/platform/obc/obc.c
index fab9687..6f6ae25 100644
--- a/services/platform/obc/obc.c
+++ b/services/platform/obc/obc.c
@@ -4,9 +4,9 @@
#include
#include
#include "housekeeping.h"
-#include "/home/ignacio/Documents/ecss/services/services/mass_storage_service.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\services\mass_storage_service.h"
#include "wdg.h"
-#include "/home/ignacio/Documents/ecss/services/core/su_mnlp.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\core\su_mnlp.h"
#undef __FILE_ID__
#define __FILE_ID__ 15
diff --git a/services/platform/obc/obc.h b/services/platform/obc/obc.h
index 1bbf9c0..234e637 100644
--- a/services/platform/obc/obc.h
+++ b/services/platform/obc/obc.h
@@ -2,8 +2,8 @@
#define __OBC_H
#include
-#include "/home/ignacio/Documents/ecss/services/services/services.h"
-#include "/home/ignacio/Documents/ecss/services/core/upsat.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\services\services.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\core\upsat.h"
//temp
#define TEST_ARRAY 1024
diff --git a/services/services/scheduling_service.h b/services/services/scheduling_service.h
index a714a56..55a8728 100644
--- a/services/services/scheduling_service.h
+++ b/services/services/scheduling_service.h
@@ -7,8 +7,8 @@
#include "service_utilities.h"
#include "time_management_service.h"
#include "services.h"
-#include "/home/ignacio/Documents/ecss/services/core/pkt_pool.h"
-#include "/home/ignacio/Documents/ecss/services/core/sysview.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\core\pkt_pool.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\core\sysview.h"
#define SCHEDULING_SERVICE_V 0.1
diff --git a/services/services/time_management_service.h b/services/services/time_management_service.h
index 5e65a6a..87f4dae 100644
--- a/services/services/time_management_service.h
+++ b/services/services/time_management_service.h
@@ -2,8 +2,8 @@
#define TIME_MANAGEMENT_H
#include
-#include "/home/ignacio/Documents/ecss/services/services/services.h"
-#include "/home/ignacio/Documents/ecss/services/core/pkt_pool.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\services\services.h"
+#include "C:\Users\Aymar\Desktop\MSG\msg-obc-software\services\core\pkt_pool.h"
#define TM_MONTH_JANUARY ((uint8_t)0x01U)
#define TM_MONTH_FEBRUARY ((uint8_t)0x02U)