-
Notifications
You must be signed in to change notification settings - Fork 34
Add cy8cproto 062 4343w #70
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
Thanks for your changes. |
@maclobdell can you resolve the merge conflicts? |
update cy8cproto bootloader file name add cy8cproto to list, rearange configs rearrange cy8ckit-062-4343w configs
d92012e
to
6039ed3
Compare
build-only |
"target.bootloader_supported" : true, | ||
"target.mbed_rom_start" : "0x10000000", | ||
"target.mbed_rom_size" : "0x00200000", | ||
"target.sectors" : [[268435456, 512]] |
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.
@maclobdell the last four fields suggest that the Mbed OS support/configuration is not fully ready yet?
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.
it is true that these should probably be added to target.json. I can request Cypress do that or make a PR myself. the last three are needed because there is not a CMSIS pack for this target. Are you okay to accept these configurations now, if we work to move them to a better location later?
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.
I think its fine. Just wanted to understand the background better.
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 @maclobdell
I am on MBED-os 5.15.0
I had all the configuration done as stated above for CY8CPROTO_062_4343W board.
Same bootloader and same configuration in mbed_app.json but while building I am having below errors.
Using ROM regions bootloader1, bootloader2, header, application in this build.
Region bootloader1: size 0x1400, offset 0x10000000
Region bootloader2: size 0xa400, offset 0x10002000
Region header: size 0x70, offset 0x1000c000
Region application: size 0x1f3c00, offset 0x1000c400
Configuration error: Bootloader not supported on this target. RAM start not found in targets.json.
Am I missing anyrhing?
Add support for the Cypress PSoC6 Prototyping board (CY8CPROTO_062_4343) using internal flash for both kvstore an update storage.
This replaces #37.