Skip navigation

community

215 Views 3 Replies Latest reply: Feb 22, 2012 2:09 PM by Cabe Atwell RSS
Currently Being Moderated

Feb 20, 2012 10:19 PM

Omilex Dev boards

Hey guys, I've been a long time watcher of the Ben Heck show, and have just recently gotten into arduino based projects with some success.  But I've ended up working with someone who wants me to use an Olimex Sam3 H256 and I'm having a hard time getting it set up to do anything at all.  Any help you guys can provide would be much appreciated (even if that advice is on how to convince the guy to go with an arduino instead.)

Attributes

  • Currently Being Moderated
    2. Feb 21, 2012 11:07 AM (in response to podeman)
    Re: Omilex Dev boards

    I have some data that May help you, you Can chat to the guy directly Here: http://www.thebackshed.com/forum/forum_topics.asp?FID=16

    I`m a user of this forum too for the Duinomite updates and news, Olimex is also there and he`s nice/helpful guy to chat with.

     

    sorry I can`t help you with your actual project/board though.

     

    all the best!

  • Currently Being Moderated
    3. Feb 22, 2012 2:09 PM (in response to podeman)
    Re: Omilex Dev boards

    Podeman,

     

    I am sure you have read the manual. If not I included it in this post as a PDF.

     

    I found this talk of the Omilex SAM 3s4b:

     

    A board with a direct pull-up will cause the PC to try to enumerate as soon as the board is connected (powered via the USB).

     

    This is not a problem if there is code running on the board which handles the USB connection (eg. the USB boot loader when the NV bit to start application is not programmed, or the FLASH is fully erased, or user code is available with the necessary functionality).

     

    Where this won't work is when there is a debugger being used and the debugger must first load the program. In this case the PC will not detect the device and enumeration will fail and the only way to start again is to unplug the power, which will subsequently fail again when connected).

     

    The same problem is true on ATMEL's EVB. The way around this is to power the board directly with 5V (external power supply), load the program with the debugger and, once it is running, connect the USB cable to the PC. Olimex's board for the SAM7X does have a switch which allows this to be controlled in SW but the header that you have is obviously made as simple as possible and so is not so suitable for USB development without a little more effort.

     

     

    I will keep digging for more info.

     

    In the meantime, good luck.

     

    Cabe

    http://twitter.com/Cabe_e14

Related Content


Related Products
Discussions
  • Retrieving data ...

Bookmarked By (0)

Legend

  • Correct Answers - 50 points
  • Helpful Answers - 25 points