• help calculating code size
    I get a message: Error: L6407E: Sections of aggregate size 0x1a968 bytes could not fit into .ANY selector(s). My stm32f has 4 selectors of 16 and one 64. Sector 0 is used for an emulated eeprom....
  • Timer0 Calculation
    Hello All, I am trying to have a function for the delay with the following code. But when executed, I do not get the delay of 1000 ms. Please advise where I am wrong. #include <lpc214x.h> void...
  • Delay Calculation
    Dear all I am using LPC2129 ARM controller. Plz... Explain how to calculate the Prescale value according to the required Time delay. I am using 11.0592Mhz crystal frequency, the VPBDIV configured...
  • HOW TO IMPLEMENT DEALY IN CODING
    I have written code for sensing input and then output port to respond. I want to add delay between the two actions. Can any one help me out.
  • Calculating the Stack Space and the code size
    1) Is there any method of determining whether the stack space allocated is enough for the program execution. 2) Is there any feature in UVision 2 to determing the code size generated by the hex file...