Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by milinds.747

  1. M

    sampling adc data on psoc

    100kS/s is the sampling rate. Code: #include <project.h> #include "stdio.h" int i = 0; uint8 i_arr[10]; uint8 tx = 0; int main() { CyGlobalIntEnable; // Enable global interrupts UART_Start(); ADC_Start(); ADC_StartConvert(); while(1) { //obtain 10 values from...
  2. M

    sampling adc data on psoc

    ADC sampling Rate = 1,00,000 Resolution = 8 bits Input Voltage Range = 0 to 2V
  3. M

    sampling adc data on psoc

    I am making an oscilloscope using Cypress PSoC 3. The sample data is sent to the computer and plotted. The ADC is used in single ended configuration. Whenever I connect the signal generator to the board, it throws a lot of garbage values to the UART. On the signal generator, the amplitude set is...

Part and Inventory Search

Back
Top