Skip to content
This repository was archived by the owner on Feb 14, 2021. It is now read-only.
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
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# msg-obc-software
Segger development for the OBC executable

13/06/2019
13/06/2019 - OBC 0.1
Compilation has begun to yield fruit. The build is generating .o files, meaning we are nearing the final stages of clean up to obtain a binary file. After this, we may need to perform tests and modify the binary accordingly.

14/06/2019 - OBC 0.2
Managed to get through the Floating Point Unit errors on files "arm_abs_q15.c", "arm_abs_q31.c", "arm_add_f32.c", and "arm_abs_f32.c" by defining
`
#ifndef __FPU_PRESENT
#define __FPU_PRESENT 1
#endif
`
inside the file "core_cm4.h", right below
`
#ifndef __CORE_CM4_H_GENERIC
#define __CORE_CM4_H_GENERIC
`

This helped us compile more than 500 files, thus the size of the zip will be larger by that amount of files.
Regarding errors, I am now getting "Conflicting types for 'HAL_DMA_PollForTransfer' " in the file "stm32f4xx_hal_dma.c". I am investigating how to proceed from here

Note that the compression has been changed from '.zip' to '.7z' as the resulting file is smaller.
Binary file added Test_3.7z
Binary file not shown.