background image

4.1.2.5 

Advanced Use

CDC Override Mode

In normal operation, the on-board debugger is a true UART bridge between the host and the device. However, in
certain use cases, the on-board debugger can override the basic operating mode and use the CDC TX and RX pins
for other purposes.

Dropping a text file into the on-board debugger’s mass storage drive can be used to send characters out of the
debugger’s CDC TX pin. The filename and extension are trivial, but the text file must start with the characters:

CMD:SEND_UART=

Debugger firmware version 1.20 or earlier has the following limitations:

• The maximum message length is 50 characters – all remaining data in the frame are ignored
• The default baud rate used in this mode is 9600 bps, but if the CDC is already active or has been configured,

the previously used baud rate still applies

Debugger firmware version 1.21 and later has the following limitations/features:

• The maximum message length may vary depending on the MSC/SCSI layer timeouts on the host computer

and/or operating system. A single SCSI frame of 512 bytes (498 characters of payload) is ensured, and files of
up to 4 KB will work on most systems. The transfer will complete on the first NULL character encountered in the
file.

• The baud rate used is always 9600 bps for the default command:

CMD:SEND_UART=

The CDC Override Mode should not be used simultaneously with data transfer over the CDC/terminal. If a CDC
terminal session is active at the time a file is received via CDC Override Mode, it will be suspended for the
duration of the operation and resumed once complete.

• Additional commands are supported with explicit baud rates:

CMD:SEND_9600=

CMD:SEND_115200=

CMD:SEND_460800=

USB-Level Framing Considerations

Sending data from the host to the CDC can be done byte-wise or in blocks, which will be chunked into 64-byte USB
frames. Each such frame will be queued up for sending to the debugger’s CDC TX pin. Transferring a small amount
of data per frame can be inefficient, particularly at low baud rates, as the on-board debugger buffers frames and not
bytes. A maximum of four 64-byte frames can be active at any time. The on-board debugger will throttle the incoming
frames accordingly. Sending full 64-byte frames containing data is the most efficient method.

When receiving data on the debugger’s CDC RX pin, the on-board debugger will queue up the incoming bytes into
64-byte frames, which are sent to the USB queue for transmission to the host when they are full. Incomplete frames
are also pushed to the USB queue at approximately 100 ms intervals, triggered by USB start-of-frame tokens. Up to
eight 64-byte frames can be active at any time.

If the host (or the software running on it) fails to receive data fast enough, an overrun will occur. When this happens,
the last-filled buffer frame will be recycled instead of being sent to the USB queue, and a full data frame will be lost.
To prevent this occurrence, the user must ensure that the CDC data pipe is being read continuously, or the incoming
data rate must be reduced.

4.1.3 

Mass Storage Device

The on-board debugger includes a simple Mass Storage Device implementation, which is accessible for read/write
operations via the host operating system to which it is connected.

It provides:

• Read access to basic text and HTML files for detailed kit information and support

 PIC18F16Q40 Curiosity Nano

Curiosity Nano

©

 2020 Microchip Technology Inc.

 User Guide

DS50003047A-page 11

Содержание EV70C97A

Страница 1: ...grate the device into a custom design The Curiosity Nano series of evaluation boards include an on board debugger No external tools are necessary to program and debug the PIC18F16Q40 MPLAB X IDE Softw...

Страница 2: ...External Supply 17 4 3 3 VBUS Output Pin 17 4 3 4 Power Supply Exceptions 18 4 4 Low Power Measurement 19 4 5 Programming External Microcontrollers 20 4 5 1 Supported Devices 20 4 5 2 Software Config...

Страница 3: ...oards 34 8 4 Disconnecting the On Board Debugger 35 The Microchip Website 37 Product Change Notification Service 37 Customer Support 37 Microchip Devices Code Protection Feature 37 Legal Notice 38 Tra...

Страница 4: ...lled by the on board debugger 1 8 5 1V output voltage limited by USB input voltage 500 mA maximum output current limited by ambient temperature and output voltage 1 2 Board Overview The Microchip PIC1...

Страница 5: ...al programmer or debugger tool is required Tip The Kit Window can be opened in MPLAB X IDE through the menu bar Window Kit Window 2 1 3 MPLAB X IDE Device Family Packs Microchip MPLAB X IDE requires s...

