Posted on August 06, 2008 at 12:44We use the ST10F276 with internal flash for CODE. We have a protected boot block with the ability to erase the application code area and to download a new application over RS232 or CAN. When downloading an applicati...
Posted on November 15, 2007 at 10:38I am useing the ST10F276Z5Q3 in an automotive application running at 40MHz. We appear to be experiencing occasional corruption of the iFLASH (where our code resides). Within my application I do not have any code t...
Posted on November 14, 2007 at 07:14When you have applied WRITE protection (NOT access protection) to a block of iFLASH. If you now want to UNPROTECT this block, you writes ONES to the block control bits and use the 'set protection' command. I find ...
Posted on November 14, 2007 at 07:06When you write to the iFLASH in boot mode you have to add 0x0001'xxxx to the address you are writing to (see page 27 of the st10f276 superset manual (near table 4). This may be the problem. Bob