Author Topic: Dev board  (Read 4537 times)

0 Members and 1 Guest are viewing this topic.

Offline House91320Topic starter

  • Regular Contributor
  • *
  • Posts: 176
Dev board
« on: November 08, 2010, 12:52:23 am »
Hello i am working a a dev board based on the dsPIC30F4013 and because this is my most complicated schematic i was wonder if you the eevblog forum could check it. https://www.eevblog.com/forum/index.php?action=gallery;sa=view&id=12
 

Offline allanw

  • Frequent Contributor
  • **
  • Posts: 343
    • Electronoblog
Re: Dev board
« Reply #1 on: November 08, 2010, 01:18:19 am »
Needs more caps. It's good practice to put one cap per supply rail. ie. you'll want separate ones between pins 11 and 12, pins 20 and 21, pins 31 and 32, pins 39 and 40. AVDD should not be connected through a resistor.

Also the connections on SV6 should have junctions. I'm not sure if they're being made.

You'll want a pull-up resistor on the reset pin.

All of these things should be covered in some appnote or reference schematic.

Looks mostly good other than that though.
 

Offline EEVblog

  • Administrator
  • *****
  • Posts: 37742
  • Country: au
    • EEVblog
Re: Dev board
« Reply #2 on: November 08, 2010, 01:27:31 am »
Why do you have two +5V voltage regulators?

Dave.
 

Offline JohnS_AZ

  • Frequent Contributor
  • **
  • Posts: 499
  • Country: us
    • About.me
Re: Dev board
« Reply #3 on: November 08, 2010, 01:54:03 am »
You have the power coming into J1 on the ring instead of the tip (center) ... does that actually match your power source?
I'm either at my bench, here, or on PokerStars.
 

Offline House91320Topic starter

  • Regular Contributor
  • *
  • Posts: 176
Re: Dev board
« Reply #4 on: November 08, 2010, 02:28:55 am »
no its a 5v and a 3v
 

Offline House91320Topic starter

  • Regular Contributor
  • *
  • Posts: 176
Re: Dev board
« Reply #5 on: November 08, 2010, 03:36:36 am »
thank you for the help i have fixed the problems
 

Offline EEVblog

  • Administrator
  • *****
  • Posts: 37742
  • Country: au
    • EEVblog
Re: Dev board
« Reply #6 on: November 08, 2010, 04:25:32 am »
no its a 5v and a 3v

Then you have your labeling wrong, they are both labeled 5V

Dave.
 

Offline House91320Topic starter

  • Regular Contributor
  • *
  • Posts: 176
Re: Dev board
« Reply #7 on: November 08, 2010, 05:14:07 am »
o didn't notis that thank you
 

Offline Mechatrommer

  • Super Contributor
  • ***
  • Posts: 11648
  • Country: my
  • reassessing directives...
Re: Dev board
« Reply #8 on: November 08, 2010, 12:04:00 pm »
i'm not really an expert into commenting the technical thing, just trivial thing such as i have to keep rotating my head to the left to read the vertical labelling and some of it superimposed on the schematic ;) drawing component on the wire line such as S1 near bottom right is not a good idea either. nothing serious, its just it will be more difficult for other people to read, esp beginner like me ;) just IMHO.
« Last Edit: November 08, 2010, 12:06:02 pm by shafri »
Nature: Evolution and the Illusion of Randomness (Stephen L. Talbott): Its now indisputable that... organisms “expertise” contextualizes its genome, and its nonsense to say that these powers are under the control of the genome being contextualized - Barbara McClintock
 

Offline TheDirty

  • Frequent Contributor
  • **
  • Posts: 440
  • Country: ca
Re: Dev board
« Reply #9 on: November 08, 2010, 12:15:12 pm »
So, is the voltage supposed to be 3V or 5V?  If it's 3V, the MAX232 won't work.  You'll need to use something like the MAX3232.  Also the V+ and V- for the MAX232 datasheet shows a cap between the pins and GND/Supply.
Mark Higgins
 

Offline TechGuy

  • Regular Contributor
  • *
  • Posts: 79
Re: Dev board
« Reply #10 on: November 12, 2010, 07:17:40 pm »
How are your programming the MCU? I didn't see an ICSP port. I see that MCLR is not connected to anything except for the reset button. You need a pull up resistor on MCLR to prevent spurious resets. Read the datasheet (See Page 151 for MCLR) for the MCU so you can properly wire up the MCLR and set up the ICSP port for in-circuit programming and debugging.

You also do not need to connect the RS232 RXout to the interrupt INT2. the UART module has an internal interrupt signal for triggering interrupts when Serial IO is received. Remember that Serial I/O is serial not parallel, INT2 will trigger for each and every Bit sent, not per byte!

I would also recommend some on-board status LEDs that you can flash using a couple of pins on one of the IO ports. This will help you make sure your MCU is running or performing as you expect. Its going to take a bit of trial and error before you get the UART working correctly if you are new to Microchip MCU's. So before you get UART working you can use the LEDs as status indicators.

I would google for some PIC30 schematics or look for Appnotes so you can see how to set up a PIC30 MCU. Schematic doesn't have to be for your exact MCU ie (dsPIC30F4013), any model in the 4000 series is probably close enough, for the common pins (MCLR, ICSP, Power, UART, etc).

 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf