• 'RESET' isn't working in the uVison4
    Hello, I'm debugging in the uVISION4 and ULINK2 environment. When I issue the RESET command or icon, the PC is still unchanged. Please comment with me what is wrong in here. thanks,
  • keil for arm :why there isn't timer2 and 3?
    ladys and gentlemen: How are you? I use LPC2103 for my project.When I use keil for arm 3.02a with simulator ,I found that 1. there isn't timer2 and 3, 2. I can't find the register PWMCON 3. I...
  • type.h isn't anywhere to be found...
    Hi - I'm looking at the adc demo code for the MCB1700 (adc.c and .h, adctest.c, etc.) Each of the files includes type.h, but I cannot find that file anywhere. The typedef referenced in type.h was...
  • ADC conversion at maximum speed
    I need to sample two analog signals "simultanueosly" at 100 ks/s minimum using a LPC4337 How can I do that? Regards
  • Enum isn't recognized in prototype
    Hi, I'm about to pull my hair out. I have a enumerated type in a file called iap_tools.h that looks like this: enum ChipType { master_chip, slave_chip, comm_chip }; I have a function...