Posted on July 07, 2006 at 12:47Hello, I have the same problem. I load code in Bank1, but when I execute it the variables don't be initialised. Where must I write ''B __main'', in 71x_init.s file? Thanks Here is my scatter file: BANK0 0x40000000 { ...
Posted on June 28, 2006 at 04:06It doesn't function. The compiler returns an error message. Here is the scatter file: BANK0 0x40000000 ; for bank0 of flash { FLASH_B0 0x40000000 { 71x_vect.o (Vect, +First) 71x_init.o (Init) * (+RO) } RAM_0 0x...
Posted on June 27, 2006 at 13:16I want to copy the functions of a file (read only code) in the bank1 of STR710 internal flash. The internal variables of this file (read-write data) must be copied in the RAM of STR710. For this I use this scatter fil...
Posted on June 22, 2006 at 07:38Hello, I want to load and execute my program in bank0 and bank1 of internal flash. Some files must be copied in bank0 and some files in bank1. For this I must split code in two parts using the scatter file. Did somebo...