• const data is always initialized
    Hi, I have a product with some ROM containing some constant data and regular flash to keep code. I would like to declare a data structure in my program to access the data in ROM and I have tried...
  • What means 'LPC1343 Flash.BAT'?
    Hello, every time when I build my u-Vision project appears a .BAT file in the project folder. For example: I use u-Vision MDK 4 basic. I develop the LPC 1343 from NXP. When I build the project I create...
  • What does '->' mean in keil ?
    Hi friends, I don't know what is the exact meaning of the expresion (->) in Keil? thanks for any idea.
  • Who initializes DATA variables?.
    Hi, Who initializes xxx variable?. static data UINT8 xxx=10; Is it STARTUP.A51?.
  • eeprom data initialization
    Hi, Is there any way to initialize EEPROM data except during running time ? Regards, Andre