• Algorithm clarification
    I am writing code to calculate the baud rate registers for UART1. There is a flow chart on page 336 of the manual that I am using as a guide. There is a block that says: int(PCLK / (16 * BR * FREST...
  • AT89C51RE2 clarification
    hello, According to the AT89C51RE2 datasheet, the uC have 2 UART. but in the uVision V3.33 debugger peripherals i dont see that i have 2 UART to work with. why ? thanks in advance nir
  • Simulator clarification
    Hai When simulating, keil IDE Skips some bit manipulating instructions.I think there is some point in that which I cannot locate.please pont out Roy Thomas
  • Hardware clarification on LPC3250(ARM926ejs)
    Hi all, As per the user manual of LPC-3250 ,we can clock out PERIPHERAL CLOCK on Test_clk1 pin for testing purpose. My Question is : Can we use this clock, as a clock source for some other device...
  • Flash memory clarifications
    Hi , I have some data recived in .hex format file from serial port and i need to store this data in flash permenantly and i will access this data when ever required. Please guide me How can...