- ColdFire 5282 - Flash programming
- Posted by Karol on October 17th, 2005
Hello,
I am trying to use ColdFire 5282 internal flash as a NV storage
for some process parameters. In order to make internal flash
writable, I have to remove write-protection bit in the FLASHBAR
register. However, I can not change the value of it!
I tried the following:
asm
{
move.l #0xf0000041,d0
movec d0,FLASHBAR
}
but my debugger shows no change of FLASHBAR contents, and the attempt of
writing to the flash gives always "Access Error Exception".
I use Metrowerks IDE version 5.6.1.1570, and for downloading/debugging
(BDM mode): USB ColdFire Multilink from P&E Microcomputer Systems.
Thank you for any help.
Piotr Bartkiewicz
Similar Posts
- Announce: Flash Menu Factory: Create web menus in Flash without programming. (Graphics & Designing) by info@epinoisis.com
- ColdFire 5282 - Flash programming (Microprocessors) by Karol
- Fast Development and Flash Programming for PPC and ColdFire (Microprocessors) by Chris Stephens
- H8S/2314 flash programming (Microprocessors) by almeida.luciano@gmail.com
- coldfire: how to use internal flash? (Microprocessors) by Günther Brunner

