Skip to content

Commit 89fb6b5

Browse files
committed
Designed Generator function and application code
1 parent 9770dce commit 89fb6b5

28 files changed

+1664
-1028
lines changed

Debug/FLASH_W25Q64.elf

-407 KB
Binary file not shown.

Debug/FLASH_W25Q64.list

Lines changed: 0 additions & 786 deletions
This file was deleted.

Debug/Soft_RNG.elf

430 KB
Binary file not shown.

Debug/Soft_RNG.list

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

Debug/FLASH_W25Q64.map renamed to Debug/Soft_RNG.map

Lines changed: 359 additions & 219 deletions
Large diffs are not rendered by default.

Debug/Src/LED.o

-4 Bytes
Binary file not shown.

Debug/Src/SPI.o

-4 Bytes
Binary file not shown.

Debug/Src/SYSTICK.o

-4 Bytes
Binary file not shown.

Debug/Src/Soft_RNG.cyclo

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
../Src/Soft_RNG.c:5:13:TIM2_Init 1
2+
../Src/Soft_RNG.c:14:17:GetHardwareSeed 1
3+
../Src/Soft_RNG.c:19:17:GetLFSR 2
4+
../Src/Soft_RNG.c:30:17:GetXORShift 1
5+
../Src/Soft_RNG.c:39:17:GetFNVHash 1
6+
../Src/Soft_RNG.c:47:6:SoftRNG_Init 1
7+
../Src/Soft_RNG.c:53:10:SoftRNG_Generate 1

Debug/Src/Soft_RNG.d

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Src/Soft_RNG.o: ../Src/Soft_RNG.c ../Inc/Soft_RNG.h \
2+
..//Headers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
3+
..//Headers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xe.h \
4+
..//Headers/CMSIS/Include/core_cm4.h \
5+
..//Headers/CMSIS/Include/cmsis_version.h \
6+
..//Headers/CMSIS/Include/cmsis_compiler.h \
7+
..//Headers/CMSIS/Include/cmsis_gcc.h \
8+
..//Headers/CMSIS/Include/mpu_armv7.h \
9+
..//Headers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
10+
../Inc/UART.h
11+
../Inc/Soft_RNG.h:
12+
..//Headers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:
13+
..//Headers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xe.h:
14+
..//Headers/CMSIS/Include/core_cm4.h:
15+
..//Headers/CMSIS/Include/cmsis_version.h:
16+
..//Headers/CMSIS/Include/cmsis_compiler.h:
17+
..//Headers/CMSIS/Include/cmsis_gcc.h:
18+
..//Headers/CMSIS/Include/mpu_armv7.h:
19+
..//Headers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h:
20+
../Inc/UART.h:

0 commit comments

Comments
 (0)