Posted on April 22, 2007 at 14:35Hi, 1. Am I need to add a code at startup that will copy from code_id to code_i ? what about after remaping thr ram ? 2. Am I need to copy DATA_ID at starup ? Thanks Nir
Posted on April 22, 2007 at 11:44Hi Najoua, 1. I use IAR function #define FLASH_B1F0 0x00010000 #define FLASH_B1F1 0x00020000 FLASH_WritePrConfig( FLASH_B1F0 | FLASH_B1F1 ,DISABLE); 2. When I declare __ramfun my application stop working, even that I...
Posted on April 22, 2007 at 11:36Hi, I added __ramfunc decleration to the flash functions. Even so in the ''MAP'' file, flash functions are located in the RAM. As I understand flash functions should be located in the ROM and only after the first cal...
Posted on April 19, 2007 at 11:45Hi, I am working with STR712 IAR environment. I have a bootloader at sector B0F0 I success to burn my application.The application starts at sector B0F1 . If I change the switches + reset, the application is running a...