Страница 6: ...data The Data Visualizer can receive data from various sources such as serial ports and on board debugger s Data Gateway Interface as found on Curiosity Nano and Xplained Pro boards Microchip PIC and...

Страница 7: ...0 Family such as 16 bit Pulse Width Modulators PWM 12 bit Analog to Digital Converter with Computation ADCC UART module Integrated Temperature Indicator module To get started with the application find...

Страница 8: ...application through terminal software A Data Gateway Interface DGI for code instrumentation with logic analyzer channels debug GPIO to visualize program flow The on board debugger controls a Power an...

Страница 9: ...Terminal Receive Terminal Send Info As shown in Figure 4 1 the debugger s CDC TX pin is connected to a UART RX pin on the target for receiving characters from the host computer Similarly the debugger...

Страница 10: ...e following behavior Debugger UART receiver is disabled so no further data will be transferred to the host computer Debugger UART transmitter will continue to send data that is queued for sending but...

Страница 11: ...th explicit baud rates CMD SEND_9600 CMD SEND_115200 CMD SEND_460800 USB Level Framing Considerations Sending data from the host to the CDC can be done byte wise or in blocks which will be chunked int...

Страница 12: ...eviously programmed To erase the target device copy a text file starting with CMD ERASE onto the disk By default the CURIOSITY drive contains several read only files for generating icons as well as re...

Страница 13: ...provided this has no effect Debugger firmware v1 16 or newer Info The commands listed here are triggered by the content being sent to the mass storage emulated disk and no feedback is provided in the...

Страница 14: ...counter implemented in the Curiosity Nano debugger increments at 2 MHz frequency providing a timestamp resolution of a half microsecond 4 2 Curiosity Nano Standard Pinout The 12 edge connections close...

Страница 15: ...cording to the USB specification and will limit the maximum voltage to the target The figure below shows the entire power supply system on PIC18F16Q40 Curiosity Nano Figure 4 4 Power Supply Block Diag...

Страница 16: ...rd This supports a set of common target voltages See section 4 1 3 3 Special Commands for further details The MIC5353 supports a maximum current load of 500 mA It is an LDO regulator in a small packag...

Страница 17: ...xternal voltage is applied without pulling the VOFF pin low and an external supply pulls the voltage lower than the monitoring window s lower limit target voltage setting 100 mV the on board debugger...

Страница 18: ...t From Setting This can be caused by an externally applied voltage to the VTG pin without setting the VOFF pin low If the target voltage differs more than 100 mV over under the voltage setting it will...

Страница 19: ...ion on the VBUS pin to fix this issue 4 4 Low Power Measurement Power to the PIC18F16Q40 is connected from the on board power supply and VTG pin through a 100 mil pin header marked with POWER in silks...

Страница 20: ...ntrollers on external hardware 4 5 1 Supported Devices All external AVR microcontrollers with the UPDI interface can be programmed and debugged with the on board debugger with Atmel Studio External SA...

Страница 21: ...on board debugger 4 5 3 Hardware Modifications The on board debugger is connected to the PIC18F16Q40 by default These connections must be removed before any external microcontroller can be programmed...

Страница 22: ...rs actively drive data and clock signals DBG0 DBG1 and DBG2 used for programming and debugging and in most cases the external resistor on these signals can be ignored Pull down resistors are required...

Страница 23: ...ting External Debuggers Even though there is an on board debugger external debuggers can be connected directly to the PIC18F16Q40 Curiosity Nano to program debug the PIC18F16Q40 The on board debugger...

Страница 24: ...able of delivering high voltage on the MCLR pin R110 can be permanently damaged by the high voltage If R110 is broken the on board debugger can not enter Programming mode of the PIC18F16Q40 and will t...

Страница 25: ...ANC2 RA2 RA2 ANA2 DAC1 RC3 RC3 ANC3 GND GND DEBUGGER PIC18F16Q40 Analog Debug I2C SPI UART Peripheral Port PWM Power Ground Shared pin PIC18F16Q40 Curiosity Nano Info Peripheral signals shown in the...

