]> git.sur5r.net Git - openocd/commit
dsp5680xx fix FM clk
authorRodrigo L. Rosa <rodrigorosa.LG@gmail.com>
Wed, 20 Jul 2011 03:03:08 +0000 (20:03 -0700)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Tue, 9 Aug 2011 18:07:46 +0000 (20:07 +0200)
commite8543de820ac28db80eb9c22523cd5ee043ee0e9
tree6b20032e50283d1acc55ab0025c2abb6a6d879e1
parentba68ae8bd51e1430f64fcc606a5c272cef5dabc9
dsp5680xx fix FM clk

before doing anything with the flash module (FM) the clock divider must be set.
if erase_check was the first thing done with the FM after reset then an error would be generated because the clk divider was not set.
now erase_check sets the clk divider.
src/target/dsp5680xx.c