-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stuff for the high altitude flight (HAF) #123
Draft
PatrickKa
wants to merge
87
commits into
master
Choose a base branch
from
mft
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Also refactor a little bit.
Also improve some print statements.
This is necessary to test the foto and sensor program which have program IDs > 9 and timeouts > 99.
The missing return statement seems to have caused the program to freeze (no compiler error though). At the moment, reading the PartInfo does not work correctly, the value 0xFF is read continuously.
It is now possible to send a GFSK test transmission with 9600 baud.
The RF-EDU issue is acutally an issue between all SPIs and UART1. When an SPI is initialized the default value for the NSS pin (GPIO_INVALID) is not handled correctly and sets PA15 to the alternative function AF05. This fucks up the configuration for UART1 where we use PA15 as TX pin.
Mainly remove unused or commented out code, the EPS charging pin stuff, and the LED pin.
PatrickKa
changed the title
Stuff for the mountain field test (MFT)
Stuff for the high altitude flight (HAF)
Aug 26, 2023
The EDU enable pin is active low or high depending on the version, so the implementation of edu.TurnOn() and edu.TurnOff() depends on the version as well.
This reverts commit 71fc2ee.
Previously the LED was only on if all IDs matched but it is of course more useful to know this information separately for all 3 peripheral devices (flash, FRAM, RF).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This branch will most likely not be merged. It is used to build a special COBC SW just for the HAF.
I turned the branch into a PR because the automatic checks and builds are nice.
Edit: Update from MFT to HAF.