Giter VIP home page Giter VIP logo

Comments (2)

haxyn avatar haxyn commented on July 2, 2024

Hi,

Not sure if it's related, but I have similar problem.
I use EXT_SDA and EXT_SCL for I2C and EXT_21-23 for encoder.
Work perfect on Win7Pro, but on other machine with Win10Pro I have to use ERASE pin every second upload.

from opentracker.

ppescher avatar ppescher commented on July 2, 2024

@Daniel-dk If something is connected to the boot UART, you should make sure that the serial line is idle at reset.

When the Arduino IDE opens the USB-Serial port at 1200 baud, then closes the port, the Arduino core libraries running on the board will reset the device to enter the ROM bootloader (SAM-BA).
This code will check both USB and UART in a loop, to see which one is connected first:

  • if USB enumeration starts (connection to a PC) then the USB channel will be used
  • if anything is received on the UART, then only that channel will be used

So make sure pin ETX_RX is always high (idle) at reset. If the rise time of this line is too slow, you might need to delay the nRESET rising edge, so that EXT_RX has time to reach the idle state before the boot program starts.

Please note the EXT_RX line should stay idle until the USB enumeration, which may take some time since reset (hundreds of milliseconds, or more, depending on the PC). If you have some other device that starts transmitting on the EXT_RX line, make sure it will delay the first transmission by the appropriate amount of time.

@haxyn I don't think this is related to your problem. The pins you are using should not conflict with the boot monitor.

Hope this helps,
Paolo

from opentracker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.