Posted on May 17, 2011 at 09:51I changed my code following the KEIL's instruction before, but i could not attached at that time. Now, i attached it. The .h files are in standart libarary location, it is correct. But when i want to compile ''real'' p...
Posted on May 17, 2011 at 09:51mikhailm, i follow the KEIL's instruction: http://www.keil.com/support/docs/3347.htm Then i can boot from bank1. My iap application is working from bank1 now. (i attached it before in this title.) I also have to ask KE...
Posted on May 17, 2011 at 09:51mikhailm, thanks your reply. You are exactly right. But i am using the limited (free) version of uVision. So i did not read in flash. And when booting bank1 i can not use debugger.
Posted on May 17, 2011 at 09:51i read the keil's ram usage and changed my iap code... http://keil.com/support/docs/3228.htm the uploaded prog. has not worked yet. but i did not consider the config of the prog. which i want to upload ? now, i dont kn...
Posted on May 17, 2011 at 09:51Hi again, i changed something and i can upload the .bin file now. The changes * options -> target -> code generation -> thumb mode (I was trying in ARM-Mode before) * Disable the PLL and change the PLL_PDIV from 2 to 3...