Posted on April 29, 2008 at 17:29I am having trouble programming the ST10F252 on the evaluation board with the ST10Flasher ver. 2.4B. The Flasher will load the monitor, but the target CPU says ''ST10 no flash'', and any commands involving reading or...
Posted on November 26, 2007 at 19:12I have fixed the problem; it seems that the jump to the copied function was not working, although I'm not sure why. Rather than copying the erase routine and jumping to it, I hard-coded it to bank 3 of Flash and s...
Posted on November 15, 2007 at 13:44Hello Najoua, Thank you for your reply. You were right, the location is not getting erased. I believe my erase function for the problematic sector of Flash follows the protocol specified by the datasheet. It is me...
Posted on November 13, 2007 at 19:04I am working on a bootloader to program a hex file into Flash. The bootloader is written for the ST10F276 using Keil. I erase all XFlash and IFlash (except block 0 of bank 0, because that contains the bootloader) ...