-
Notifications
You must be signed in to change notification settings - Fork 100
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
Dev/add secure rom bl host example #316
Conversation
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.
Looks good!
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.
Looks good. Just found a minor typo.
The Analog Devices Inc. (ADI) secure microcontroller has special bootloader, it is called as "Secure ROM Bootloader" | ||
this bootloaders provide firmware update function by secure way. The security related staff is handle by SDK and SDK tools. |
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.
Period and capitalization typo, each line is a sentence.
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.
Thanks updated.
The Analog Devices Inc. (ADI) secure microcontroller has special bootloader, it is called as "Secure ROM Bootloader" | ||
this bootloaders provide firmware update function by secure way. The security related staff is handle by SDK and SDK tools. |
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.
Period and capitalization typo, each line is a sentence.
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.
Thanks updated.
I remember around early December or so, the "BLE Examples Test" action was getting updated. I'm not sure what the status of that action is now. |
I merged main into this so it can have the latest changes of CI. which will only test BLE devices if changes where made to physical layer, or its library or its examples. |
on MAX32660 and MAX32670 MCU This example demonstrate how to communication with secure ROM BL Signed-off-by: Sadik.Ozer <sadik.ozer@analog.com>
Signed-off-by: Sadik.Ozer <sadik.ozer@analog.com>
#316 Signed-off-by: Sadik.Ozer <sadik.ozer@analog.com>
c6d7cf2
to
ffea95a
Compare
@Jake-Carter @sihyung-maxim may it to be merged (if there is not any open item)? |
MSDK-975: Add secure ROM bootloader host example on MAX32660 and MAX32670 MCU This example demonstrates how to communicate with a secure ROM BL.
MSDK-975:
Added secure ROM bootloader host example on MAX32660/MAX32670/MAX32570 MCU
This example demonstrate how to communication with secure ROM BL
MAX32660/MAX32670/MAX32570 FW tested with
Related PR#7
Signed-off-by: Sadik.Ozer sadik.ozer@analog.com