Posted on July 06, 2006 at 03:20I get following error when I try to load my realview debugger...any ideas? Q0560E: RVD IDE Support: An error occurred during RVIME initialisation: Q0557E: Security faliure - dongle was accessed without lock. Specify t...
Posted on May 11, 2006 at 03:28I figured it out, rather than using B main, I had to use B __main. It works. All the variables are initialised now. Can some one explain the difference?
Posted on May 10, 2006 at 04:57When I run program from ram, all the variables are initialised. When I run program after scatter loading ie: from flash, what’s copied to ram is not initialised. How do I make the variables initialised? when I boot l...
Posted on April 18, 2006 at 21:57ok how do I initialise some thing like this when writing it to flash? looks like what i read from flash is non initialised data. const struct sDatabaseEntry { char cName[16]; //nameLength char cValue[12]; //valueL...
Posted on March 30, 2006 at 20:56 This is my MMAP Image Entry point : 0x40000000 Load Region FLASH (Base: 0x40000000, Size: 0x0000677c, Max: 0x00040000, ABSOLUTE) Execution Region FLASH (Base: 0x40000000, Size: 0x00005db4, Max: 0xffffffff, ABSOLU...