• Interfacing AT89C5130A with ADS7844(adc)
    Hey all, I have a problem reading the data from the ADC. I send (in SPI) and order to the ADC to read the analog data from CH0, by using scoop on DOUT pin (the digital data that the ADC sampled streams...
  • Auto reset when changing DHCP and Passive
    using mdk 4.72.10.0 device lpc2388 after two years I finally upgraded to the latest keil mdk everything works except for this strange anomaly. if I change the IPMode (between Dhcp and Static...
  • auto segment too large
    i get the error "main() auto segment too large" for the given program which should be run on atmet 89c51 how to fix it thanks......... #include <reg51.h> void Delay(); char serialsend(char []...
  • Auto calculation of array size
    Dear all, For some reason, I need to declare an array like that #define STRING2_DESCRIPTOR_LENGTH 16 BYTE code product_string_descriptor[] = { STRING2_DESCRIPTOR_LENGTH, 0x03, 'U', 0x00, 'S...
  • P89LPC932 Auto Buad Detect
    My project uses a P89LPC932 @ 11.0592 MHz and CCLK equal to Fosc (11.0592MHz). UART uses BGRG1:BGRG0 as Baud Rate Generator. Buad = CCLK/((BRGR1,BRGR0)+16) I want to mensurate width of pulse...