• multi channel weighing
    Hi, I am developming a multichannel(4-channels) weighing system. Thinking of multiplexing each channel to cs5560 Adc. please give any sggestions for the same.
  • programming of 12 channel temperature scanner
    sir can you give me the programming of 12 channel temperature scanner i can't understand what to do.. plz help me... thanks mital
  • Multi Channel ADC not working
    I am trying to implement the multi channel ADC in LPC1768 by interfacing it with the 3axis accelerometer.Basically am fetching the data from the sensor and sending it to a android application using a...
  • MOV PORT, A not working appropriately.
    I'm running this code: ;; Test 8 operations MOV R0,#08 LOOP: MOV A,P2 JB P1.1, L RR A JMP CONT L: RL A CONT: MOV P2,A MOV P2,A DJNZ R0,LOOP END And when I execute (MOV P2,A) it just...
  • STM32F746-Multi channel ADC with DMA Problem
    Hello, I am trying to implement multi-channel adc with dma. I am using STM32F746 Discovery Board. But seems not working. Here is my initialization functions : First, here is my buffer that fills...