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 matise

  1. M

    Simple bandpass filter, problems

    Mmm, you were wright. I tried different values up to 47p and it come closer to the correct bp-freq. Great. I learned something! :)
  2. M

    Simple bandpass filter, problems

    This is so weird. I build this simple bpfilter. I used t50-6 amidon. I want it for 18.1 Mhz. So, in spice its perfect with either 3300pf and 24nH... Or 2200pf and 35nH. (2 or 3 turns, inductor). I tried both. As you se it works over 18 Mhz in spice but then i build it for real the bandpass...
  3. M

    [ARM] stm32f3, writebit, but no signal out. why?

    I need to send a series of bits, one at at time throu GPIOc port c6-c9. I will show you the part of code that is intresting here. I will use this ports: PC9 - W_CLK PC8 - FQ_UD PC7 - DATA PC6 - RESET I use push pull and speed 2 MHz. GPIO_InitStructure.GPIO_Mode = GPIO_Mode_Out_PP...
  4. M

    [ARM] coocox, project-window and files. But were?

    "Makefile", "ST7735.c", "ST7735.h", "glcdfont.c", "main.c", "spi.c" and "spi.h" is files i want to put in my project-window in coocox... Files i found on github that are only to download and get my lcd runing. But were to put them? There is "cmsis" and "startup"-folders and also "include" and...
  5. M

    [ARM] stm32f100 and dds ad9850, take a look at this code. problem.

    that dds just doesent work. Have i done something wrong with my code? Anyone? Any ideas? #include <stm32f10x.h> #include <stm32f10x_rcc.h> #include <stm32f10x_gpio.h> int main(void) { GPIO_InitTypeDef GPIO_InitStructure; RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOC , ENABLE); //...

Part and Inventory Search

Back
Top