• Trouble with the ADC on Phillips LPC934
    Hello, I'm having trouble getting the ADC1 interrupt to work while emulating and LPC934. I'm using the following settings: ADMODA = 0x10; // fixed channel single conversion ADMODB = 0x80; //...
  • DSP
    Hi all In case there is need to filter the analog input to an analog port what is the best approach ? Adding external filtering circuits or using dsp libraries in the code? Thanks Elico
  • Trouble with Emulator
    I am using Emulator Phillips PDS51-MK2A motherboard and PDB66x-Rx2 daughtboard, Keil uVision2 compiler and I can't load Object file OMF51.There is a message when I load the object file:"unknown OMF record...
  • STM32cubeMX -- CMSIS DSP
    Hello, I'm using Cube32MX and STM32F4x devices. I undertand how to use the CMSIS DSP library *when creating a new project*. But how to add the DSP lib to an existing project created by cubeMX...
  • ADC
    What is the difference between Serial ADC and Parallel ADC?