-
Notifications
You must be signed in to change notification settings - Fork 3k
Adding STM32_F439 as a new MTB target #10133
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
Conversation
@ashok-rao, thank you for your changes. |
Quick note: For GT tests, I've used IAR 8.32.1 & ARMC5. |
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.
ARMC5 - had your own config to override it ? This target would support ARCM6 by default (inherits it).
targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/TARGET_MTB_STM32_F439/system_clock.c
Outdated
Show resolved
Hide resolved
Maybe description needs to be updated: "Adding STM32_L475" ? |
Files are being added to |
@jeromecoutant @0xc0170 : Description error, now corrected. Thanks, good catch! |
@jeromecoutant : General question on clock configuration, do you use STM32CubeMX to generate the clock configs or are these done manually for each of the targets? |
Yes, I am using CubeMX tool to check if there are no "red" values for all prescalers values. |
MCO pins are not brought out on MTB / MCB design.
|
CI started |
Test run: SUCCESSSummary: 13 of 13 test jobs passed |
Description
Adding STM32_F439 MCU only (on a Module Carrier Board) as a new MTB target. This will be used as a base MCU for upcoming cellular MODEMs and other connectivity Module Expansion Boards (MEB).
Greentea logs attached below:
MTB_STM32_F439_GT_Logs_ARMCC_Pass.txt
MTB_STM32_F439_GT_Logs_GCC_Pass.txt
MTB_STM32_F439_GT_Logs_IAR_Pass.txt
Pull request type
Reviewers
@0xc0170 @jeromecoutant @cmonr
Release Notes