Added .dma_buffer to bypass DTCM#291
Open
MasterUser43 wants to merge 7 commits into
Open
Conversation
19 tasks
Member
|
Please pull up the driver and lib submodule pointers so I can see the CI results after all three PRs. |
Implemented as part of testing/reviewing Isahi's PR. If you don't like this implementation on your branch, feel free to revert.
Member
|
CI fails associated with this PR appear to be due to a mismatch between the base versions of FCF and driver (e.g. driver is older than FCF & mod and does not supply a utility that FCF is expecting). Recommend either rebasing against the tip of main on each of your branches OR merging the tip of main into each of your branches. Referencing: https://github.com/SunDevilRocketry/Flight-Computer-Firmware/actions/runs/28071241931/job/83106046527?pr=291 |
Author
|
This is what I get for moving from laptop to laptop to computer repos. Still await slightly more changes w/ IMU, should at bare, compile with rev3. |
This file contains hidden or 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
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 PR updates the STM32H7 linker script (LinkerScript.ld) to define a .dma_buffer section allocated in the RAM_D2 memory.
This change is required because the STM32H7's DTCM RAM is unreachable by the DMA1 and DMA2 controllers.
Honestly, this is more as a reminder in the future for proper IMU function Rev 3.
Issue Link
Child PR, Parent PR:
Testing
If a non-automated test was executed that provides an artifact, please attach below (e.g. flash extract data).
Other
Leave any additional notes here
Reviewer Checklist
Standards
Accuracy
Error Handling
Memory
Performance