Posted on July 12, 2006 at 06:28Hi Zouhair, thanks for the information. Let me recapitulate: from vector_begin to vector_end are 48 Addresse * 4 Byte = 192 (0xC0). So I have to copie the first 192 Byte from my application to RAM-mapped Address 0x00....
Posted on July 11, 2006 at 06:24 Hi, sorry I wasn't clear in my posting. Keil do some modifikations at the ST-Lib to have easier use. We use the Keil ST-Lib with the Keil Startup file. If I want to use the original ST-Lib I have a lot of work ...
Posted on July 10, 2006 at 13:46Hi Zouhair, I have check the Example. The problem is that Keil use an own Startup file (STR71x.s) which I can't replace with your 71x_init.s and 71x_vect.s and that means I can't use your scatter file. Now I have runn...
Posted on May 31, 2006 at 06:24Hi, I have similar Problems with running bootloader and application. My application starts at 0x40008000 and no Interrupt is working. I have contact Keil support and the tell me, that I have to do the vector remapping ...