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 Andy_P

  1. A

    Problem with simulating PWM on AVR STUDIO 4

    AVR STUDIO4 and PWM I am trying to simulate PWM on AVRSTUDIO 4, using the timer0 of ATMEGA8535. All works except the setting or clearing of pin OC0 which is PB3 in this case. this is the relevant part of the program: void port_init(void) { PORTA = 0x00; DDRA = 0x00; PORTB = 0x00; DDRB =...
  2. A

    Using SPI on AVR without losing ISP functionality

    Can I use SPI circuits (i.e.) memories and not loose ISP functionality since same pins are used, or do I need to switch in an AVR application?

Part and Inventory Search

Back
Top