]> git.sur5r.net Git - openocd/commit
kinetis: ensure flash writes are not truncated
authorChristopher Kilgour <techie@whiterocker.com>
Sat, 7 Jul 2012 23:47:06 +0000 (16:47 -0700)
committerFreddie Chopin <freddie.chopin@gmail.com>
Wed, 29 Aug 2012 06:25:41 +0000 (06:25 +0000)
commit4c3972c1df759564343aa63a424f7791a8ab9b19
tree5491ee18d0ccc274e5be8df751ae729e03b7d263
parent09f9596ae0cfb70a6ddceefd144b0e892a984b16
kinetis: ensure flash writes are not truncated

The number if longwords or "sections" (Freescale term) written for a Kinetis
flash write (4, 8, or 16 bytes depending on the part density/granularity) are
now rounded up to ensure there are no truncations when the desired write is
not a multiple of the minimum write size.

Change-Id: I8db40a8769d8ac5393a46cbf4e5ff0df82faf916
Signed-off-by: Christopher Kilgour <techie@whiterocker.com>
Reviewed-on: http://openocd.zylin.com/738
Tested-by: jenkins
Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
src/flash/nor/kinetis.c