Skip to content

Conversation

lrusinowicz
Copy link
Contributor

Description

PDL Flash API requires that the data buffer is 32-bit aligned, otherwise
programming can hang. Buffer declared as uint8_t array is not always
properly aligned, e.g. with gcc 6 when -Os option is used.

Pull request type

[x] Fix
[ ] Refactor
[ ] Target update
[ ] Functionality change
[ ] Docs update
[ ] Test update
[ ] Breaking change

Reviewers

Release Notes

PDL Flash API requires that the data buffer is 32-bit aligned, otherwise
programming can hung. Buffer declared as uint8_t array is not always
properly aligned, e.g. with gcc 6 when -Os option is used.
@0xc0170
Copy link
Contributor

0xc0170 commented Apr 17, 2019

CI started

@mbed-ci
Copy link

mbed-ci commented Apr 17, 2019

Test run: SUCCESS

Summary: 11 of 11 test jobs passed
Build number : 2
Build artifacts

@0xc0170 0xc0170 merged commit fc12229 into ARMmbed:master Apr 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants