EmbDev.net

Forum: ARM programming with GCC/GNU tools Define second flash bank in STR75x


von Jack P. (jakbird)


Rate this post
useful
not useful
The STR750 has two flash banks, one at 0x20000000 and a second,
independent bank at 0x200c0000.  The OpenOCD examples show how to define
the first bank, but it isn't clear how the second flash bank is defined.

flash bank str7x 0x20000000 0x00040000 0 0 0 STR75x

works for the first 256KB bank, but for the second 16KB bank I tried:

flash bank str7x 0x200c0000 0x00004000 0 0 1 STR75x

which returns an error of missing target 1.  Does OpenOCD support a
second flash bank for this CPU?

Please log in before posting. Registration is free and takes only a minute.
Existing account
Do you have a Google/GoogleMail account? No registration required!
Log in with Google account
No account? Register here.