[B_L4S5I_IOT01A] update to support OCTOSPI#3
Merged
Conversation
L4S5 IOT kit has octospi feature to access the hw mx2556435f the 64-Mbit Quad-SPI Flash memory from Macronix Signed-off-by: Francois Ramu <francois.ramu@st.com>
Contributor
Author
|
sketch : demo *********************** Memory Test ***************************** Init : OK |
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Several part of code are the same except HAL API name. Create generic function names to map on the correct one. Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
- Remove useless comments - Apply Astyle Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Member
|
@FRASTM, as discussed, I've add capabilities to dynamically define the QUADSPI or OCTOSPI to used. Tested with Core version 1.9.0 and master with updated pinmap arrays using B-L475E-IOT01A and B-L475E-IOT01A. |
Contributor
Author
|
LGTM |
fpistm
approved these changes
Sep 11, 2020
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.
L4S5 IOT kit has octospi feature to access the hw mx2556435f
the 64-Mbit Quad-SPI Flash memory from Macronix
Takes code from the ./STM32CubeL4/Drivers/BSP/B-L4S5I-IOT01/stm32l4s5i_iot01_qspi.c/.h
requires stm32duino/Arduino_Core_STM32#1163