2007-07-24 09:20 PM
Keil write COULD NOT STOP ARM DEVICE
2011-05-17 12:40 AM
I have tried uploading from bank 1. I forgot to set bit in the STR9xCFG.s file.
Now i can not reprogram the STR911.Keil write COULD NOT STOP ARM DEVICE. Anyone knows how to correct this?2011-05-17 12:40 AM
2011-05-17 12:40 AM
I tried to do steps writen on
in addition my KEIL Version is 3.04(This sequence is implemented in UL2ARM.DLL V1.20a or higher which is part of MDK-ARM Version 3.02.).It not help. And i tried to do just full erase -> i receive COULD NOT STOP ARM DEVICE. Is it means that i must to change the chip on the board ? Please somebody help me!!!!!!!!!!!!!!!! Pliiizzzzzzzzzzzzzzzzzzzzzzzz!!!!!!!!!!!!!!!2011-05-17 12:40 AM
Ibtissem . I have read your detailed explanation of how to boot from bank1.
In this part: The most important options are: - BBSIZE 0x32K - BBADDR 0x0 - NBBSIZE 0x512K - NBBADDR 0x80000 (and NOT 0x400000!) - NBBADDR is not obligatory to be 0x80000 Its better to set it -> 0x8000 (32 kb from 0x0) Am i right? Please check it and answer me. Simply I afraide of STR911.2011-05-17 12:40 AM
Keil ARM MDK 3.05 is now valid, may be, erasing a not responding
device is is working only with this newer version, you can download mdk 3.05 from the Keil homepage. [ This message was edited by: Barricade on 28-03-2007 13:59 ]2011-05-17 12:40 AM
A second possibility is to use the ST tool CAPS with
a ST flashlink adapter. Booth solutions worked for me.2011-05-17 12:40 AM
Written on chip :
ARM STR911F M44X6 HPAEW VG KOR HP 620 ST2011-05-17 12:40 AM
Additional information:
I work with boards developped by firm i work in. And we tried 2 boards and make the same mistake twise(forget to set bit CSX (may be because STR91xCFG.s was not added to new project)). The problem is exist on 2 boards. Both boards show the same response.2011-05-17 12:40 AM
Hello ibtissem,
thanks for help. Another question: BBADDR is obligatory to be 0x0 or it is possible to use another value in some situations? Simply i do not anderstand why we have opportunity to change BBADDR.