- Notifications
You must be signed in to change notification settings - Fork1k
STM32H7B0VBTX board variant added to the boards#2387
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
I added this variant and tested everyhing works like expected for STM32H7B0VBT. I tested specificly for STM32H7B0VBT in my project but I added the other boards like in Add a new vatiant wiki. Please update the wiki the memory part should not updated like in wiki otherwise it is not working because of cortex m7 it need partial memories.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Hi@Aurentiaco35
Thanks for the PR.
About the Size in linker script, it should simply refers to the one defined in the boards.txt.
Then all generic variants have the correct value and can benefit of the offset feature.
In the boards.txt, the value of the RAM have to be updated to match the correct size used for Arduino, mainly when it is not contiguous.
The wiki, show a simple use case where only 1 FLASH and 1 RAM section are described.
Even the linker script can be updated, for example when RAM's are contiguous then only one with the full size can be defined.
Uh oh!
There was an error while loading.Please reload this page.
variants/STM32H7xx/H7A3V(G-I)(H-T)_H7B0VBT_H7B3VI(H-T)/ldscript.ld OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
variants/STM32H7xx/H7A3V(G-I)(H-T)_H7B0VBT_H7B3VI(H-T)/ldscript.ld OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
variants/STM32H7xx/H7A3V(G-I)(H-T)_H7B0VBT_H7B3VI(H-T)/generic_clock.c OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
variants/STM32H7xx/H7A3V(G-I)(H-T)_H7B0VBT_H7B3VI(H-T)/generic_clock.c OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
variants/STM32H7xx/H7A3V(G-I)(H-T)_H7B0VBT_H7B3VI(H-T)/generic_clock.c OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Frederic Pillon <frederic.pillon@st.com>Signed-off-by: Aurentiaco35 <140486360+Aurentiaco35@users.noreply.github.com>
…t.ldCo-authored-by: Frederic Pillon <frederic.pillon@st.com>Signed-off-by: Aurentiaco35 <140486360+Aurentiaco35@users.noreply.github.com>
…t.ldCo-authored-by: Frederic Pillon <frederic.pillon@st.com>Signed-off-by: Aurentiaco35 <140486360+Aurentiaco35@users.noreply.github.com>
Co-authored-by: Frederic Pillon <frederic.pillon@st.com>Signed-off-by: Aurentiaco35 <140486360+Aurentiaco35@users.noreply.github.com>
Co-authored-by: Frederic Pillon <frederic.pillon@st.com>Signed-off-by: Aurentiaco35 <140486360+Aurentiaco35@users.noreply.github.com>
Co-authored-by: Frederic Pillon <frederic.pillon@st.com>Signed-off-by: Aurentiaco35 <140486360+Aurentiaco35@users.noreply.github.com>
Co-authored-by: Frederic Pillon <frederic.pillon@st.com>Signed-off-by: Aurentiaco35 <140486360+Aurentiaco35@users.noreply.github.com>
Co-authored-by: Frederic Pillon <frederic.pillon@st.com>Signed-off-by: Aurentiaco35 <140486360+Aurentiaco35@users.noreply.github.com>
…_clock.cCo-authored-by: Frederic Pillon <frederic.pillon@st.com>Signed-off-by: Aurentiaco35 <140486360+Aurentiaco35@users.noreply.github.com>
…_clock.cCo-authored-by: Frederic Pillon <frederic.pillon@st.com>Signed-off-by: Aurentiaco35 <140486360+Aurentiaco35@users.noreply.github.com>
…_clock.cCo-authored-by: Frederic Pillon <frederic.pillon@st.com>Signed-off-by: Aurentiaco35 <140486360+Aurentiaco35@users.noreply.github.com>
Co-authored-by: Frederic Pillon <frederic.pillon@st.com>Signed-off-by: Aurentiaco35 <140486360+Aurentiaco35@users.noreply.github.com>
I commited these suggestions. Thank you for your help. |
I added space character as it in the test error Signed-off-by: Aurentiaco35 <140486360+Aurentiaco35@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM
I couldn't understand in that linkintor which part should I update? |
Nothing. The url probably down during the test. |
Aurentiaco35 commentedJun 4, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
So what should I do next is there anything that I can do? When you are going to merge and we will see these boards in IDE? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Please fix the last issue and squash all commit in one.
Uh oh!
There was an error while loading.Please reload this page.
And don't worry, I will merge it when last changes performed then it will be available within next release 2.8.0. |
Signed-off-by: Aurentiaco35 <140486360+Aurentiaco35@users.noreply.github.com>
Thank you for your info. And sorry about it. I missed that now I commit it. Thank you again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM.
483c954
intostm32duino:mainUh oh!
There was an error while loading.Please reload this page.
I added this variant and tested everyhing works like expected for STM32H7B0VBT. I tested specificly for STM32H7B0VBT in my project but I added the other boards like in Add a new vatiant wiki. Please update the wiki the memory part should not updated like in wiki otherwise it is not working because of cortex m7 it need partial memories.