Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 21 additions & 39 deletions Internal_Main/Internal_Main.cydsn/BUILD.log
Original file line number Diff line number Diff line change
@@ -1,39 +1,21 @@
--------------- Build Started: 05/17/2021 00:01:55 Project: Internal_Main, Configuration: ARM GCC 5.4-2016-q2-update Debug ---------------
The code generation step is up to date.
arm-none-eabi-gcc.exe -mcpu=cortex-m0plus -mthumb -I. -IGenerated_Source\PSoC4 -Wa,-alh=.\CortexM0p\ARM_GCC_541\Debug/main.lst -g -D DEBUG -D CY_CORE_ID=0 -Wall -ffunction-sections -ffat-lto-objects -Og -c main.c -o .\CortexM0p\ARM_GCC_541\Debug\main.o
main.c: In function 'main':
main.c:200:12: warning: unused variable 'rxData' [-Wunused-variable]
uint32 rxData;
^
main.c:193:10: warning: variable 'stopCode' set but not used [-Wunused-but-set-variable]
int8 stopCode = 0; // Code for determining the reason why test was stopped
^
main.c:185:11: warning: variable 'shuntAmps' set but not used [-Wunused-but-set-variable]
float shuntAmps;
^
main.c:321:160: warning: 'gainReal' may be used uninitialized in this function [-Wmaybe-uninitialized]
sprintf(string, "Shunt mV: %f, Gain: %f, CalIn w g: %f, ShuntGND w g: %f, Batt mV: %f \n\r", vtestVal, gainReal, vrefVal*gainReal, vrgndVal*gainReal, vbatVal);
^
main.c:321:21: warning: 'vbatVal' may be used uninitialized in this function [-Wmaybe-uninitialized]
sprintf(string, "Shunt mV: %f, Gain: %f, CalIn w g: %f, ShuntGND w g: %f, Batt mV: %f \n\r", vtestVal, gainReal, vrefVal*gainReal, vrgndVal*gainReal, vbatVal);
^
main.c:321:141: warning: 'vrefVal' may be used uninitialized in this function [-Wmaybe-uninitialized]
sprintf(string, "Shunt mV: %f, Gain: %f, CalIn w g: %f, ShuntGND w g: %f, Batt mV: %f \n\r", vtestVal, gainReal, vrefVal*gainReal, vrgndVal*gainReal, vbatVal);
^
main.c:321:160: warning: 'vrgndVal' may be used uninitialized in this function [-Wmaybe-uninitialized]
sprintf(string, "Shunt mV: %f, Gain: %f, CalIn w g: %f, ShuntGND w g: %f, Batt mV: %f \n\r", vtestVal, gainReal, vrefVal*gainReal, vrgndVal*gainReal, vbatVal);
^
main.c:321:21: warning: 'vtestVal' may be used uninitialized in this function [-Wmaybe-uninitialized]
sprintf(string, "Shunt mV: %f, Gain: %f, CalIn w g: %f, ShuntGND w g: %f, Batt mV: %f \n\r", vtestVal, gainReal, vrefVal*gainReal, vrgndVal*gainReal, vbatVal);
^
arm-none-eabi-ar.exe -rs .\CortexM0p\ARM_GCC_541\Debug\Internal_Main.a .\CortexM0p\ARM_GCC_541\Debug\ADC_1.o .\CortexM0p\ARM_GCC_541\Debug\ADC_1_INIT.o .\CortexM0p\ARM_GCC_541\Debug\ADC_1_INT.o .\CortexM0p\ARM_GCC_541\Debug\ADC_1_PM.o .\CortexM0p\ARM_GCC_541\Debug\AMux_1.o .\CortexM0p\ARM_GCC_541\Debug\PVref_1.o .\CortexM0p\ARM_GCC_541\Debug\PVref_1_PM.o .\CortexM0p\ARM_GCC_541\Debug\Cal_In.o .\CortexM0p\ARM_GCC_541\Debug\Cal_In_PM.o .\CortexM0p\ARM_GCC_541\Debug\PGA_1.o .\CortexM0p\ARM_GCC_541\Debug\PGA_1_PM.o .\CortexM0p\ARM_GCC_541\Debug\Opamp_1.o .\CortexM0p\ARM_GCC_541\Debug\Opamp_1_PM.o .\CortexM0p\ARM_GCC_541\Debug\Shunt_In.o .\CortexM0p\ARM_GCC_541\Debug\Shunt_In_PM.o .\CortexM0p\ARM_GCC_541\Debug\Shunt_Gnd.o .\CortexM0p\ARM_GCC_541\Debug\Shunt_Gnd_PM.o .\CortexM0p\ARM_GCC_541\Debug\ADC_1_intSarClock.o .\CortexM0p\ARM_GCC_541\Debug\ADC_1_IRQ.o .\CortexM0p\ARM_GCC_541\Debug\ADC_1_intUabClock.o .\CortexM0p\ARM_GCC_541\Debug\CyFlash.o .\CortexM0p\ARM_GCC_541\Debug\CyLib.o .\CortexM0p\ARM_GCC_541\Debug\cyPm.o .\CortexM0p\ARM_GCC_541\Debug\cyutils.o .\CortexM0p\ARM_GCC_541\Debug\CyDMA.o .\CortexM0p\ARM_GCC_541\Debug\CyLFClk.o .\CortexM0p\ARM_GCC_541\Debug\cy_em_eeprom.o .\CortexM0p\ARM_GCC_541\Debug\UART_1.o .\CortexM0p\ARM_GCC_541\Debug\UART_1_SPI_UART.o .\CortexM0p\ARM_GCC_541\Debug\UART_1_SPI_UART_INT.o .\CortexM0p\ARM_GCC_541\Debug\UART_1_PM.o .\CortexM0p\ARM_GCC_541\Debug\UART_1_UART.o .\CortexM0p\ARM_GCC_541\Debug\UART_1_BOOT.o .\CortexM0p\ARM_GCC_541\Debug\UART_1_UART_BOOT.o .\CortexM0p\ARM_GCC_541\Debug\I2C_1.o .\CortexM0p\ARM_GCC_541\Debug\I2C_1_I2C_INT.o .\CortexM0p\ARM_GCC_541\Debug\I2C_1_I2C.o .\CortexM0p\ARM_GCC_541\Debug\I2C_1_I2C_BOOT.o .\CortexM0p\ARM_GCC_541\Debug\I2C_1_I2C_MASTER.o .\CortexM0p\ARM_GCC_541\Debug\I2C_1_PM.o .\CortexM0p\ARM_GCC_541\Debug\I2C_1_BOOT.o .\CortexM0p\ARM_GCC_541\Debug\BLUE_LED.o .\CortexM0p\ARM_GCC_541\Debug\BLUE_LED_PM.o .\CortexM0p\ARM_GCC_541\Debug\RELAY_EN.o .\CortexM0p\ARM_GCC_541\Debug\RELAY_EN_PM.o .\CortexM0p\ARM_GCC_541\Debug\UART_1_SCBCLK.o .\CortexM0p\ARM_GCC_541\Debug\I2C_1_SCBCLK.o .\CortexM0p\ARM_GCC_541\Debug\I2C_1_sda.o .\CortexM0p\ARM_GCC_541\Debug\I2C_1_sda_PM.o .\CortexM0p\ARM_GCC_541\Debug\I2C_1_scl.o .\CortexM0p\ARM_GCC_541\Debug\I2C_1_scl_PM.o .\CortexM0p\ARM_GCC_541\Debug\I2C_1_SCB_IRQ.o .\CortexM0p\ARM_GCC_541\Debug\Timer_1.o .\CortexM0p\ARM_GCC_541\Debug\Timer_1_PM.o .\CortexM0p\ARM_GCC_541\Debug\Clock_1.o .\CortexM0p\ARM_GCC_541\Debug\GND_ref.o .\CortexM0p\ARM_GCC_541\Debug\GND_ref_PM.o .\CortexM0p\ARM_GCC_541\Debug\v_out.o .\CortexM0p\ARM_GCC_541\Debug\v_out_PM.o .\CortexM0p\ARM_GCC_541\Debug\UART_IN.o .\CortexM0p\ARM_GCC_541\Debug\UART_IN_PM.o .\CortexM0p\ARM_GCC_541\Debug\UART_OUT.o .\CortexM0p\ARM_GCC_541\Debug\UART_OUT_PM.o .\CortexM0p\ARM_GCC_541\Debug\TCPWM_1.o .\CortexM0p\ARM_GCC_541\Debug\TCPWM_1_PM.o .\CortexM0p\ARM_GCC_541\Debug\Clock_2.o .\CortexM0p\ARM_GCC_541\Debug\isr_1.o .\CortexM0p\ARM_GCC_541\Debug\VBatHigh.o .\CortexM0p\ARM_GCC_541\Debug\VBatHigh_PM.o .\CortexM0p\ARM_GCC_541\Debug\CyBootAsmGnu.o
arm-none-eabi-ar.exe: creating .\CortexM0p\ARM_GCC_541\Debug\Internal_Main.a
arm-none-eabi-gcc.exe -Wl,--start-group -o "C:\Users\Tucker Zischka\Documents\GitHub\Li-CellTesting_Script\Internal_Main\Internal_Main.cydsn\CortexM0p\ARM_GCC_541\Debug\Internal_Main.elf" .\CortexM0p\ARM_GCC_541\Debug\main.o .\CortexM0p\ARM_GCC_541\Debug\cyfitter_cfg.o .\CortexM0p\ARM_GCC_541\Debug\cymetadata.o .\CortexM0p\ARM_GCC_541\Debug\Cm0plusStart.o .\CortexM0p\ARM_GCC_541\Debug\Internal_Main.a -mcpu=cortex-m0plus -mthumb -L Generated_Source\PSoC4 -Wl,-Map,.\CortexM0p\ARM_GCC_541\Debug/Internal_Main.map -T Generated_Source\PSoC4\cm0plusgcc.ld -specs=nano.specs -u _printf_float -Wl,--gc-sections -g -ffunction-sections -Og -ffat-lto-objects -Wl,--end-group
cyelftool.exe -C "C:\Users\Tucker Zischka\Documents\GitHub\Li-CellTesting_Script\Internal_Main\Internal_Main.cydsn\CortexM0p\ARM_GCC_541\Debug\Internal_Main.elf" --flash_row_size 128 --flash_size 32768 --flash_offset 0x00000000
No ELF section .cychecksum found, creating one
Application checksum calculated and stored in ELF section .cychecksum
Checksum calculated and stored in ELF section .cymeta
cyelftool.exe -S "C:\Users\Tucker Zischka\Documents\GitHub\Li-CellTesting_Script\Internal_Main\Internal_Main.cydsn\CortexM0p\ARM_GCC_541\Debug\Internal_Main.elf"
Flash used: 27784 of 32768 bytes (84.8%).
SRAM used: 2068 of 4096 bytes (50.5%). Stack: 1024 bytes. Heap: 512 bytes.
--------------- Build Succeeded: 05/17/2021 00:01:56 ---------------
--------------- Build Started: 05/22/2021 16:41:39 Project: Internal_Main, Configuration: ARM GCC 5.4-2016-q2-update Debug ---------------
cydsfit.exe -.appdatapath "C:\Users\19255\AppData\Local\Cypress Semiconductor\PSoC Creator\4.4" -.fdsnotice -.fdswarpdepfile=warp_dependencies.txt -.fdselabdepfile=elab_dependencies.txt -.fdsbldfile=generated_files.txt -.fdsreffile=referenced_files.txt -p C:\Users\19255\OneDrive\Documents\GitHub\Li-CellTesting_Script\Internal_Main\Internal_Main.cydsn\Internal_Main.cyprj -d CY8C4145LQI-PS433 -s C:\Users\19255\OneDrive\Documents\GitHub\Li-CellTesting_Script\Internal_Main\Internal_Main.cydsn\Generated_Source\PSoC4 -- -yv2 -q10 -ygs -o2 -v3 -.fftcfgtype=LE
Elaborating Design...
HDL Generation...
Synthesis...
Tech Mapping...
ADD: pft.M0040: information: The following 1 pin(s) will be assigned a location by the fitter: RELAY_EN(0)
Analog Placement...
Analog Routing...
Analog Code Generation...
Digital Placement...
Digital Routing...
Bitstream Generation...
Bitstream Verification...
Static timing analysis...
API Generation...
Dependency Generation...
Cleanup...
The compile step is up to date, no work needs to be done.
The link step is up to date, no work needs to be done.
--------------- Build Succeeded: 05/22/2021 16:41:50 ---------------
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
C:/Users/Crowling/OneDrive/Documents/GitHub/Li-CellTesting_Script/Internal_Main/Internal_Main.cydsn/CortexM0p/ARM_GCC_541/Debug/CyBootAsmGnu.o : C:/Users/Crowling/OneDrive/Documents/GitHub/Li-CellTesting_Script/Internal_Main/Internal_Main.cydsn/Generated_Source/PSoC4/CyBootAsmGnu.s C:/Users/Crowling/OneDrive/Documents/GitHub/Li-CellTesting_Script/Internal_Main/Internal_Main.cydsn/Generated_Source/PSoC4/cydevicegnu_trm.inc C:/Users/Crowling/OneDrive/Documents/GitHub/Li-CellTesting_Script/Internal_Main/Internal_Main.cydsn/Generated_Source/PSoC4/cyfittergnu.inc
C:/Users/19255/OneDrive/Documents/GitHub/Li-CellTesting_Script/Internal_Main/Internal_Main.cydsn/CortexM0p/ARM_GCC_541/Debug/CyBootAsmGnu.o : C:/Users/19255/OneDrive/Documents/GitHub/Li-CellTesting_Script/Internal_Main/Internal_Main.cydsn/Generated_Source/PSoC4/CyBootAsmGnu.s C:/Users/19255/OneDrive/Documents/GitHub/Li-CellTesting_Script/Internal_Main/Internal_Main.cydsn/Generated_Source/PSoC4/cydevicegnu_trm.inc C:/Users/19255/OneDrive/Documents/GitHub/Li-CellTesting_Script/Internal_Main/Internal_Main.cydsn/Generated_Source/PSoC4/cyfittergnu.inc

C:/Users/Crowling/OneDrive/Documents/GitHub/Li-CellTesting_Script/Internal_Main/Internal_Main.cydsn/Generated_Source/PSoC4/CyBootAsmGnu.s :
C:/Users/19255/OneDrive/Documents/GitHub/Li-CellTesting_Script/Internal_Main/Internal_Main.cydsn/Generated_Source/PSoC4/CyBootAsmGnu.s :

C:/Users/Crowling/OneDrive/Documents/GitHub/Li-CellTesting_Script/Internal_Main/Internal_Main.cydsn/Generated_Source/PSoC4/cydevicegnu_trm.inc :
C:/Users/19255/OneDrive/Documents/GitHub/Li-CellTesting_Script/Internal_Main/Internal_Main.cydsn/Generated_Source/PSoC4/cydevicegnu_trm.inc :

C:/Users/Crowling/OneDrive/Documents/GitHub/Li-CellTesting_Script/Internal_Main/Internal_Main.cydsn/Generated_Source/PSoC4/cyfittergnu.inc :
C:/Users/19255/OneDrive/Documents/GitHub/Li-CellTesting_Script/Internal_Main/Internal_Main.cydsn/Generated_Source/PSoC4/cyfittergnu.inc :

Loading