Страница 26: ...e Important Once the pin headers are in place they are hard to remove by hand Use a set of pliers and carefully remove the pin headers to avoid damage to the pin headers and PCB 5 2 Peripherals 5 2 1...

Страница 27: ...e the chance of contention to the crystal and to remove excessive capacitance on the lines Disconnect the edge connector by cutting the two cut straps on the bottom side of the board marked RA4 and RA...

Страница 28: ...he target and the debugger are tri stated as long as the debugger is not actively using the interface Hence since there are little contaminations of the signals the pins can be configured to anything...

Страница 29: ...The Kit Window can be opened in MPLAB X IDE through the menu bar Window Kit Window The same information can be found on the sticker on the bottom side of the PCB Most boards will have the identifier...

Страница 30: ...Document Revision History Revision Date Description A 09 2020 Initial document release PIC18F16Q40 Curiosity Nano Document Revision History 2020 Microchip Technology Inc User Guide DS50003047A page 3...

Страница 31: ...ICSPDAT RA3_MCLR RC0_ANC0_SW0 RB7_UART_TX RB5_UART_RX TARGET BULK PROG DEBUG Pull 47k R204 47k R205 GND VTG 1 8V 5 5V VOFF ID_SYS ID_SYS VOFF DBG0 DBG1 CDC RX 3 CDC TX 4 DBG1 5 DBG2 6 0 TX 7 1 RX 8 2...

Страница 32: ...DBG1 CDC_TX_CTRL CDC_RX_CTRL SWCLK REG_ADJUST DBG2_GPIO DBG3_CTRL DBG2_CTRL DBG3 1k R110 VBUS_ADC 1 2 3 DMN65D8LFB Q101 ID_SYS VOFF 1k R112 VCC_P3V3 VTG_ADC DAC MIC94163 VIN B2 VOUT A1 VIN A2 EN C2 GN...

Страница 33: ...A J 1 0 2 0 4 P A J 1 0 2 0 3 P A J 1 0 2 0 2 P A J 1 0 2 0 1 C O J 1 0 2 P A J 1 0 5 0 6 P A J 1 0 5 0 7 P A J 1 0 5 0 9 P A J 1 0 5 0 8 P A J 1 0 5 0 1 0 P A J 1 0 5 0 1 1 P A J 1 0 5 0 5 P A J 1 0...

Страница 34: ...C1 ANC1 PWM n LED0 RC2 RC2 ANC2 RA2 RA2 ANA2 DAC1 RC3 RC3 ANC3 GND GND DEBUGGER PIC18F16Q40 Analog Debug I2C SPI UART Peripheral Port PWM Power Ground Shared pin PIC18F16Q40 Curiosity Nano 1 AN PWM RS...

Страница 35: ...strap will disconnect the on board power supply Tip Any connection that is cut can be reconnected using solder Alternatively a 0 0402 resistor can be mounted Tip When the debugger is disconnected an...

Страница 36: ...Figure 8 6 On Board Debugger Connection Cut Straps GPIO straps bottom side Power Supply strap top side PIC18F16Q40 Curiosity Nano Appendix 2020 Microchip Technology Inc User Guide DS50003047A page 36...

Страница 37: ...listing of sales offices and locations is included in this document Technical support is available through the website at www microchip com support Microchip Devices Code Protection Feature Note the...

Страница 38: ...LAB OptoLyzer PackeTime PIC picoPower PICSTART PIC32 logo PolarFire Prochip Designer QTouch SAM BA SenGenuity SpyNIC SST SST Logo SuperFlash Symmetricom SyncServer Tachyon TempTrackr TimeSource tinyAV...

Страница 39: ...anagement System For information regarding Microchip s Quality Management Systems please visit www microchip com quality PIC18F16Q40 Curiosity Nano 2020 Microchip Technology Inc User Guide DS50003047A...

Страница 40: ...China Xiamen Tel 86 592 2388138 China Zhuhai Tel 86 756 3210040 India Bangalore Tel 91 80 3090 4444 India New Delhi Tel 91 11 4160 8631 India Pune Tel 91 20 4121 0141 Japan Osaka Tel 81 6 6152 7160 J...

Страница 41: ...Mouser Electronics Authorized Distributor Click to View Pricing Inventory Delivery Lifecycle Information Microchip EV70C97A...

Отзывы: