• Converting Match Register
    Hi, I would like to know how can I convert period to frequency in arm processsod. My clock speed is 48Mhz and I am able to get user input use in TMR value unit of microsecond. But I need to change to...
  • PROBLEM IN TIMER MATCH REGISTER INTERRUPT.
    hi, I have written code that generate Interrupt on Timer-0 match.(LPC2138) But problem is that when I debuge the code in Keil Complier it does not go to ISR. I aslo use the Sample code from keil that...
  • No matching Core found
    Hai I am facing No matching core found selecting default core ARM7. I am not able to fuse program into my MCU ADuC 7026. Power supply voltage is 3.3 detected by JTAG. Using MiDAS Jlink emulator...
  • XDATA SIZE NOT MATCHING
    I am using compiler 7.06 to compile my project. From M51 file, my xdata is 0x3E5 (997) XDATA 03E3H 0001H UNIT ?XD?TVAV XDATA 03E4H 0001H UNIT ?XD?CCUTIL 03E5H 831BH *** GAP *** while end of...
  • LPC2138 timer1 match register int setting without ISR code
    I need three time period for onewire data reading. Without writing any ISR and can I get required time periods by polling M0, M1 and M2 match register interrup flags. Following code is what I am working...