Hi,
Very interresting thread.
I start to move my app to mbed and i hope to finally make my own board and use the online mBed compiler.
My fear is about ethernet PHY... DP83848J seem a little bit tricky to sold on a board and seem to be in "end of life", it's available on Digikey, but Farnell say "it is no longer manufactured".
Could someone have another "easy to solder, low cost and available" PHY interface reference to use with LPC1768 ?? ;-)
if i use another phy interface, would it have an impact on the mBed TCP library ???
Like you Dan, i imagine add JTAG header and FTDI on UART0 to have an usb ISP access.
My final need is to have on my own board :
- Uart 0 thru FTDI (ISP and serial debug message).
- Uart 1 to my external device
- Uart 2 to Xbee
- Sdcard (on SPI 0)
- Ethernet
- I2C connector (RJ12)
- I/O -> leds and buttons.
After reading the LPC1768 datasheet and mBed scheme, the "problem" seem to be the PHY interface.
If you have found solutions about PHY...
Thank you.
Chris
Hi,
A few people have asked about how to take a design based on the mbed Microcontroller to a production prototype.
I have written and few notes on the steps involved, and given some links to resources. I have also put up a set of Eagle schematics of the LPC1768, DP83848 Ethernet Phy, and all their support passive, basically the main parts of the mbed Microcontroller design you might want to use in a product.
It is a first attempt, there is clearly a lot missing. As I figure out what other information is needed/useful I'll update the page.
http://mbed.org/projects/cookbook/wiki/Prototype2Product
Feel free to add/amend/comment/discuss.
Thanks,
Chris