dspic33e/pic24e dspic33e/pic24e Flash Programming Specification 1.0 DEVICE OVERVIEW 2.0 PROGRAMMING OVERVIEW OF THE dspic33e/pic24e
|
|
|
- Anissa Atkins
- 9 years ago
- Views:
Transcription
1 dspic33e/pic24e dspic33e/pic24e Flash Programming Specification 1.0 DEVICE OVERVIEW This document defines the programming specification for the dspic33e 16-bit Digital Signal Controller (DSC) and PIC24E 16-bit Microcontroller (MCU) families. This programming specification is required only for those developing programming support for the dspic33e/ PIC24E family. All other customers should use development tools that already provide support for device programming. Topics covered include: Section 1.0 Device Overview Section 2.0 Programming Overview of the dspic33e/pic24e Section 3.0 Device Programming Enhanced ICSP Section 4.0 Checksum Computation Section 5.0 The Programming Executive Section 6.0 Device Programming ICSP Section 7.0 Programming the Programming Executive to Memory Section 8.0 Device ID Section 9.0 AC/DC Characteristics and Timing Requirements Appendix A: Hex File Format Appendix B: Revision History 2.0 PROGRAMMING OVERVIEW OF THE dspic33e/pic24e There are two methods of programming the dspic33e/ PIC24E family of devices discussed in this programming specification. They are: In-Circuit Serial Programming (ICSP ) programming capability Enhanced In-Circuit Serial Programming The ICSP programming method is the most direct method to program the device; however, it is also the slower of the two methods. It provides native, low-level programming capability to erase, program and verify the chip. The Enhanced ICSP protocol uses a faster method that takes advantage of the programming executive, as illustrated in Figure 2-1. The programming executive provides all the necessary functionality to erase, program and verify the chip through a small command set. The command set allows the programmer to program the dspic33e/pic24e Programming Specification devices without having to deal with the low-level programming protocols of the chip. FIGURE 2-1: Programmer PROGRAMMING SYSTEM OVERVIEW FOR ENHANCED ICSP dspic33e/pic24e Programming Executive On-Chip Memory This specification is divided into major sections that describe the programming methods independently. Section 3.0 Device Programming Enhanced ICSP describes the Enhanced ICSP method. Section 6.0 Device Programming ICSP describes the ICSP method Microchip Technology Inc. DS70619B-page 1
2 2.1 Required Connections These devices require specific connections for programming to take place. These connections include power, VCAP, MCLR, and one programming pair (PGEDx/PGECx). Table 2-1 describes these connections (refer to the specific device data sheet for pin descriptions and power connection requirements). Note: TABLE 2-1: Refer to the specific device data sheet for complete pin diagrams of dspic33e/ PIC24E devices. PINS USED DURING PROGRAMMING During Programming Pin Name Pin Type Pin MCLR I Programming Enable VDD, VUSB, and P Power Supply (1) AVDD VSS and AVSS P Ground (1) VCAP P CPU Logic Filter Capacitor Connection PGECx I Programming Pin Pair: Serial Clock PGEDx I/O Programming Pin Pair: Serial Data Legend: I = Input O = Output P = Power Note 1: All power supply and ground pins must be connected including AVDD, VUSB, and AVSS. 2.2 Program Memory Write/Erase Requirements The program Flash memory on the dspic33e/pic24e has a specific write/erase requirement that must be adhered to for proper device operation. The rule is that any given word in memory must not be written without first erasing the page in which it is located. Thus, the easiest way to conform to this rule is to write all the data in a programming block within one write cycle. The programming methods specified in this document comply with this requirement. Note: A program memory word can be programmed twice before an erase, but only if (a) the same data is used in both program operations or (b) bits containing 1 are set to 0 but no 0 is set to Memory Map The program memory map extends from 0x0 to 0xFFFFFE. Code storage is located at the base of the memory map and supports up to 175,104 instructions (about 512 Kbytes). Table 2-2 shows the program memory size and number of erase and program blocks present in each device variant. Each erase block or page contains 1024 instructions and each program block or row, contains 128 instructions. An additional 24 Kbytes of program Flash memory is available at locations 0x7FC000 through 0x7FFFFF, which is called auxiliary program Flash memory. Locations 0x80 through 0x800FFE are reserved for executive code memory. This region stores the programming executive and the debugging executive. The programming executive is used for device programming and the debug executive is used for in-circuit debugging. This region of memory cannot be used to store user code. Locations 0xF8 through 0xF80013 are reserved for the device Configuration registers. Locations 0xFF and 0xFF0002 are reserved for the Device ID Word registers. These bits can be used by the programmer to identify which device type is being programmed. They are described in Section 8.0 Device ID. The Device ID registers read out normally, even after code protection is applied. Figure 2-2 shows the memory map for the dspic33e/ PIC24E family variants. DS70619B-page Microchip Technology Inc.
3 TABLE 2-2: dspic33e/pic24e Device dspic33ep256mu806 dspic33ep256mu810 dspic33ep256mu814 PIC24EP256GU810 PIC24EP256GU814 dspic33ep512gp806 dspic33ep512mc806 dspic33ep512mu810 dspic33ep512mu814 PIC24EP512GP806 PIC24EP512GU810 PIC24EP512GU814 CODE MEMORY SIZE User Memory Address Limit (Instruction Words) 0x02ABFE (87552) 0x02ABFE (87552) 0x02ABFE (87552) 0x02ABFE (87552) 0x02ABFE (87552) 0x0557FE (175104) 0x0557FE (175104) 0x0557FE (175104) 0x0557FE (175104) 0x0557FE (175104) 0x0557FE (175104) 0x0557FE (175104) Write Blocks Erase Blocks Auxiliary Memory Address Limits (Instruction Words) Executive Memory Address Limit (Instruction Words) x7FC000-0x7FFFFE (8K) 0x80-0x800FFE (2K) x7FC000-0x7FFFFE (8K) 0x80-0x800FFE (2K) x7FC000-0x7FFFFE (8K) 0x80-0x800FFE (2K) x7FC000-0x7FFFFE (8K) 0x80-0x800FFE (2K) x7FC000-0x7FFFFE (8K) 0x80-0x800FFE (2K) x7FC000-0x7FFFFE (8K) 0x80-0x800FFE (2K) x7FC000-0x7FFFFE (8K) 0x80-0x800FFE (2K) x7FC000-0x7FFFFE (8K) 0x80-0x800FFE (2K) x7FC000-0x7FFFFE (8K) 0x80-0x800FFE (2K) x7FC000-0x7FFFFE (8K) 0x80-0x800FFE (2K) x7FC000-0x7FFFFE (8K) 0x80-0x800FFE (2K) x7FC000-0x7FFFFE (8K) 0x80-0x800FFE (2K) Microchip Technology Inc. DS70619B-page 3
4 FIGURE 2-2: PROGRAM MEMORY MAP Configuration Memory Space User Memory Space dspic33ep256mu806/810/814 and PIC24EP256GU810/814 GOTO Instruction (2) Reset Address (2) Interrupt Vector Table User Program Flash Memory (87552 instructions) Unimplemented (Read 0 s) Auxiliary Program Flash Memory Auxiliary Interrupt Vector GOTO Instruction (2) Reset Address (2) Executive Code Memory (2048 x 24-bit) Reserved Device Configuration Registers Reserved Write Latch Reserved DEVID (2 Words) dspic33ep512mu810/814, dspic33ep512gp/mc806, PIC24EP512GU810/814, and PIC24EP512GP806 GOTO Instruction (2) Reset Address (2) Interrupt Vector Table User Program Flash Memory ( instructions) Unimplemented (Read 0 s) Auxiliary Program Flash Memory Auxiliary Interrupt Vector (2) GOTO Instruction Reset Address (2) Executive Code Memory (2048 x 24-bit) Reserved Device Configuration Registers Reserved Write Latch Reserved DEVID (2 Words) 0x00 0x02 0x04 0x0001FE 0x x02ABFE 0x02AC00 0x0557FE 0x x7FBFFE 0x7FC000 0x7FFFF8 0x7FFFFA 0x7FFFFC 0x7FFFFE 0x80 0x800FFE 0x xF7FFFE 0xF8 0xF xF xF9FFFE 0xFA 0xFA00FE 0xFA0100 0xFEFFFE 0xFF 0xFF0002 Reserved Reserved 0xFFFFFE Note 1: Memory areas are not shown to scale. 2: Reset location is controlled by the Reset Target Vector Select bit (RSTPRI). Refer to the Special Features section in the specific device data sheet for more information. DS70619B-page Microchip Technology Inc.
5 3.0 DEVICE PROGRAMMING ENHANCED ICSP This section discusses programming the device through Enhanced ICSP and the programming executive. The programming executive resides in executive memory (separate from code memory) and is executed when Enhanced ICSP Programming mode is entered. The programming executive provides the mechanism for the programmer (host device) to program and verify the dspic33e/pic24e Programming Specification family devices using a simple command set and communication protocol. There are several basic functions provided by the programming executive: Read Memory Erase Memory Program Memory Blank Check Read Executive Firmware Revision The programming executive performs the low-level tasks required for erasing, programming and verifying a device. This allows the programmer to program the device by issuing the appropriate commands and data. Table 3-1 summarizes the commands. A detailed description for each command is provided in Section 5.2 Programming Executive Commands. TABLE 3-1: Command SCHECK READC READP PROGC PROGP ERASEB ERASEBP ERASEBA ERASEP CRCP QBLANK QVER COMMAND SET SUMMARY Sanity check. Read Configuration registers or Device ID registers. Read primary Flash or auxiliary Flash memory. Program a Configuration register and verify. Program one row of code memory and verify. Bulk Erase the device. Erase entire primary program Flash memory. Erase entire auxiliary Flash memory. Erase Page command. Performs CRC on memory. Query to check whether code memory is blank. Query the software version. The programming executive uses the device s data RAM for variable storage and program execution. After the programming executive is run, no assumptions should be made about the contents of data RAM. 3.1 Overview of the Programming Process Figure 3-1 shows the high-level overview of the programming process. After entering Enhanced ICSP mode, the programming executive is verified. Next, the device is erased, and then, the program Flash memory (primary and auxiliary Flash memory) is programmed, followed by the non-volatile device Configuration registers. Code memory (including the Configuration registers) is then verified to ensure that programming was successful. After the programming executive has been verified in memory (or loaded if not present), the dspic33e/ PIC24E Programming Specification can be programmed using the command set shown in Table 3-1. FIGURE 3-1: HIGH-LEVEL ENHANCED ICSP PROGRAMMING FLOW Start Enter Enhanced ICSP Perform Bulk Erase Program Memory Verify Program Program Configuration Bits Verify Configuration Bits Exit Enhanced ICSP End Microchip Technology Inc. DS70619B-page 5
6 3.2 Confirming the Presence of the Programming Executive Before programming, the programmer must confirm that the programming executive is stored in executive memory. The procedure for this task is shown in Figure 3-2. First, ICSP mode is entered. Then, the unique Application ID Word stored in executive memory is read. If the programming executive is resident, the correct Application ID Word is read and programming can resume as normal. However, if the Application ID Word is not present, the programming executive must be programmed to executive code memory using the method described in Section 7.0 Programming the Programming Executive to Memory. See Table 8-1for the Application ID of each device. Section 6.0 Device Programming ICSP describes the ICSP programming method. Section 6.11 Reading the Application ID Word describes the procedure for reading the Application ID Word in ICSP mode. FIGURE 3-2: Start Enter ICSP Mode Check the Application ID by reading Address 0x8007F0 CONFIRMING PRESENCE OF PROGRAMMING EXECUTIVE 3.3 Entering Enhanced ICSP Mode As shown in Figure 3-3, entering Enhanced ICSP Program/Verify mode requires three steps: 1. The MCLR pin is briefly driven high then low. 2. A 32-bit key sequence is clocked into PGD. 3. MCLR is then driven high within a specified period of time and held. The programming voltage applied to MCLR is VIH, which is essentially VDD in case of dspic33e/pic24e devices. There is no minimum time requirement for holding at VIH. After VIH is removed, an interval of at least P18 must elapse before presenting the key sequence on PGD. The key sequence is a specific 32-bit pattern, (more easily remembered as 0x4D in hexadecimal format). The device will enter Program/ Verify mode only if the key sequence is valid. The Most Significant bit (MSb) of the most significant nibble must be shifted in first. Once the key sequence is complete, VIH must be applied to MCLR and held at that level for as long as Program/Verify mode is to be maintained. An interval time of at least P19, P7, and P1*5 must elapse before presenting data on PGD. Signals appearing on PGD before this time has elapsed will not be interpreted as valid. On successful entry, the program memory can be accessed and programmed in serial fashion. While in the Program/Verify mode, all unused I/Os are placed in the high-impedance state. Is Application ID present? (1) Yes No Prog. Executive must be Programmed Exit ICSP Mode Enter Enhanced ICSP Mode Sanity Check End Note 1: See Table 8-1 for the Application ID of each device. DS70619B-page Microchip Technology Inc.
7 FIGURE 3-3: ENTERING ENHANCED ICSP MODE MCLR P6 P14 P21 VIH VIH P19 P7 P1 5 VDD PGEDx Program/Verify Entry Code = 0x4D b31 b30 b29 b28 b27 b3 b2 b1 b0 PGECx P18 P1A P1B 3.4 Blank Check The term Blank Check implies verifying that the device has been successfully erased and has no programmed memory locations. A blank or erased memory location is always read as 1, except for the GSSK<1:0> and APLK<1:0> bits in the FGS and FAS Configuration registers, which read as 0 when in a blank (erased) state. The Device ID registers (0xFF:0xFF0002) can be ignored by the Blank Check since this region stores device information that cannot be erased. The device Configuration registers are also ignored by the Blank Check. Additionally, all unimplemented memory space should be ignored from the Blank Check. The QBLANK command is used for the Blank Check. It determines if the code memory is erased by testing these memory regions. A BLANK or NOT BLANK response is returned. If it is determined that the device is not blank, it must be erased before attempting to program the chip. 3.5 Code Memory Programming PROGRAMMING METHODOLOGY Code memory (primary or auxiliary Flash) is programmed with the PROGP command. PROGP programs one row of code memory starting from the memory address specified in the command. The number of PROGP commands required to program a device depends on the number of write blocks that must be programmed in the device. A flowchart for programming code memory is shown in Figure 3-4. In this example, all 175,104 instruction words of a dspic33e/pic24e device are programmed. First, the number of commands to send (called RemainingCmds in the flowchart) is set to 1368 and the destination address (called BaseAddress ) is set to 0. Next, one write block in the device is programmed with a PROGP command. Each PROGP command contains data for one row of code memory of the dspic33e/pic24e. After the first command is processed successfully, RemainingCmds is decremented by 1 and compared with 0. Since there are more PROGP commands to send, BaseAddress is incremented by 0x100 to point to the next row of memory. On the second PROGP command, the second row is programmed. This process is repeated until the entire device is programmed. Note: If a bootloader needs to be programmed, the bootloader code must not be programmed into the first page of code memory. For example, if a bootloader located at address 0x200 attempts to erase the first page, it would inadvertently erase itself. Instead, program the bootloader into the second page (e.g., 0x400) Microchip Technology Inc. DS70619B-page 7
8 FIGURE 3-4: FLOWCHART FOR PROGRAMMING CODE MEMORY Start BaseAddress = 0x0 RemainingCmds = 1368 Send PROGP Command to Program BaseAddress PROGRAMMING VERIFICATION After code memory is programmed, the contents of memory can be verified to ensure that programming was successful. Verification requires code memory to be read back and compared against the copy held in the programmer s buffer. The READP command can be used to read back all the programmed code memory. Alternatively, you can have the programmer perform the verification after the entire device is programmed, using a checksum computation. Is PROGP response PASS? No Yes RemainingCmds = RemainingCmds - 1 BaseAddress = BaseAddress + 0x100 No Is RemainingCmds 0? Yes End Failure Report Error DS70619B-page Microchip Technology Inc.
9 4.0 CHECKSUM COMPUTATION Checksums for devices are 16 bits in size. The checksum is calculated by summing the following: Contents of code memory locations Contents of Configuration bytes All memory locations are summed one byte at a time using only their native data size. Configuration bytes are summed by adding the lower byte of these locations (the upper bytes are ignored), while code memory is summed by adding all three bytes of code memory. Table 4-1 is an example of the checksum calculation for the dspic33ep64mc506 device. Table 4-2 describes the Configuration bit masks for each device. TABLE 4-1: CHECKSUM COMPUTATION EXAMPLE Device Read Code Protection Checksum Computation Erased Value Value with 0xAAAAAA at 0x0 and Last Code Address dspic33ep256mu806 Disabled CFGB (3) + SUM(0:0x02ABFF) + SUM(0x7FC000:0x7FFFFF) 0xA288 0x9E8C Enabled CFGB (3) 0x04E2 0x04E2 Item : SUM(a:b) = Byte sum of locations a to b inclusive (all 3 bytes of code memory) CFGB = Configuration Block (masked) = Byte sum of ((FGS & 0x33 (1) ) + (FOSCSEL & 0x87) + (FOSC & 0xE7) + (FWDT & 0xFF) + (FPOR & 0x3F) + (FICD & 0xF7) + (FAS & 0x33 (2) ) + (FUID0 & 0xFF)) Note 1: For FGS, the read mask is 0x33; however, because of the General Segment Key bits, 0x03 is used with code protection disabled, and 0x30 is used with code protection enabled for the checksum calculations in Table : For FAS, the read mask is 0x33; however, because of the Auxiliary Segment Key bits, 0x03 is used with code protection disabled, and 0x30 is used with code protection enabled for the checksum calculations in Table : For the checksum computation example the configuration bits are set to the recommended default value shown in Table 6-6. TABLE 4-2: Device CONFIGURATION BIT MASKS Configuration Bit Masks FGS FOSCSEL FOSC FWDT FPOR FICD FAS FUID0 dspic33ep256mu806 0x33 0x87 0xE7 0xFF 0x3F 0xF7 0x33 0xFF dspic33ep256mu810 0x33 0x87 0xE7 0xFF 0x3F 0xF7 0x33 0xFF dspic33ep256mu814 0x33 0x87 0xE7 0xFF 0x3F 0xF7 0x33 0xFF PIC24EP256GU810 0x33 0x87 0xE7 0xFF 0x3F 0xF7 0x33 0xFF PIC24EP256GU814 0x33 0x87 0xE7 0xFF 0x3F 0xF7 0x33 0xFF dspic33ep512mu810 0x33 0x87 0xE7 0xFF 0x3F 0xF7 0x33 0xFF dspic33ep512mu814 0x33 0x87 0xE7 0xFF 0x3F 0xF7 0x33 0xFF PIC24EP512GU810 0x33 0x87 0xE7 0xFF 0x3F 0xF7 0x33 0xFF PIC24EP512GU814 0x33 0x87 0xE7 0xFF 0x3F 0xF7 0x33 0xFF dspic33ep512mc806 0x33 0x87 0xE7 0xFF 0x3F 0xF7 0x33 0xFF dspic33ep512gp806 0x33 0x87 0xE7 0xFF 0x3F 0xF7 0x33 0xFF PIC24EP512GP806 0x33 0x87 0xE7 0xFF 0x3F 0xF7 0x33 0xFF Microchip Technology Inc. DS70619B-page 9
10 4.1 Configuration Bits Programming OVERVIEW The dspic33e/pic24e devices have Configuration bits stored in eight 8-bit Configuration registers, aligned on even configuration memory address boundaries. These bits can be set or cleared to select various device configurations. There are three types of Configuration bits: system operation bits, code-protect bits and unit ID bits. The system operation bits determine the power-on settings for system level components, such as oscillator and Watchdog Timer. The code-protect bits prevent program memory from being read and written. The register descriptions for the FGS, FOSCSEL, FOSC, FWDT, FPOR, FAS and FICD Configuration registers are shown in Table 4-3. The Configuration register map is shown in Table 4-4. Note 1: If any of the code-protect bits in FAS or FGS is clear, the entire device must be erased before it can be reprogrammed. TABLE 4-3: dspic33e/pic24e CONFIGURATION BITS DESCRIPTION Bit Field Register GSSK<1:0> FGS General Segment Key bits. These bits must be set to 00 if GWRP = 1 and GSS = 1. These bits must be set to 11 for any other value of the GWRP and GSS bits. Any mismatch between either the GWRP or GSS bits, and the GSSK bits (as described above), will result in a locked device. A Flash bulk erase will be required to unlock the device. GSS FGS General Segment Code-Protect bit 1 = User program memory is not code-protected 0 = User program memory is code-protected GWRP FGS General Segment Write-Protect bit 1 = User program memory is not write-protected 0 = User program memory is write-protected IESO FOSCSEL Two-speed Oscillator Start-up Enable bit 1 = Start-up device with FRC, then automatically switch to the user-selected oscillator source when ready 0 = Start-up device with user-selected oscillator source FNOSC<2:0> FOSCSEL Initial Oscillator Source Selection bits 111 = Internal Fast RC (FRC) oscillator with postscaler 110 = Internal Fast RC (FRC) oscillator with divide-by = LPRC oscillator 100 = Secondary (LP) oscillator 011 = Primary (XT, HS, EC) oscillator with PLL 010 = Primary (XT, HS, EC) oscillator 001 = Internal Fast RC (FRC) oscillator with PLL 000 = FRC oscillator FCKSM<1:0> FOSC Clock Switching Mode bits 1x = Clock switching is disabled, Fail-Safe Clock Monitor is disabled 01 = Clock switching is enabled, Fail-Safe Clock Monitor is disabled 00 = Clock switching is enabled, Fail-Safe Clock Monitor is enabled IOL1WAY FOSC Peripheral pin select configuration 1 = Allow only one reconfiguration 0 = Allow multiple reconfigurations OSCIOFNC FOSC OSC2 Pin Function bit (except in XT and HS modes) 1 = OSC2 is clock output 0 = OSC2 is general purpose digital I/O pin POSCMD<1:0> FOSC Primary Oscillator Mode Select bits 11 = Primary oscillator disabled 10 = HS Crystal Oscillator mode 01 = XT Crystal Oscillator mode 00 = EC (External Clock) mode Note 1: This bit is not available on dspic33ep256mu806 (64-pin) devices. DS70619B-page Microchip Technology Inc.
11 TABLE 4-3: dspic33e/pic24e CONFIGURATION BITS DESCRIPTION (CONTINUED) Bit Field Register FWDTEN FWDT Watchdog Timer Enable bit 1 = Watchdog Timer always enabled (LPRC oscillator cannot be disabled. Clearing the SWDTEN bit in the RCON register has no effect.) 0 = Watchdog Timer enabled/disabled by user software (LPRC can be disabled by clearing the SWDTEN bit in the RCON register) WINDIS FWDT Watchdog Timer Window Enable bit 1 = Watchdog Timer in Non-Window mode 0 = Watchdog Timer in Window mode PLLKEN FWDT PLL Lock Wait Enable bit 1 = Clock switches to the PLL source will wait until the PLL lock signal is valid 0 = Clock switch will not wait for PLL lock WDTPRE FWDT Watchdog Timer Prescaler bit 1 = 1:128 0 = 1:32 WDTPOST<3:0> FWDT Watchdog Timer Postscaler bits 1111 = 1:32, = 1:16, = 1:2 = 1:1 APLK<1:0> FAS Auxiliary Segment Key bits These bits must be set to 00 if AWRP = 1 and APL = 1. These bits must be set to 11 for any other value of the AWRP and APL bits. Any mismatch between either the AWRP or APL bits, and the APLK bits (as described above), will result in a locked device. A Flash bulk erase will be required to unlock the device. APL FAS Auxiliary Segment Code-protect bit 1 = Auxiliary program memory is not code-protected 0 = Auxiliary program memory is code-protected AWRP FAS Auxiliary Segment Write-protect bit 1 = Auxiliary program memory is not write-protected 0 = Auxiliary program memory is write-protected FPWRT<2:0> FPOR Power-on Reset Timer Value Select bits 111 = PWRT = 128 ms 110 = PWRT = 64 ms 101 = PWRT = 32 ms 100 = PWRT = 16 ms 011 = PWRT = 8 ms 010 = PWRT = 4 ms 001 = PWRT = 2 ms 000 = PWRT = Disabled BOREN FPOR Brown-out Reset (BOR) Detection Enable bit 1 = BOR is enabled 0 = BOR is disabled ALTI2C2 (1) FPOR Alternate I 2 C pins for I2C2 1 = I2C2 mapped to SDA2/SCL2 pins 0 = I2C2 mapped to ASDA2/ASCL2 pins ALTI2C1 FPOR Alternate I 2 C pins for I2C1 1 = I2C1 mapped to SDA1/SCL1 pins 0 = I2C1 mapped to ASDA1/ASCL1 pins Note 1: This bit is not available on dspic33ep256mu806 (64-pin) devices Microchip Technology Inc. DS70619B-page 11
12 TABLE 4-3: dspic33e/pic24e CONFIGURATION BITS DESCRIPTION (CONTINUED) Bit Field Register JTAGEN FICD JTAG Enable bit 1 = JTAG enabled 0 = JTAG disabled RSTPRI FICD Reset Target Vector Select bit 1 = Device will execute code from primary Flash memory on a reset 0 = Device will execute code from auxiliary Flash memory on a reset ICS<1:0> FICD ICD Communication Channel Select bits 11 = Communicate on PGEC1 and PGED1 10 = Communicate on PGEC2 and PGED2 01 = Communicate on PGEC3 and PGED3 00 = Reserved, do not use Note 1: This bit is not available on dspic33ep256mu806 (64-pin) devices. TABLE 4-4: dspic33e/pic24e DEVICE CONFIGURATION REGISTER MAP Address Name Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0 0xF8 Reserved 0xF80002 Reserved 0xF80004 FGS GSSK<1:0> GSS GWRP 0xF80006 FOSCSEL IESO FNOSC<2:0> 0xF80008 FOSC FCKSM<1:0> IOL1WAY OSCIOFNC POSCMD<1:0> 0xF8000A FWDT FWDTEN WINDIS PLLKEN WDTPRE WDTPOST<3:0> 0xF8000C FPOR ALTI2C2 (2) ALTI2C1 BOREN FPWRT<2:0> 0xF8000E FICD Reserved (1) JTAGEN Reserved (1) RSTPRI ICS<1:0> 0xF80010 FAS APLK<1:0> APL AWRP 0xF80012 FUID0 User Unit ID Byte 0 Legend: = unimplemented bit, read as 0 Note 1: These bits are reserved for use by development tools and must be programmed as 1. 2: These bits are reserved on dspic33ep256mu806 (64-pin) devices and always read as 1. DS70619B-page Microchip Technology Inc.
13 4.1.2 PROGRAMMING METHODOLOGY Configuration bits may be programmed a single byte at a time using the PROGC command. This command specifies the configuration data and Configuration register address. Eight PROGC commands are required to program all the Configuration bits. A flowchart for Configuration bit programming is shown in Figure 4-1. Note: If the General Code Segment Code-Protect bit (GSS) is programmed to 0, code memory is code-protected and cannot be read. Code memory must be verified before enabling read protection. See Section CodeGuard Security Configuration Bits for detailed information about code-protect Configuration bits PROGRAMMING VERIFICATION After the Configuration bits are programmed, the contents of memory should be verified to ensure that the programming was successful. Verification requires the Configuration bits to be read back and compared against the copy held in the programmer s buffer. The READC command reads back the programmed Configuration bits and verifies that the programming was successful. Any unimplemented Configuration bits are read-only and read as 0. The reserved bits are read-only and read as 1. FIGURE 4-1: CONFIGURATION BIT PROGRAMMING FLOW Start ConfigAddress = 0xF80004 Send PROGC Command Is PROGC response PASS? No Yes ConfigAddress = ConfigAddress + 2 No Is ConfigAddress 0xF80012? Yes End Failure Report Error Microchip Technology Inc. DS70619B-page 13
14 4.1.4 CodeGuard SECURITY CONFIGURATION BITS The FGS and FAS Configuration registers are special Configuration registers that control the level of code protection for the General Segment (user code memory) and auxiliary Flash memory, respectively. For each of these memory regions, two main forms of code protection are provided. One form prevents code memory from being written (write protection), while the other prevents code memory from being read (read protection). The GWRP and AWRP bits control write protection and the GSS and APL bits control read protection. The Chip Erase ERASEB command sets these four code protection bits to 1, which allows the device to be programmed. When write protection is enabled, any programming operation to code memory will fail. When read protection is enabled, any read from code memory will cause a 0x0 to be read, regardless of the actual contents of code memory. Since the programming executive always verifies what it programs, attempting to program code memory with read protection enabled will also result in failure. It is imperative that all of the previously described code protection bits are 1 while the device is being programmed and verified. Only after the device is programmed and verified should any of the above bits be programmed to 0. Note: All code-protect/write-protect bits in the FAS and FGS Configuration registers can only be programmed to a value of 0. the ERASEB command is the only way to reprogram code-protect bits from ON ( 0 ) to OFF ( 1 ) BENEFIT OF USER UNIT ID The dspic33e/pic24e devices provide an 8-bit Configuration register (FUID0) for the user to store product-specific information, such as unit serial numbers and other product manufacturing data. 4.2 Exiting Enhanced ICSP Mode Exiting Program/Verify mode is done by removing VIH from MCLR, as shown in Figure 4-2. The only requirement for exit is that an interval P16 should elapse between the last clock and program signals on PGC and PGD before removing VIH. FIGURE 4-2: MCLR VDD PGD PGC EXITING ENHANCED ICSP MODE P16 VIH PGD = Input P17 VIH DS70619B-page Microchip Technology Inc.
15 5.0 THE PROGRAMMING EXECUTIVE Note: 5.1 Programming Executive Communication The programmer and programming executive have a master-slave relationship, where the programmer is the master programming device and the programming executive is the slave. All communication is initiated by the programmer in the form of a command. Only one command at a time can be sent to the programming executive. In turn, the programming executive only sends one response to the programmer after receiving and processing a command. The programming executive command set is described in Section 5.2 Programming Executive Commands. The response set is described in Section 5.3 Programming Executive Responses COMMUNICATION INTERFACE AND PROTOCOL The ICSP/Enhanced ICSP interface is a 2-wire SPI implemented using the PGC and PGD pins. The PGC pin is used as a clock input pin and the clock source must be provided by the programmer. The PGD pin is used for sending command data to and receiving response data from the programming executive. Note: FIGURE 5-1: The Programming Executive (PE) can be located within the following folder within your installation of MPLAB IDE:...\Microchip\MPLAB IDE\REAL ICE, and then selecting the hex PE file, RIPE_10_xxxxxx.hex (where xxxxxx is the version number). For Enhanced ICSP, all serial data is transmitted on the falling edge of PGC and latched on the rising edge of PGC. All data transmissions are sent to the Most Significant bit first using 16-bit mode (see Figure 5-1). PROGRAMMING EXECUTIVE SERIAL TIMING Since a 2-wire SPI is used, and data transmissions are bidirectional, a simple protocol is used to control the direction of PGD. When the programmer completes a command transmission, it releases the PGD line and allows the programming executive to drive this line high. The programming executive keeps the PGD line high to indicate that it is processing the command. After the programming executive has processed the command, it brings PGD low (P9b) to indicate to the programmer that the response is available to be clocked out. The programmer can begin to clock out the response after maximum wait (P9b) and it must provide the necessary amount of clock pulses to receive the entire response from the programming executive. After the entire response is clocked out, the programmer should terminate the clock on PGC until it is time to send another command to the programming executive. This protocol is shown in Figure SPI RATE In Enhanced ICSP mode, the dspic33e/pic24e family devices operate from the Fast Internal RC oscillator, which has a nominal frequency of MHz. This oscillator frequency yields an effective system clock frequency of MHz. To ensure that the programmer does not clock too fast, it is recommended that a MHz clock be provided by the programmer TIME OUTS The programming executive uses no Watchdog or time out for transmitting responses to the programmer. If the programmer does not follow the flow control mechanism using PGC as described in Section Communication Interface and Protocol, it is possible that the programming executive will behave unexpectedly while trying to send a response to the programmer. Since the programming executive has no time out, it is imperative that the programmer correctly follow the described communication protocol. As a safety measure, the programmer should use the command time outs identified in Table 5-1. If the command time out expires, the programmer should reset the programming executive and start programming the device again. P PGC P1A P3 P1B P2 PGD MSb LSb Microchip Technology Inc. DS70619B-page 15
16 FIGURE 5-2: PROGRAMMING EXECUTIVE PROGRAMMER COMMUNICATION PROTOCOL Host Transmits Last Command Word Programming Executive Processes Command Host Clocks Out Response PGC PGD MSB X X X LSB 1 0 MSB X X X LSB MSB X X X LSB P8 P9a P9b PGC = Input PGD = Input PGC = Input (Idle) PGD = Output PGC = Input PGD = Output 5.2 Programming Executive Commands The programming executive command set is shown in Table 5-1. This table contains the opcode, mnemonic, length, time out and description for each command. Functional details on each command are provided in the command descriptions (Section Command s ) COMMAND FORMAT All programming executive commands have a general format consisting of a 16-bit header and any required data for the command (see Figure 5-3). The 16-bit header consists of a 4-bit opcode field, which is used to identify the command, followed by a 12-bit command length field. FIGURE 5-3: COMMAND FORMAT Opcode Length Command Data First Word (if required) Command Data Last Word (if required) The command opcode must match one of those in the command set. Any command that is received which does not match the list in Table 5-1 will return a NACK response (see Section Opcode Field ). The command length is represented in 16-bit words since the SPI operates in 16-bit mode. The programming executive uses the command length field to determine the number of words to read from the SPI port. If the value of this field is incorrect, the command will not be properly received by the programming executive PACKED DATA FORMAT When 24-bit instruction words are transferred across the 16-bit SPI interface, they are packed to conserve space using the format shown in Figure 5-4. This format minimizes traffic over the SPI and provides the programming executive with data that is properly aligned for performing table write operations. FIGURE 5-4: Note: PACKED INSTRUCTION WORD FORMAT LSW1 MSB2 MSB1 LSW2 LSWx: Least Significant 16 bits of instruction word MSBx: Most Significant Byte of instruction word When the number of instruction words transferred is odd, MSB2 is zero and LSW2 can not be transmitted PROGRAMMING EXECUTIVE ERROR HANDLING The programming executive will NACK all unsupported commands. Additionally, due to the memory constraints of the programming executive, no checking is performed on the data contained in the programmer command. It is the responsibility of the programmer to command the programming executive with valid command arguments or the programming operation may fail. Additional information on error handling is provided in Section QE_Code Field. DS70619B-page Microchip Technology Inc.
17 TABLE 5-1: PROGRAMMING EXECUTIVE COMMAND SET Opcode Mnemonic Length (16-bit words) Time Out 0x0 SCHECK 1 1 ms Sanity check. 0x1 READC 3 1 ms Read an 8-bit word from the specified Configuration register or Device ID register. 0x2 READP 4 1 ms/row Read N 24-bit instruction words of primary or auxiliary Flash memory starting from the specified address. 0x3 Reserved N/A N/A This command is reserved. It will return a NACK. 0x4 PROGC 4 5 ms Write an 8-bit word to the specified Configuration register. 0x5 PROGP ms Program one row of primary or auxiliary Flash memory at the specified address, then verify. 0x6 ERASEBP 1 75 ms Erase entire primary Flash memory and FGS register. 0x7 ERASEB ms Bulk Erase the device. 0x8 ERASEBA 1 75 ms Erase entire auxiliary Flash memory and FAS register. 0x9 ERASEP 3 25 ms Command to erase a page. 0xA Reserved N/A N/A This command is reserved. It will return a NACK. 0xB QVER 1 1 ms Query the programming executive software version. 0xC CRCP 5 1s Performs a CRC-16 on the specified range of memory. 0xD Reserved N/A N/A This command is reserved. It will return a NACK. 0xE QBLANK ms Query to check whether the code memory is blank. Note: One row of code memory consists of (64) 24-bit words. Refer to Table 2-2 for device-specific information COMMAND DESCRIPTIONS All commands supported by the programming executive are described in Section SCHECK Command through Section QVER Command SCHECK COMMAND Opcode Length Opcode Length Field 0x0 0x1 The SCHECK command instructs the programming executive to do nothing but generate a response. This command is used as a Sanity Check to verify that the programming executive is operational. Expected Response (2 words): 0x1000 0x0002 Note: This instruction is not required for programming, but is provided for development purposes only Microchip Technology Inc. DS70619B-page 17
18 5.2.6 READC COMMAND Opcode Length N Addr_MSB Addr_LS Field Opcode Length N Addr_MSB Addr_LS 0x1 0x3 Number of 8-bit Configuration registers or Device ID registers to read (maximum of 256). MSB of 24-bit source address. Least Significant 16 bits of 24-bit source address. The READC command instructs the programming executive to read N Configuration registers or Device ID registers, starting from the 24-bit address specified by Addr_MSB and Addr_LS. This command can only be used to read 8-bit or 16-bit data. When this command is used to read Configuration registers, the upper byte in every data word returned by the programming executive is 0x00 and the lower byte contains the Configuration register value. Expected Response (4 + 3 * (N - 1)/2 words for N odd): 0x N Configuration register or Device ID Register 1... Configuration register or Device ID Register N Note: Reading unimplemented memory will cause the programming executive to reset. Please ensure that only memory locations present on a particular device are accessed READP COMMAND Opcode Length N Reserved Addr_MSB Addr_LS Field Opcode Length N Reserved Addr_MSB Addr_LS 0x2 0x4 Number of 24-bit instructions to read (maximum of 32768). 0x0 MSB of 24-bit source address. Least Significant 16 bits of 24-bit source address. The READP command instructs the programming executive to read N 24-bit words of code memory, starting from the 24-bit address specified by Addr_MSB and Addr_LS. This command can only be used to read 24-bit data. All data returned in the response to this command uses the packed data format described in Section Packed Data Format. Expected Response (2 + 3 * N/2 words for N even): 0x * N/2 Least significant program memory word 1... Least significant data word N Expected Response (4 + 3 * (N - 1)/2 words for N odd): 0x * (N - 1)/2 Least significant program memory word 1... MSB of program memory word N (zero padded) Note: Reading unimplemented memory will cause the programming executive to reset. Please ensure that only memory locations present on a particular device are accessed. DS70619B-page Microchip Technology Inc.
19 5.2.8 PROGC COMMAND Opcode Length Reserved Addr_MSB Addr_LS Data Field Opcode Length Reserved Addr_MSB Addr_LS Data 0x4 0x4 0x0 MSB of 24-bit destination address. Least Significant 16 bits of 24-bit destination address. 8-bit data word. The PROGC command instructs the programming executive to program a single Configuration register, located at the specified memory address. After the specified data word has been programmed to code memory, the programming executive verifies the programmed data against the data in the command. Expected Response (2 words): 0x1400 0x PROGP COMMAND Opcode Length Reserved Addr_MSB Addr_LS D_1 D_2... D_N Field Opcode 0x5 Length 0x63 Reserved 0x0 Addr_MSB MSB of 24-bit destination address. Addr_LS Least Significant 16 bits of 24-bit destination address. D_1 16-bit data word 1. D_2 16-bit data word bit data word 3 through 191. D_ bit data word 192. The PROGP command instructs the programming executive to program one row of code memory (128 instruction words) to the specified memory address. Programming begins with the row address specified in the command. The destination address should be a multiple of 0x100. The data to program the memory, located in command words D_1 through D_192, must be arranged using the packed instruction word format shown in Figure 5-4. After all data has been programmed to code memory, the programming executive verifies the programmed data against the data in the command. Expected Response (2 words): 0x1500 0x0002 Note: Refer to Table 2-2 for code memory size information Microchip Technology Inc. DS70619B-page 19
20 ERASEB COMMAND Opcode Length ERASEBA COMMAND Opcode Length Field Opcode Length 0x7 0x1 The ERASEB command instructs the programming executive to perform a Bulk Erase (i.e., erase all of the primary Flash memory, auxiliary Flash memory, executive memory and code-protect bits). Expected Response (2 words): 0x1700 0x ERASEBP COMMAND Opcode Length Field Opcode 0x6 Length 0x1 The ERASEBP command instructs the programming executive to perform a Bulk Erase (i.e., erase all of the primary Flash memory and the FGS register). Expected Response (2 words): 0x1600 0x0002 Field Opcode 0x8 Length 0x1 The ERASEBA command instructs the programming executive to perform a Bulk Erase (i.e., erase all of the auxiliary Flash memory and the FAS register). Expected Response (2 words): 0x1800 0x ERASEP COMMAND Opcode Length Field NUM_PAGES Addr_LS Addr_MSB Opcode 0x9 Length 0x3 NUM_PAGES Up to 255 Addr_MSB Most Significant Byte of the 24-bit address Addr_LS Least Significant 16-bits of the 24-bit address The ERASEP command instructs the programming executive to page erase [NUM_PAGES] of code memory. The code memory must be erased at an even 1024 instruction word address boundary Expected Response (2 words): 0x1900 0x0002 DS70619B-page Microchip Technology Inc.
21 CRCP COMMAND Opcode Field Opcode Length Addr_MSB Addr_LSW Size Reserved Reserved Addr_LSW Size_LSW Length Addr_MSB Size_MSB 0xC 0x5 Most Significant Byte of 24-bit address Least Significant 16-bits of 24-bit address Number of 24-bit locations (address range divided by 2) The CRCP command performs a CRC-16 on the range of memory specified. This command can substitute for a full chip verify. Data is shifted in a packed method as demonstrated in Figure 5-4, byte-wise Least Significant Byte (LSB) first. Example: CRC-CCITT-16 with test data of becomes 0x29B1 Expected Response (3 words): QE_Code: 0x1C00 Length: 0x0003 CRC Value: 0xXXXX QBLANK COMMAND Opcode Length Reserved Size_MSB Size_LSW Reserved Addr_MSB Addr_LSW Field Opcode Length Size Addr_MSB Addr_LSW 0xE 0x5 Length of program memory to check (in 24-bit words) + Addr_MS Most Significant Byte of the 24-bit address Least Significant 16-bits of the 24-bit address The QBLANK command queries the programming executive to determine if the contents of code memory are blank (contains all 1 s). The size of code memory to check must be specified in the command. The Blank Check for code memory begins at [Addr] and advances toward larger addresses for the specified number of instruction words. QBLANK returns a QE_Code of 0xF0 if the specified code memory is blank; otherwise, QBLANK returns a QE_Code of 0x0F. Expected Response (2 words for blank device): 0x1DF0 0x0002 Expected Response (2 words for non-blank device): 0x1D0F 0x0002 Note: The QBLANK command does not check the system operation Configuration bits since these bits are not set to 1 when a Chip Erase is performed Microchip Technology Inc. DS70619B-page 21
22 QVER COMMAND Opcode Length Field Opcode Length The QVER command queries the version of the programming executive software stored in test memory. The version.revision information is returned in the response s QE_Code using a single byte with the following format: main version in upper nibble and revision in the lower nibble (i.e., 0x23 means version 2.3 of programming executive software). Expected Response (2 words): 0x1BMN (where MN stands for version M.N) 0x Programming Executive Responses The programming executive sends a response to the programmer for each command that it receives. The response indicates if the command was processed correctly. It includes any required response data or error data. The programming executive response set is shown in Table 5-2. This table contains the opcode, mnemonic and description for each response. The response format is described in Section Response Format. TABLE 5-2: 0xB 0x1 PROGRAMMING EXECUTIVE RESPONSE OPCODES Opcode Mnemonic 0x1 PASS Command successfully processed. 0x2 FAIL Command unsuccessfully processed. 0x3 NACK Command not known RESPONSE FORMAT All programming executive responses have a general format consisting of a two-word header and any required data for the command Field Opcode Last_Cmd QE_Code Length D_1 D_N Opcode Last_Cmd QE_Code Length D_1 (if applicable)... D_N (if applicable) Response opcode. Programmer command that generated the response. Query code or error code. Response length in 16-bit words (includes 2 header words). First 16-bit data word (if applicable). Last 16-bit data word (if applicable) Opcode Field The opcode is a 4-bit field in the first word of the response. The opcode indicates how the command was processed (see Table 5-2). If the command was processed successfully, the response opcode is PASS. If there was an error in processing the command, the response opcode is FAIL and the QE_Code indicates the reason for the failure. If the command sent to the programming executive is not identified, the programming executive returns a NACK response Last_Cmd Field The Last_Cmd is a 4-bit field in the first word of the response and indicates the command that the programming executive processed. Since the programming executive can only process one command at a time, this field is technically not required. However, it can be used to verify that the programming executive correctly received the command that the programmer transmitted. DS70619B-page Microchip Technology Inc.
23 QE_Code Field The QE_Code is a byte in the first word of the response. This byte is used to return data for query commands and error codes for all other commands. When the programming executive processes one of the two query commands (QBLANK or QVER), the returned opcode is always PASS and the QE_Code holds the query response data. The format of the QE_Code for both queries is shown in Table 5-3. TABLE 5-3: Query QBLANK QVER QE_Code FOR QUERIES QE_Code 0x0F = Code memory is NOT blank 0xF0 = Code memory is blank 0xMN, where programming executive software version = M.N (i.e., 0x32 means software version 3.2). When the programming executive processes any command other than a Query, the QE_Code represents an error code. Supported error codes are shown in Table 5-4. If a command is successfully processed, the returned QE_Code is set to 0x0, which indicates that there is no error in the command processing. If the verify of the programming for the PROGP or PROGC command fails, the QE_Code is set to 0x1. For all other programming executive errors, the QE_Code is 0x2. TABLE 5-4: 0x0 0x1 0x2 QE_Code Response Length QE_Code FOR NON-QUERY COMMANDS No error. Verify failed. Other error. The response length indicates the length of the programming executive s response in 16-bit words. This field includes the 2 words of the response header. With the exception of the response for the READP command, the length of each response is only 2 words. The response to the READP command uses the packed instruction word format described in Section Packed Data Format. When reading an odd number of program memory words (N odd), the response to the READP command is (3 * (N + 1)/2 + 2) words. When reading an even number of program memory words (N even), the response to the READP command is (3 * N/2 + 2) words Microchip Technology Inc. DS70619B-page 23
24 6.0 DEVICE PROGRAMMING ICSP ICSP mode is a special programming protocol that allows you to read and write to dspic33e/pic24e device family memory. The ICSP mode is the most direct method used to program the device; however, note that Enhanced ICSP is faster. ICSP mode also has the ability to read the contents of executive memory to determine if the programming executive is present. This capability is accomplished by applying control codes and instructions serially to the device using pins PGC and PGD. In ICSP mode, the system clock is taken from the PGC pin, regardless of the device s oscillator Configuration bits. All instructions are shifted serially into an internal buffer, then loaded into the instruction register and executed. No program fetching occurs from internal memory. Instructions are fed in 24 bits at a time. PGD is used to shift data in, and PGC is used as both the serial shift clock and the CPU execution clock. Note: During ICSP operation, the operating frequency of PGC must not exceed 5MHz. 6.1 Overview of the Programming Process Figure 6-1 shows the high-level overview of the programming process. After entering ICSP mode, the first action is to Bulk Erase the device. Next, the code memory is programmed, followed by the device Configuration registers. Code memory (including the Configuration registers) is then verified to ensure that programming was successful. Then, program the code-protect Configuration bits, if required. FIGURE 6-1: HIGH-LEVEL ICSP PROGRAMMING FLOW Start Enter ICSP Perform Bulk Erase Program Memory Verify Program Program Configuration Bits Verify Configuration Bits Exit ICSP End DS70619B-page Microchip Technology Inc.
25 6.2 Entering ICSP Mode As shown in Figure 6-5, entering ICSP Program/Verify mode requires three steps: 1. MCLR is briefly driven high then low (P21) (1). 2. A 32-bit key sequence is clocked into PGD. 3. MCLR is then driven high within a specified period of time and held. Note 1: The programming voltage applied to MCLR is VIH, which is essentially VDD in the case of dspic33e/ PIC24E devices. There is no minimum time requirement for holding at VIH. After VIH is removed, an interval of at least P18 must elapse before presenting the key sequence on PGD. The key sequence is a specific 32-bit pattern, (more easily remembered as 0x4D in hexadecimal). The device will enter Program/Verify mode only if the sequence is valid. The Most Significant bit of the most significant nibble must be shifted in first. Once the key sequence is complete, VIH must be applied to MCLR and held at that level for as long as Program/Verify mode is to be maintained. An interval of at least time P19, P7, and P1*5 must elapse before presenting data on PGD. Signals appearing on PGD before this time has elapsed will not be interpreted as valid. On successful entry, the program memory can be accessed and programmed in serial fashion. While in ICSP mode, all unused I/Os are placed in the high-impedance state. 6.3 ICSP Operation After entering into ICSP mode, the CPU is Idle. Execution of the CPU is governed by an internal state machine. A 4-bit control code is clocked in using PGC and PGD and this control code is used to command the CPU (see Table 6-1). The SIX control code is used to send instructions to the CPU for execution and the REGOUT control code is used to read data out of the device via the VISI register. TABLE 6-1: The MCLR capacitor value can vary the high time required for entering ICSP mode. CPU CONTROL CODES IN ICSP MODE 4-Bit Control Code Mnemonic b SIX Shift in 24-bit instruction and execute. 0001b REGOUT Shift out the VISI register. 0010b-1111b N/A Reserved SIX SERIAL INSTRUCTION EXECUTION The SIX control code allows execution of dspic33e/ PIC24E Programming Specification assembly instructions. When the SIX code is received, the CPU is suspended for 24 clock cycles, as the instruction is then clocked into the internal buffer. Once the instruction is shifted in, the state machine allows it to be executed over the next four clock cycles. While the received instruction is executed, the state machine simultaneously shifts in the next 4-bit command (see Figure 6-3). Note 1: Coming out of the ICSP entry sequence, the first 4-bit control code is always forced to SIX and a forced instruction is executed by the CPU. Five additional PGC clocks are needed on start-up, thereby resulting in a 9-bit SIX command instead of the normal 4-bit SIX command. After the forced SIX is clocked in, ICSP operation resumes as normal (the next 24 clock cycles load the first instruction word to the CPU). See Figure 6-2 for details. 2: TBLRDH and TBLRDL instructions must be followed by five instructions. TBLWTH and TBLWTL instructions must be followed by two instructions REGOUT SERIAL INSTRUCTION EXECUTION The REGOUT control code allows for data to be extracted from the device in ICSP mode. It is used to clock the contents of the VISI register out of the device over the PGD pin. After the REGOUT control code is received, the CPU is held Idle for eight cycles. After these eight cycles, an additional 16 cycles are required to clock the data out (see Figure 6-4). The REGOUT code is unique because the PGD pin is an input when the control code is transmitted to the device. However, after the control code is processed, the PGD pin becomes an output as the VISI register is shifted out. Note: The device will latch input PGD data on the rising edge of PGC and will output data on the PGD line on the rising edge of PGC. For all data transmissions, the Least Significant bit (LSb) is transmitted first Microchip Technology Inc. DS70619B-page 25
26 FIGURE 6-2: PROGRAM ENTRY AFTER RESET PGC P2 PGD P P3 P4 P1A P4a P1B LSB X X X X X X X X X X X X X X MSB Execute PC - 1, Fetch SIX Control Code 24-Bit Instruction Fetch Execute 24-Bit Instruction, Fetch Next Control Code PGD = Input FIGURE 6-3: PGC P2 PGD SIX SERIAL EXECUTION P P3 P4 P1A P4a P1B LSB X X X X X X X X X X X X X X MSB Execute PC - 1, Fetch SIX Control Code 24-Bit Instruction Fetch Execute 24-Bit Instruction, Fetch Next Control Code PGD = Input FIGURE 6-4: REGOUT SERIAL EXECUTION PGC P4 P P4a PGD LSb MSb Execute Previous Instruction, CPU Held in Idle Shift Out VISI Register<15:0> Fetch REGOUT Control Code No Execution Takes Place, Fetch Next Control Code PGD = Input PGD = Output PGD = Input DS70619B-page Microchip Technology Inc.
27 6.4 Flash Memory Programming in ICSP Mode PROGRAMMING OPERATIONS Flash memory write and erase operations are controlled by the NVMCON register. Programming is performed by setting NVMCON to select the type of erase operation (Table 6-2) or write operation (Table 6-3) and initiating the programming by setting the WR control bit (NVMCON<15>). In ICSP mode, all programming operations are self-timed. There is an internal delay between the user setting the WR control bit and the automatic clearing of the WR control bit when the programming operation is complete. Please refer to Section 9.0 AC/DC Characteristics and Timing Requirements for detailed information about the delays associated with various programming operations. TABLE 6-2: NVMCON ERASE OPERATIONS NVMCON Erase Operation Value 0x400F Erase all primary and auxiliary program Flash memory, executive memory and CodeGuard Configuration registers (does not erase Unit ID or Device ID registers). 0x400E Erase all primary and auxiliary user program Flash memory and CodeGuard Configuration registers (does not erase Unit ID or Device ID registers). 0x400D Erase entire primary program Flash memory and FGS Configuration register. 0x400A Erase entire auxiliary program Flash memory and FAS Configuration register. 0x4003 Erase a page of code memory or executive memory. TABLE 6-3: NVMCON Value 0x4002 0x4001 0x4000 NVMCON WRITE OPERATIONS Write Operation Program 1 row (128 instruction words) of primary or auxiliary Flash memory or executive memory. Program an even-odd pair of words in primary or auxiliary Flash memory. Write a Configuration register byte STARTING AND STOPPING A PROGRAMMING CYCLE The WR bit (NVMCON<15>) is used to start an erase or write cycle. Setting the WR bit initiates the programming cycle. All erase and write cycles are self-timed. The WR bit should be polled to determine if the erase or write cycle has been completed. Starting a programming cycle is performed as follows: BSET NVMCON, #WR FIGURE 6-5: ENTERING ICSP MODE MCLR P6 P14 P21 VIH VIH P19 P7 P1 5 VDD PGEDx Program/Verify Entry Code = 0x4D b31 b30 b29 b28 b27 b3 b2 b1 b0 PGECx P18 P1A P1B Microchip Technology Inc. DS70619B-page 27
28 REGISTER 6-1: NVMCON: NON-VOLATILE MEMORY (NVM) CONTROL REGISTER R/SO-0 (1) R/W-0 (1) R/W-0 (1) R/W-0 U-0 U-0 U-0 U-0 WR WREN WRERR NVMSIDL (2) bit 15 bit 8 U-0 U-0 U-0 U-0 R/W-0 (1) R/W-0 (1) R/W-0 (1) R/W-0 (1) NVMOP<3:0> (3,5) bit 7 bit 0 Legend: SO = Satiable only bit R = Readable bit W = Writable bit U = Unimplemented bit, read as 0 -n = Value at POR 1 = Bit is set 0 = Bit is cleared x = Bit is unknown bit 15 bit 14 WR: Write Control bit 1 = Initiates a Flash memory program or erase operation. The operation is self-timed and the bit is cleared by hardware once operation is complete 0 = Program or erase operation is complete and inactive WREN: Write Enable bit 1 = Enable Flash program/erase operations 0 = Inhibit Flash program/erase operations bit 13 WRERR: Write Sequence Error Flag bit 1 = An improper program or erase sequence attempt or termination has occurred (bit is set automatically on any set attempt of the WR bit) 0 = The program or erase operation completed normally bit 12 NVMSIDL: NVM Stop-in-Idle Control bit (2) 1 = Discontinue primary and auxiliary Flash operation when the device enters Idle mode 0 = Continue primary and auxiliary Flash operation when the device enters Idle mode bit 11-4 Unimplemented: Read as 0 bit 3-0 NVMOP<3:0>: NVM Operation Select bits (3,5) 1111 = User memory (primary and auxiliary Flash) and executive memory bulk erase operation 1110 = User memory bulk erase operation (primary and auxiliary Flash) 1101 = Bulk erase primary program Flash memory 1100 = Reserved 1011 = Reserved 1010 = Bulk erase auxiliary program Flash memory 0011 = Memory page erase operation 0010 = Memory row program operation 0001 = Memory double-word (even-odd pair of words aligned at an address that is a multiple of 0x4) program operation = Program a single configuration register byte Note 1: These bits can only be reset on POR. 2: When exiting Idle mode, there is a delay (TNPD) before Flash memory becomes operational. 3: All other combinations of NVMOP<3:0> are unimplemented. 4: The entire segment is erased with the exception of IVT. 5: Execution of the PWRSAV instruction is ignored while any of the NVM operations are in progress. DS70619B-page Microchip Technology Inc.
29 6.5 Erasing Program Memory FIGURE 6-6: BULK ERASE FLOW The procedure for erasing program memory (all of primary Flash memory, auxiliary Flash memory, executive memory and code-protect Configuration bits) consists of setting NVMCON to 0x400F and then executing the programming cycle. For segment erase operations, the NVMCON value should be modified suitably, according to Table 6-2. Figure 6-6 shows the ICSP programming process for Bulk Erasing program memory. This process includes the ICSP command code, which must be transmitted (for each instruction) Least Significant bit first, using the PGC and PGD pins (see Figure 6-2). Note: Program memory must be erased before writing any data to program memory. Start Write 0x400F to NVMCON SFR Set the WR bit to Initiate Erase Delay P11 + P10 Time End TABLE 6-4: Command (Binary) SERIAL INSTRUCTION EXECUTION FOR BULK ERASING CODE MEMORY Data (Hex) Step 1: Exit the Reset vector GOTO 0x200 Step 2: Set the NVMCON to erase all program memory. 2400EA 88394A Step 3: Initiate the erase cycle. #0x400F, W10 W10, NVMCON #0x55, W W1, NVMKEY 200AA1 #0xAA, W W1, NVMKEY A8E729 BSET NVMCON, #WR Step 4: Wait for Bulk Erase operation to complete and make sure WR bit is clear. Externally time P11 msec (see Section 9.0 AC/DC Characteristics and Timing Requirements ) to allow sufficient time for the Bulk Erase operation to complete Microchip Technology Inc. DS70619B-page 29
30 6.6 Writing Code Memory The procedure for writing code memory (primary or auxiliary Flash) is similar to the procedure for writing the Configuration registers, except that 128 instruction words are programmed at a time. To facilitate this operation, working registers, W0:W5, are used as temporary holding registers for the data to be programmed. Table 6-5 shows the ICSP programming details, including the serial pattern with the ICSP command code, which must be transmitted Least Significant bit first using the PGC and PGD pins (see Figure 6-2). In Step 1, the Reset vector is exited. To minimize the programming time, the same packed instruction format that the programming executive uses is utilized (Figure 5-4). In Step 2, the pointer and TBLPAG register are configured to point to the start of the latch block (0xFA). In Step 3, four packed instruction words are stored in working registers, W0:W5, using the instruction and the read pointer, W6, is initialized. The contents of W0:W5 holding the packed instruction word data are shown in Figure 6-7. In Step 4, eight TBLWT instructions are used to copy the data from W0:W5 to the write latches. Since code memory is programmed 128 instruction words at a time, Steps 3-4 are repeated 32 times to load all the write latches (Step 5). The NVMADRU/NVMADR register-pair are then initialized to point to the correct row address. After the write latches are loaded, programming is initiated by writing to the NVMCON register in Step 7 and setting the WR bit in Step 8. In Step 9, the internal PC is reset to 0x200 every time the NVMCON register is inspected for polling the WR bit. This is a precautionary measure to prevent the PC from incrementing into unimplemented memory when large devices are being programmed. Lastly, in Step 10, Steps 2-9 are repeated until all of code memory is programmed. FIGURE 6-7: PACKED INSTRUCTION WORDS IN W0:W W0 LSW0 W1 MSB1 MSB0 W2 LSW1 W3 LSW2 W4 MSB3 MSB2 W5 LSW3 TABLE 6-5: Command (Binary) SERIAL INSTRUCTION EXECUTION FOR WRITING CODE MEMORY (PRIMARY OR AUXILIARY FLASH) Data (Hex) Step 1: Exit the Reset vector GOTO 0x200 Step 2: Initialize the write pointer and TBLPAG register for writing to latches. 200FAC #0xFA, W AC W12, TBLPAG 27 #0, W7 Step 3: Initialize the read pointer (W6) and load W0:W5 with the next 4 instruction words to program. 2xxxx0 2xxxx1 2xxxx2 2xxxx3 2xxxx4 2xxxx5 #<LSW0>, W0 #<MSB1:MSB0>, W1 #<LSW1>, W2 #<LSW2>, W3 #<MSB3:MSB2>, W4 #<LSW3>, W5 DS70619B-page Microchip Technology Inc.
31 TABLE 6-5: Command (Binary) Step 4: Set the read pointer (W6) and load the (next set of) write latches. EB BB0BB BBDBB BBEBB BB1BB BB0BB BBDBB BBEBB BB1BB CLR W6 TBLWTL[W6++], [W7] TBLWTH.B[W6++], [W7++] TBLWTH.B[W6++], [++W7] TBLWTL[W6++], [W7++] TBLWTL[W6++], [W7] TBLWTH.B[W6++], [W7++] TBLWTH.B[W6++], [++W7] TBLWTL[W6++], [W7++] Step 5: Repeat steps 3-4 thirty-two times to load the write latches for 128 instructions. Step 6: Set the NVMADRU/NVMADR register-pair to point to the correct row. 2xxxx2 #DestinationAddress<15:0>, W2 2xxxx3 #DestinationAddress<23:16>, W W3, NVMADRU W2, NVMADR Step 7: Set the NVMCON to program 128 instruction words A 88394A Step 8: Initiate the write cycle. SERIAL INSTRUCTION EXECUTION FOR WRITING CODE MEMORY (PRIMARY OR AUXILIARY FLASH) (CONTINUED) Data (Hex) AA A8E BSET (1) (1) (1) (1) (1) #0x4002, W10 W10, NVMCON #0x55, W1 W1, NVMKEY #0xAA, W1 W1, NVMKEY NVMCON, #WR Microchip Technology Inc. DS70619B-page 31
32 TABLE 6-5: Command (Binary) Step 9: Wait for Row Program operation to complete and make sure WR bit is clear SERIAL INSTRUCTION EXECUTION FOR WRITING CODE MEMORY (PRIMARY OR AUXILIARY FLASH) (CONTINUED) Data (Hex) C40 00 <VISI> Externally time P13 msec (see Section 9.0 AC/DC Characteristics and Timing Requirements ) to allow sufficient time for the Row Program operation to complete. NVMCON, W0 W0, VISI Clock out contents of VISI register. GOTO 0x200 Repeat until the WR bit is clear. Step 10: Repeat steps 2-9 until all code memory is programmed. Note 1: These three instructions must be transmitted with a clock frequency greater than 2 MHz. DS70619B-page Microchip Technology Inc.
33 FIGURE 6-8: PROGRAM CODE MEMORY FLOW Start Configure Device for Writes N = 1 LoopCount = 0 N = N + 1 Load 2 Bytes to Write Buffer at <Addr> No All bytes written? N = 1 LoopCount = LoopCount + 1 Yes Start Write Sequence and Poll for WR bit to be cleared No All locations done? End Yes Microchip Technology Inc. DS70619B-page 33
34 6.7 Writing Configuration Memory The 8-bit Configuration registers are programmable, one register at a time. The default programming values recommended for the Configuration registers are shown in Table 6-6. The recommended default FOSCSEL value is 0x87, which selects the FRC clock oscillator setting. Just like code memory, Configuration registers are programmed by first setting up the programmed value in a latch (located at address 0xFA), specifying the configuration register address in the NVMADRU and NVMADR registers, and then initiating a configuration write operation. The FGS and FAS Configuration registers are special since they enable code protection for the device. For security purposes, once any bit in these registers is programmed to 0 (to enable code protection), it can only be set back to 1 by performing a Bulk Erase as described in Section 6.5 Erasing Program Memory. TABLE 6-6: TABLE 6-7: Command (Binary) DEFAULT CONFIGURATION REGISTER VALUES Address Name Default Value 0xF80004 FGS 0x03 0xF80006 FOSCSEL 0x87 0xF80008 FOSC 0xE7 0xF8000A FWDT 0xFF 0xF8000C FPOR 0x3F 0xF8000E FICD 0xD7 0xF80010 FAS 0x03 0xF80012 FUID0 0xFF SERIAL INSTRUCTION EXECUTION FOR WRITING CONFIGURATION REGISTERS Data (Hex) Step 1: Exit the Reset vector GOTO 0x200 Step 2: Initialize the write pointer for writing to the latches. 27 #0x, W7 Step 3: Initialize the TBLPAG register for writing to the latches. 200FAC #0xFA, W AC W12, TBLPAG Step 4: Load the Configuration register data to W6. 2xxxx0 #<CONFIG_VALUE>, W0 Step 5: Write the Configuration register data to the write latch and increment the write pointer. BB0B TBLWTL W0, [W7] Step 6: Set the NVMADRU/NVMADR register-pair to point to the Configuration register. 2xxxx2 2xxxx #DestinationAddress<15:0>, W2 #DestinationAddress<23:16>, W3 W3, NVMADRU W2, NVMADR DS70619B-page Microchip Technology Inc.
35 TABLE 6-7: Command (Binary) Step 7: Set the NVMCON register to program one Configuration register A 88394A Step 8: Initiate the write cycle SERIAL INSTRUCTION EXECUTION FOR WRITING CONFIGURATION REGISTERS (CONTINUED) Data (Hex) C40 00 <VISI> #0x4000, W10 W10, NVMCON #0x55, W W1, NVMKEY 200AA1 #0xAA, W W1, NVMKEY A8E729 BSET NVMCON, #WR Step 9: Wait for the Configuration Register Write operation to complete and make sure WR bit is clear. Externally time P20 msec (see Section 9.0 AC/DC Characteristics and Timing Requirements ) to allow sufficient time for the Configuration Register Write operation to complete. NVMCON, W0 W0, VISI Clock out contents of VISI register. GOTO 0x200 Repeat until the WR bit is clear. Step 10: Repeat steps 4-9 until all eight Configuration registers are written Microchip Technology Inc. DS70619B-page 35
36 6.8 Reading Code Memory Reading from code memory (primary or auxiliary Flash) is performed by executing a series of TBLRD instructions and clocking out the data using the REGOUT command. Table 6-8 shows the ICSP programming details for reading code memory. In Step 1, the Reset vector is exited. In Step 2, the 24-bit starting source address for reading is loaded into the TBLPAG register and W6 register. The upper byte of the starting source address is stored in TBLPAG and the lower 16 bits of the source address are stored in W6. To minimize the reading time, the packed instruction word format that was utilized for writing is also used for reading (see Figure 6-7). In Step 3, the write pointer, W7, is initialized. In Step 4, two instruction words are read from code memory and clocked out of the device, through the VISI register, using the REGOUT command. Step 4 is repeated until the desired amount of code memory is read. TABLE 6-8: Command (Binary) SERIAL INSTRUCTION EXECUTION FOR READING CODE MEMORY (PRIMARY OR AUXILIARY FLASH) Data (Hex) Step 1: Exit the Reset vector GOTO 0x200 Step 2: Initialize TBLPAG and the read pointer (W6) for TBLRD instruction. 200xx0 8802A0 2xxxx6 #<SourceAddress23:16>, W0 W0, TBLPAG #<SourceAddress15:0>, W6 DS70619B-page Microchip Technology Inc.
37 TABLE 6-8: Command (Binary) Step 3: Initialize the write pointer (W7) and store the next four locations of code memory to W0:W5. SERIAL INSTRUCTION EXECUTION FOR READING CODE MEMORY (PRIMARY OR AUXILIARY FLASH) (CONTINUED) Data (Hex) EB BA1B BADBB BADBD BA1BB BA1B BADBB BADBD BA0BB CLR TBLRDL TBLRDH.B TBLRDH.B TBLRDL TBLRDL TBLRDH.B TBLRDH.B TBLRDL W7 [W6], [W7++] [W6++], [W7++] [++W6], [W7++] [W6++], [W7++] [W6], [W7++] [W6++], [W7++] [++W6], [W7++] [W6++], [W7] Microchip Technology Inc. DS70619B-page 37
38 TABLE 6-8: Command (Binary) Step 4: Output W0:W5 using the VISI register and REGOUT command C40 00 <VISI> C41 00 <VISI> C42 00 <VISI> C43 00 <VISI> C44 00 <VISI> C45 00 <VISI> 00 W0, VISI Clock out contents of VISI register. W1, VISI Clock out contents of VISI register. W2, VISI Clock out contents of VISI register. W3, VISI Clock out contents of VISI register. W4, VISI Clock out contents of VISI register. W5, VISI Clock out contents of VISI register. Step 5: Repeat step 4 until all desired code memory is read. Step 6: Reset device internal PC. SERIAL INSTRUCTION EXECUTION FOR READING CODE MEMORY (PRIMARY OR AUXILIARY FLASH) (CONTINUED) Data (Hex) GOTO 0x200 DS70619B-page Microchip Technology Inc.
39 6.9 Reading Configuration Memory The procedure for reading configuration memory is similar to the procedure for reading code memory, except that 16-bit data words are read (with the upper byte read being all 0 s) instead of 24-bit words. Since there are eight Configuration registers, they are read one register at a time. Table 6-9 shows the ICSP programming details for reading all of the configuration memory. Note that the TBLPAG register is hard coded to 0xF8 (the upper byte address of configuration memory) and the read pointer, W6, is initialized to 0x0004. TABLE 6-9: SERIAL INSTRUCTION EXECUTION FOR READING ALL CONFIGURATION MEMORY Command Data (Binary) (Hex) Step 1: Exit the Reset vector GOTO 0x200 Step 2: Initialize TBLPAG, the read pointer (W6) and the write pointer (W7) for TBLRD instruction. 200F A F #0xF8, W0 W0, TBLPAG #0x04, W6 #VISI, W7 Step 3: Read the Configuration register and write it to the VISI register (located at 0x784) and clock out the VISI register using the REGOUT command BA0BB <VISI> TBLRDL [W6++], [W7] Clock out contents of VISI register. Step 4: Repeat step 3 eight times to read all the Configuration registers. Step 5: Reset device internal PC GOTO 0x Microchip Technology Inc. DS70619B-page 39
40 6.10 Verify Code Memory and Configuration Word The verify step involves reading back the code memory space and comparing it against the copy held in the programmer s buffer. The Configuration registers are verified with the rest of the code. The verify process is shown in the flowchart in Figure 6-9. Memory reads occur a single byte at a time, so two bytes must be read to compare against the word in the programmer s buffer. Refer to Section 6.8 Reading Code Memory for implementation details of reading code memory. Note: Because the Configuration registers include the device code protection bit, code memory should be verified immediately after writing, if the code protection is enabled. This is because the device will not be readable or verifiable if a device Reset occurs after the code-protect bit in the FGS or FAS Configuration register has been cleared Reading the Application ID Word The Application ID Word is stored at address 0x8007F0 in executive code memory. To read this memory location, you must use the SIX control code to move this program memory location to the VISI register. Then, the REGOUT control code must be used to clock the contents of the VISI register out of the device. The corresponding control and instruction codes that must be serially transmitted to the device to perform this operation are shown in Table After the programmer has clocked out the Application ID Word, it must be inspected. If the application ID has the value 0xDD, the programming executive is resident in memory and the device can be programmed using the mechanism described in Section 3.0 Device Programming Enhanced ICSP. However, if the application ID has any other value, the programming executive is not resident in memory; it must be loaded to memory before the device can be programmed. The procedure for loading the programming executive to memory is described in Section 7.0 Programming the Programming Executive to Memory. FIGURE 6-9: VERIFY CODE MEMORY FLOW Start Set TBLPTR = Exiting ICSP Mode Exiting Program/Verify mode is done by removing VIH from MCLR, as shown in Figure The only requirement for exit is that an interval P16 should elapse between the last clock and program signals on PGC and PGD before removing VIH. FIGURE 6-10: EXITING ICSP MODE P16 P17 Read Low Byte with Post-Increment MCLR VIH VDD Read High Byte with Post-Increment PGD VIH Does Word = Expect Data? No PGC PGD = Input Yes No All code memory verified? End Yes Failure Report Error DS70619B-page Microchip Technology Inc.
41 TABLE 6-10: Command (Binary) SERIAL INSTRUCTION EXECUTION FOR READING THE APPLICATION ID WORD Data (Hex) Step 1: Exit the Reset vector GOTO 0x200 Step 2: Initialize TBLPAG and the read pointer (W0) for TBLRD instruction #0x80, W0 8802A0 W0, TBLPAG 207F00 #0x7F0, W0 20F881 #VISI, W1 00 BA TBLRDL [W0], [W1] Step 3: Output the VISI register using the REGOUT command <VISI> Clock out contents of the VISI register Microchip Technology Inc. DS70619B-page 41
42 7.0 PROGRAMMING THE PROGRAMMING EXECUTIVE TO MEMORY 7.1 Overview If it is determined that the programming executive is not present in executive memory (as described in Section 3.2 Confirming the Presence of the Programming Executive ), it must be programmed into executive memory using ICSP, as described in Section 6.0 Device Programming ICSP. Storing the programming executive to executive memory is similar to normal programming of code memory. Namely, the executive memory must first be erased, and then the programming executive must be programmed 128 words at a time. This control flow is summarized in Table 7-1. TABLE 7-1: Command (Binary) PROGRAMMING THE PROGRAMMING EXECUTIVE Data (Hex) Step 1: Exit the Reset vector and erase executive memory GOTO 0x200 Step 2: Initialize the NVMCON to erase a page of executive memory A #0x4003, W A W10, NVMCON Step 3: Initiate the erase cycle, wait for erase to complete and make sure WR bit is clear #0x80, W W3, NVMADRU 22 #0x00, W W2, NVMADR #0x55, W W1, NVMKEY 200AA1 #0xAA, W W1, NVMKEY A8E729 BSET NVMCON, # Externally time P12 msec (see Section 9.0 AC/DC Characteristics and Timing Requirements ) to allow sufficient time for the Page Erase operation to complete NVMCON, W C40 W0, VISI <VISI> Clock out contents of VISI register. Repeat until the WR bit is clear. Step 4: Repeat Step 3 to erase the second page of executive memory (modifying NVMADR suitably). Step 5: Initialize the NVMCON to program 128 instruction words A 88394A #0x4002, W10 W10, NVMCON DS70619B-page Microchip Technology Inc.
43 TABLE 7-1: Command (Binary) Step 6: Initialize TBLPAG, the write pointer (W7), NVMADRU and NVMADR for each row. PROGRAMMING THE PROGRAMMING EXECUTIVE (CONTINUED) Data (Hex) A0 2xxxx FAC 8802AC EB CLR #0x80, W3 W3, NVMADRU #DestinationAddress<15:0>, W2 W2, NVMADR #0xFA, W12 W12, TBLPAG W7 Step 7: Load W0:W5 with the next 4 words of packed programming executive code and initialize W6 for programming. Programming starts from the base of executive memory (0x80) using W6 as a read pointer and W7 as a write pointer. 2<LSW0>0 #<LSW0>, W0 2<MSB1:MSB0>1 #<MSB1:MSB0>, W1 2<LSW1>2 #<LSW1>, W2 2<LSW2>3 #<LSW2>, W3 2<MSB3:MSB2>4 #<MSB3:MSB2>, W4 2<LSW3>5 #<LSW3>, W5 Step 8: Set the read pointer (W6) and load the (next four write) latches. EB0300 CLR W6 00 BB0BB BBDBB BBEBB BB1BB BB0BB BBDBB BBEBB BB1BB TBLWTL [W6++], [W7] TBLWTH.B[W6++], [W7++] TBLWTH.B[W6++], [++W7] TBLWTL [W6++], [W7++] TBLWTL [W6++], [W7] TBLWTH.B[W6++], [W7++] TBLWTH.B[W6++], [++W7] TBLWTL [W6++], [W7++] Step 9: Repeat Steps 7-8 thirty-two times to load the write latches for the 128 instructions Microchip Technology Inc. DS70619B-page 43
44 TABLE 7-1: Command (Binary) Step 10: Initiate the programming cycle #0x55, W W1, NVMKEY 200AA1 #0xAA, W W1, NVMKEY A8E729 BSET NVMCON, # (1) (1) (1) (1) (1) Step 11: Wait for the Row Program operation to complete PROGRAMMING THE PROGRAMMING EXECUTIVE (CONTINUED) Data (Hex) C40 00 <VISI> Externally time P13 msec (see Section 9.0 AC/DC Characteristics and Timing Requirements ) to allow sufficient time for the Row Program operation to complete. NVMCON, W0 W0, VISI Clock out contents of VISI register. GOTO 0x200 Repeat until the WR bit is clear. Step 12: Repeat Steps 6-11 until all 16 rows of executive memory have been programmed. Note 1: These three instructions must be transmitted with a clock frequency greater than 2 MHz. DS70619B-page Microchip Technology Inc.
45 7.2 Programming Verification After the programming executive has been programmed to executive memory using ICSP, it must be verified. Verification is performed by reading out the contents of executive memory and comparing it with the image of the programming executive stored in the programmer. Reading the contents of executive memory can be performed using the same technique described in Section 6.8 Reading Code Memory. A procedure for reading executive memory is shown in Table 7-2. Note that in Step 2, the TBLPAG register is set to 0x80, such that executive memory may be read. TABLE 7-2: READING EXECUTIVE MEMORY Command Data (Binary) (Hex) Step 1: Exit the Reset vector GOTO 0x200 Step 2: Initialize TBLPAG and the read pointer (W6) for TBLRD instruction A0 EB0300 CLR #0x80, W0 W0, TBLPAG W Microchip Technology Inc. DS70619B-page 45
46 TABLE 7-2: Command (Binary) Step 3: Initialize the write pointer (W7) and store the next four locations of code memory to W0:W5. READING EXECUTIVE MEMORY (CONTINUED) Data (Hex) EB BA1B BADBB BADBD BA1BB BA1B BADBB BADBD BA0BB CLR TBLRDL TBLRDH.B TBLRDH.B TBLRDL TBLRDL TBLRDH.B TBLRDH.B TBLRDL W7 [W6], [W7++] [W6++], [W7++] [++W6], [W7++] [W6++], [W7++] [W6], [W7++] [W6++], [W7++] [++W6], [W7++] [W6++], [W7] DS70619B-page Microchip Technology Inc.
47 TABLE 7-2: Command (Binary) Step 4: Output W0:W5 using the VISI register and REGOUT command C40 00 <VISI> C41 00 <VISI> C42 00 <VISI> C43 00 <VISI> C44 00 <VISI> C45 00 <VISI> 00 Step 5: Reset the device internal PC. READING EXECUTIVE MEMORY (CONTINUED) Data (Hex) W0, VISI Clock out contents of VISI register. W1, VISI Clock out contents of VISI register. W2, VISI Clock out contents of VISI register. W3, VISI Clock out contents of VISI register. W4, VISI Clock out contents of VISI register. W5, VISI Clock out contents of VISI register. GOTO 0x200 Step 6: Repeat Steps 4-5 until all 2048 instruction words of executive memory are read Microchip Technology Inc. DS70619B-page 47
48 8.0 DEVICE ID The device ID region of memory can be used to determine mask, variant and manufacturing information about the chip. The device ID region is 2 x 16 bits and it can be read using the READC command. This region of memory is read-only and can also be read when code protection is enabled. Table 8-1 lists the identification information for each device. Table 8-2 shows the Device ID registers. Register 8-1 provides the JTAG ID register format. TABLE 8-1: DEVICE IDs AND REVISION Device DEVID Register Value DEVREV Register Value Silicon Revision dspic33ep256mu806 0x185A dspic33ep256mu810 0x1862 dspic33ep256mu814 0x1863 PIC24EP256GU810 0x1826 PIC24EP256GU814 0x1827 dspic33ep512gp806 0x187D dspic33ep512mc806 0x1879 0x4002 B1 dspic33ep512mu810 0x1872 dspic33ep512mu814 0x1873 PIC24EP512GP806 0x183D PIC24EP512GU810 0x1836 PIC24EP512GU814 0x1837 TABLE 8-2: dspic33e/pic24e PROGRAMMING SPECIFICATION DEVICE ID REGISTERS Bit Address Name xFF DEVID DEVID Value 0xFF0002 DEVREV DEVREV Value REGISTER 8-1: JTAG ID REGISTER DEVREV<3:0> DEVID<15:0> Manufacturer ID (0x053) 4 bits 16 bits 12 bits DS70619B-page Microchip Technology Inc.
49 9.0 AC/DC CHARACTERISTICS AND TIMING REQUIREMENTS Table 9-1 lists the AC/DC characteristics and timing requirements. TABLE 9-1: AC/DC CHARACTERISTICS AND TIMING REQUIREMENTS Standard Operating Conditions Operating Temperature: 40 C-85 C. Programming at 25 C is recommended. Param. Symbol No. Characteristic Min. Max. Units Conditions D111 VDD Supply Voltage During Programming V Normal programming (1) D112 IPP Programming Current on MCLR 5 μa D113 IDDP Supply Current During Programming 10 ma D114 IPP Instantaneous Peak Current During 200 ma Start-up D031 VIL Input Low Voltage VSS 0.2 VDD V D041 VIH Input High Voltage 0.8 VDD VDD V D080 VOL Output Low Voltage 0.4 V IOL = 8 3.3V D090 VOH Output High Voltage 2.4 V IOH = 8 3.3V D012 CIO Capacitive Loading on I/O pin (PGD) 50 pf To meet AC specifications P1 TPGC Serial Clock (PGC) Period (ICSP ) 200 ns P1 TPGC Serial Clock (PGC) Period (Enhanced 500 ns ICSP) P1A TPGCL Serial Clock (PGC) Low Time (ICSP) 80 ns P1A TPGCL Serial Clock (PGC) Low Time (Enhanced 200 ns ICSP) P1B TPGCH Serial Clock (PGC) High Time (ICSP) 80 ns P1B TPGCH Serial Clock (PGC) High Time (Enhanced 200 ns ICSP) P2 TSET1 Input Data Setup Time to PGC 15 ns P3 THLD1 Input Data Hold Time from PGC 15 ns P4 TDLY1 Delay between 4-bit Command and 40 ns Command Operand P4A TDLY1A Delay between Command Operand and 40 ns Next 4-bit Command P5 TDLY2 Delay between Last PGC of Command 20 ns to First PGC of Read of Data Word P6 TSET2 VDD Setup Time to MCLR 100 ns P7 THLD2 Input Data Hold Time from MCLR 25 ms P8 TDLY3 Delay between Last PGC of Command Byte to PGD by Programming Executive 12 μs P9a TDLY4 Programming Executive Command Processing Time 10 μs Note 1: VDD must also be supplied to the AVDD and VUSB pins during programming. AVDD and AVSS should always be within ±0.3V of VDD and VSS, respectively. 2: Time depends on the FRC accuracy and the value of the FRC Oscillator tuning register. Refer to the Electrical Characteristics chapter in the specific device data sheet Microchip Technology Inc. DS70619B-page 49
50 TABLE 9-1: AC/DC CHARACTERISTICS AND TIMING REQUIREMENTS (CONTINUED) Standard Operating Conditions Operating Temperature: 40 C-85 C. Programming at 25 C is recommended. Param. No. Symbol Characteristic Min. Max. Units Conditions P9b TDLY5 Delay between PGD by Programming Executive to PGD Released by Programming Executive μs P10 TDLY6 PGC Low Time After Programming 400 ns P11 TDLY7 Bulk Erase Time ms See Note 2 (primary and auxiliary Flash memory) P11a TDLY7a Bulk Erase Time (primary Flash memory) ms See Note 2 P11b TDLY7b Bulk Erase Time (auxiliary Flash memory) ms See Note 2 P12 TDLY8 Page Erase Time ms See Note 2 P13 TDLY9 Row Programming Time ms See Note 2 P14 TR MCLR Rise Time to Enter ICSP mode 1.0 μs P15 TVALID Data Out Valid from PGC 10 ns P16 TDLY10 Delay between Last PGC and MCLR 0 s P17 THLD3 MCLR to VDD 100 ns P18 TKEY1 Delay from First MCLR to First PGC 1 ms for Key Sequence on PGD P19 TKEY2 Delay from Last PGC for Key Sequence 25 ns on PGD to Second MCLR P20 TDLY11 Maximum Wait Time for Configuration 25 ms Register Programming P21 TMCLRH MCLR High Time 500 μs Note 1: VDD must also be supplied to the AVDD and VUSB pins during programming. AVDD and AVSS should always be within ±0.3V of VDD and VSS, respectively. 2: Time depends on the FRC accuracy and the value of the FRC Oscillator tuning register. Refer to the Electrical Characteristics chapter in the specific device data sheet. DS70619B-page Microchip Technology Inc.
51 APPENDIX A: HEX FILE FORMAT Flash programmers process the standard HEX format used by the Microchip development tools. The format supported is the Intel HEX32 Format (INHX32). Please refer to Appendix A in the MPASM Users Guide (DS33014) for more information about hex file formats. The basic format of the hex file is: :BBAAAATTHHHH...HHHHCC Each data record begins with a 9-character prefix and always ends with a 2-character checksum. All records begin with : regardless of the format. The individual elements are described below. BB is a two-digit hexadecimal byte count representing the number of data bytes that appear on the line. Divide this number by two to get the number of words per line. AAAA is a four-digit hexadecimal address representing the starting address of the data record. Format is high byte first followed by low byte. The address is doubled because this format only supports 8 bits. Divide the value by two to find the real device address. TT is a two-digit record type that will be 00 for data records, 01 for end-of-file records and 04 for extended-address record. HHHH is a four-digit hexadecimal data word. Format is low byte followed by high byte. There will be BB/2 data words following TT. CC is a two-digit hexadecimal checksum that is the two s complement of the sum of all the preceding bytes in the line record. Because the Intel hex file format is byte-oriented, and the 16-bit program counter is not, program memory sections require special treatment. Each 24-bit program word is extended to 32 bits by inserting a so-called phantom byte. Each program memory address is multiplied by 2 to yield a byte address. As an example, a section that is located at 0x100 in program memory will be represented in the hex file as 0x200. The hex file will be produced with the following contents: :0204fa : :0001FF Notice that the data record (line 2) has a load address of 0200, while the source code specified address 0x100. Note also that the data is represented in little-endian format, meaning the Least Significant Byte (LSB) appears first. The phantom byte appears last, just before the checksum Microchip Technology Inc. DS70619B-page 51
52 APPENDIX B: REVISION HISTORY Revision A (December 2009) This is the initial released version of this document. Revision B (June 2011) This revision includes the following updates: Updated Section 2.1 Required Connections Added the VUSB pin reference to the list of Pin Names and to Note 1 of Pins Used During Programming (Table 2-1) Removed Section 2.3 Pins Used During Programming Add the following devices to Code Memory Size (Table 2-2), Device IDs and Revision (Table 8-1): - dspic33ep512gp806 - dspic33ep512mc806 - PIC24EP512GP806 Updated the Program Memory Map (Figure 2-2) Updated the interval time in the next to last paragraph of Section 3.3 Entering Enhanced ICSP Mode Updated Entering Enhanced ICSP Mode (Figure 3-3) Renumbered and updated Section 4.0 Checksum Computation Updated the interval time in the next to last paragraph of Section 6.2 Entering ICSP Mode Updated Entering ICSP Mode (Figure 6-5) These changes were made to the AC/DC Characteristics and Timing Requirements (Table 9-1): - Updated the Min value for parameter D111 - Updated the Max value for parameter D113 - Added parameter D114 - Removed parameter D013 - Updated the Max value and the conditions for parameter D80 - Updated the Min value and the conditions for parameter D90 - Updated the Min and Max values for parameter P17 - Updated the Units for parameter P18 - Added the VUSB pin reference to Note 1 Updates to formatting and minor text changes were incorporated throughout the document. DS70619B-page Microchip Technology Inc.
53 Note the following details of the code protection feature on Microchip devices: Microchip products meet the specification contained in their particular Microchip Data Sheet. Microchip believes that its family of products is one of the most secure families of its kind on the market today, when used in the intended manner and under normal conditions. There are dishonest and possibly illegal methods used to breach the code protection feature. All of these methods, to our knowledge, require using the Microchip products in a manner outside the operating specifications contained in Microchip s Data Sheets. Most likely, the person doing so is engaged in theft of intellectual property. Microchip is willing to work with the customer who is concerned about the integrity of their code. Neither Microchip nor any other semiconductor manufacturer can guarantee the security of their code. Code protection does not mean that we are guaranteeing the product as unbreakable. Code protection is constantly evolving. We at Microchip are committed to continuously improving the code protection features of our products. Attempts to break Microchip s code protection feature may be a violation of the Digital Millennium Copyright Act. If such acts allow unauthorized access to your software or other copyrighted work, you may have a right to sue for relief under that Act. Information contained in this publication regarding device applications and the like is provided only for your convenience and may be superseded by updates. It is your responsibility to ensure that your application meets with your specifications. MICROCHIP MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND WHETHER EXPRESS OR IMPLIED, WRITTEN OR ORAL, STATUTORY OR OTHERWISE, RELATED TO THE INFORMATION, INCLUDING BUT NOT LIMITED TO ITS CONDITION, QUALITY, PERFORMANCE, MERCHANTABILITY OR FITNESS FOR PURPOSE. Microchip disclaims all liability arising from this information and its use. Use of Microchip devices in life support and/or safety applications is entirely at the buyer s risk, and the buyer agrees to defend, indemnify and hold harmless Microchip from any and all damages, claims, suits, or expenses resulting from such use. No licenses are conveyed, implicitly or otherwise, under any Microchip intellectual property rights. Trademarks The Microchip name and logo, the Microchip logo, dspic, KEELOQ, KEELOQ logo, MPLAB, PIC, PICmicro, PICSTART, PIC 32 logo, rfpic and UNI/O are registered trademarks of Microchip Technology Incorporated in the U.S.A. and other countries. FilterLab, Hampshire, HI-TECH C, Linear Active Thermistor, MXDEV, MXLAB, SEEVAL and The Embedded Control Solutions Company are registered trademarks of Microchip Technology Incorporated in the U.S.A. Analog-for-the-Digital Age, Application Maestro, chipkit, chipkit logo, CodeGuard, dspicdem, dspicdem.net, dspicworks, dsspeak, ECAN, ECONOMONITOR, FanSense, HI-TIDE, In-Circuit Serial Programming, ICSP, Mindi, MiWi, MPASM, MPLAB Certified logo, MPLIB, MPLINK, mtouch, Omniscient Code Generation, PICC, PICC-18, PICDEM, PICDEM.net, PICkit, PICtail, REAL ICE, rflab, Select Mode, Total Endurance, TSHARC, UniWinDriver, WiperLock and ZENA are trademarks of Microchip Technology Incorporated in the U.S.A. and other countries. SQTP is a service mark of Microchip Technology Incorporated in the U.S.A. All other trademarks mentioned herein are property of their respective companies , Microchip Technology Incorporated, Printed in the U.S.A., All Rights Reserved. Printed on recycled paper. ISBN: Microchip received ISO/TS-16949:2002 certification for its worldwide headquarters, design and wafer fabrication facilities in Chandler and Tempe, Arizona; Gresham, Oregon and design centers in California and India. The Company s quality system processes and procedures are for its PIC MCUs and dspic DSCs, KEELOQ code hopping devices, Serial EEPROMs, microperipherals, nonvolatile memory and analog products. In addition, Microchip s quality system for the design and manufacture of development systems is ISO 9001:2000 certified Microchip Technology Inc. DS70619B-page 53
54 Worldwide Sales and Service AMERICAS Corporate Office 2355 West Chandler Blvd. Chandler, AZ Tel: Fax: Technical Support: support Web Address: Atlanta Duluth, GA Tel: Fax: Boston Westborough, MA Tel: Fax: Chicago Itasca, IL Tel: Fax: Cleveland Independence, OH Tel: Fax: Dallas Addison, TX Tel: Fax: Detroit Farmington Hills, MI Tel: Fax: Indianapolis Noblesville, IN Tel: Fax: Los Angeles Mission Viejo, CA Tel: Fax: Santa Clara Santa Clara, CA Tel: Fax: Toronto Mississauga, Ontario, Canada Tel: Fax: ASIA/PACIFIC Asia Pacific Office Suites , 37th Floor Tower 6, The Gateway Harbour City, Kowloon Hong Kong Tel: Fax: Australia - Sydney Tel: Fax: China - Beijing Tel: Fax: China - Chengdu Tel: Fax: China - Chongqing Tel: Fax: China - Hangzhou Tel: Fax: China - Hong Kong SAR Tel: Fax: China - Nanjing Tel: Fax: China - Qingdao Tel: Fax: China - Shanghai Tel: Fax: China - Shenyang Tel: Fax: China - Shenzhen Tel: Fax: China - Wuhan Tel: Fax: China - Xian Tel: Fax: China - Xiamen Tel: Fax: ASIA/PACIFIC India - Bangalore Tel: Fax: India - New Delhi Tel: Fax: India - Pune Tel: Fax: Japan - Yokohama Tel: Fax: Korea - Daegu Tel: Fax: Korea - Seoul Tel: Fax: or Malaysia - Kuala Lumpur Tel: Fax: Malaysia - Penang Tel: Fax: Philippines - Manila Tel: Fax: Singapore Tel: Fax: Taiwan - Hsin Chu Tel: Fax: Taiwan - Kaohsiung Tel: Fax: Taiwan - Taipei Tel: Fax: Thailand - Bangkok Tel: Fax: EUROPE Austria - Wels Tel: Fax: Denmark - Copenhagen Tel: Fax: France - Paris Tel: Fax: Germany - Munich Tel: Fax: Italy - Milan Tel: Fax: Netherlands - Drunen Tel: Fax: Spain - Madrid Tel: Fax: UK - Wokingham Tel: Fax: China - Zhuhai Tel: Fax: /02/11 DS70619B-page Microchip Technology Inc.
dspic30f dspic30f Flash Programming Specification 1.0 OVERVIEW AND SCOPE 2.0 PROGRAMMING OVERVIEW OF THE dspic30f 2.1 Hardware Requirements
dspic30f dspic30f Flash Programming Specification 1.0 OVERVIEW AND SCOPE This document defines the programming specification for the dspic30f family of Digital Signal Controllers (DSCs). The programming
Section 7. Oscillator
HIGHLIGHTS Section 7. This section of the manual contains the following topics: 7 7.1 Introduction... 7-2 7.2 CPU Clocking...7-4 7.3 Configuration Registers... 7-5 7.4 Special Function Registers... 7-8
PIC24FJXXXGA0XX. PIC24FJXXXGA0XX Flash Programming Specification 1.0 DEVICE OVERVIEW 2.0 PROGRAMMING OVERVIEW OF THE PIC24FJXXXGA0XX FAMILY
PIC24FJXXXGA0XX Flash Programming Specification 1.0 DEVICE OVERVIEW This document defines the programming specification for the PIC24FJXXXGA0XX family of 16-bit microcontroller devices. This programming
AN1229. Class B Safety Software Library for PIC MCUs and dspic DSCs OVERVIEW OF THE IEC 60730 STANDARD INTRODUCTION
Class B Safety Software Library for PIC MCUs and dspic DSCs AN1229 Authors: Veena Kudva & Adrian Aur Microchip Technology Inc. OVERVIEW OF THE IEC 60730 STANDARD INTRODUCTION This application note describes
Section 27. Device Configuration Bits
M Section 27. Device Configuration Bits HIGHLIGHTS This section of the manual contains the following major topics: 27.1 Introduction...27-2 27.2 Configuration Word Bits...27-4 27.3 Program Verification/Code
Dolphin In-Circuit programming Updating Firmware in the field
Dolphin In-Circuit programming Updating Firmware in the field 1 Introduction In systems e.g. gateways, where an external microcontroller is connected to a Dolphin based product like a TCM300 it might be
Chapter 13. PIC Family Microcontroller
Chapter 13 PIC Family Microcontroller Lesson 01 PIC Characteristics and Examples PIC microcontroller characteristics Power-on reset Brown out reset Simplified instruction set High speed execution Up to
8-Bit Flash Microcontroller for Smart Cards. AT89SCXXXXA Summary. Features. Description. Complete datasheet available under NDA
Features Compatible with MCS-51 products On-chip Flash Program Memory Endurance: 1,000 Write/Erase Cycles On-chip EEPROM Data Memory Endurance: 100,000 Write/Erase Cycles 512 x 8-bit RAM ISO 7816 I/O Port
Serial Communications
Serial Communications 1 Serial Communication Introduction Serial communication buses Asynchronous and synchronous communication UART block diagram UART clock requirements Programming the UARTs Operation
The Programming Interface
: In-System Programming Features Program any AVR MCU In-System Reprogram both data Flash and parameter EEPROM memories Eliminate sockets Simple -wire SPI programming interface Introduction In-System programming
Fondamenti su strumenti di sviluppo per microcontrollori PIC
Fondamenti su strumenti di sviluppo per microcontrollori PIC MPSIM ICE 2000 ICD 2 REAL ICE PICSTART Ad uso interno del corso Elettronica e Telecomunicazioni 1 2 MPLAB SIM /1 MPLAB SIM is a discrete-event
A DIY Hardware Packet Sniffer
A DIY Hardware Packet Sniffer Affordable Penetration Testing for the Individual Veronica Swanson: University of California, Irvine CyberSecurity for the Next Generation North American Round, New York 15
Section 29. Real-Time Clock and Calendar (RTCC)
Section 29. Real-Time Clock and Calendar (RTCC) HIGHLIGHTS This section of the manual contains the following topics: 29.1 Introduction... 29-2 29.2 Status and Control Registers... 29-3 29.3 Modes of Operation...
eztcp Technical Document Modbus/TCP of eztcp Caution: Specifications of this document may be changed without prior notice for improvement.
eztcp Technical Document Modbus/TCP of eztcp Version 1.3 Caution: Specifications of this document may be changed without prior notice for improvement. Sollae Systems Co., Ltd. http://www.sollae.co.kr Contents
Hello, and welcome to this presentation of the STM32L4 reset and clock controller.
Hello, and welcome to this presentation of the STM32L4 reset and clock controller. 1 The STM32L4 reset and clock controller manages system and peripheral clocks. STM32L4 devices embed three internal oscillators,
Lecture N -1- PHYS 3330. Microcontrollers
Lecture N -1- PHYS 3330 Microcontrollers If you need more than a handful of logic gates to accomplish the task at hand, you likely should use a microcontroller instead of discrete logic gates 1. Microcontrollers
Command Processor for MPSSE and MCU Host Bus Emulation Modes
Future Technology Devices International Ltd. Application Note AN_108 Command Processor for MPSSE and MCU Host Bus Emulation Modes Document Reference No.: FT_000109 Version 1.5 Issue Date: 2011-09-09 This
Getting Started with PIC24F/PIC24H Programming and Interfacing in C
Getting Started with PIC24F/PIC24H Programming and Interfacing in C This series of short articles covers the basics of programming a PIC24FJ32GA002/PIC24H 16-bit microcontroller, using Microchip s free
Allows the user to protect against inadvertent write operations. Device select and address bytes are Acknowledged Data Bytes are not Acknowledged
Write Protect CAT24WCxxx I 2 C Serial EEPROMs. Allows the user to protect against inadvertent write operations. WP = V CC : Write Protected Device select and address bytes are Acknowledged Data Bytes are
Section 28. In-Circuit Serial Programming (ICSP )
M Section 28. In-Circuit Serial Programming (ICSP ) HIGHLIGHTS This section of the manual contains the following major topics: 28. Introduction...28-2 28.2 Entering In-Circuit Serial Programming Mode...28-3
ET-BASE AVR ATmega64/128
ET-BASE AVR ATmega64/128 ET-BASE AVR ATmega64/128 which is a Board Microcontroller AVR family from ATMEL uses MCU No.ATmega64 and ATmega128 64PIN. Board ET-BASE AVR ATmega64/128 uses MCU s resources on
Production Flash Programming Best Practices for Kinetis K- and L-series MCUs
Freescale Semiconductor Document Number:AN4835 Application Note Rev 1, 05/2014 Production Flash Programming Best Practices for Kinetis K- and L-series MCUs by: Melissa Hunter 1 Introduction This application
Section 14. Compare/Capture/PWM (CCP)
M Section 14. Compare/Capture/PWM (CCP) HIGHLIGHTS This section of the manual contains the following major topics: 14.1 Introduction...14-2 14.2 Control Register...14-3 14.3 Capture Mode...14-4 14.4 Compare
SPI. Overview and Use of the PICmicro Serial Peripheral Interface. Getting Started: SPI
SPI Overview and Use of the PICmicro Serial Peripheral Interface In this presentation, we will look at what the Serial Peripheral Interface, otherwise known as the SPI, is, and how it is used to communicate
PACKAGE OUTLINE DALLAS DS2434 DS2434 GND. PR 35 PACKAGE See Mech. Drawings Section
PRELIMINARY DS2434 Battery Identification Chip FEATURES Provides unique ID number to battery packs PACKAGE OUTLINE Eliminates thermistors by sensing battery temperature on chip DALLAS DS2434 1 2 3 256
W25Q80, W25Q16, W25Q32 8M-BIT, 16M-BIT AND 32M-BIT SERIAL FLASH MEMORY WITH DUAL AND QUAD SPI
8M-BIT, 16M-BIT AND 32M-BIT SERIAL FLASH MEMORY WITH DUAL AND QUAD SPI - 1 - Preliminary - Revision B Table of Contents 1. GENERAL DESCRIPTION... 5 2. FEATURES... 5 3. PIN CONFIGURATION SOIC 208-MIL...
Application Note. Introduction AN2471/D 3/2003. PC Master Software Communication Protocol Specification
Application Note 3/2003 PC Master Software Communication Protocol Specification By Pavel Kania and Michal Hanak S 3 L Applications Engineerings MCSL Roznov pod Radhostem Introduction The purpose of this
AN141 SMBUS COMMUNICATION FOR SMALL FORM FACTOR DEVICE FAMILIES. 1. Introduction. 2. Overview of the SMBus Specification. 2.1.
SMBUS COMMUNICATION FOR SMALL FORM FACTOR DEVICE FAMILIES 1. Introduction C8051F3xx and C8051F41x devices are equipped with an SMBus serial I/O peripheral that is compliant with both the System Management
Data Acquisition Module with I2C interface «I2C-FLEXEL» User s Guide
Data Acquisition Module with I2C interface «I2C-FLEXEL» User s Guide Sensors LCD Real Time Clock/ Calendar DC Motors Buzzer LED dimming Relay control I2C-FLEXEL PS2 Keyboards Servo Motors IR Remote Control
Technical Note. Micron NAND Flash Controller via Xilinx Spartan -3 FPGA. Overview. TN-29-06: NAND Flash Controller on Spartan-3 Overview
Technical Note TN-29-06: NAND Flash Controller on Spartan-3 Overview Micron NAND Flash Controller via Xilinx Spartan -3 FPGA Overview As mobile product capabilities continue to expand, so does the demand
Emulated EEPROM Implementation in Dual Flash Architecture on MC9S08LG32 With Demo Description
Freescale Semiconductor Application Note Document Number: AN3822 Rev. 0, 2/2009 Emulated EEPROM Implementation in Dual Flash Architecture on MC9S08LG32 With Demo Description by: Saurabh Jhamb Reference
MICROPROCESSOR. Exclusive for IACE Students www.iace.co.in iacehyd.blogspot.in Ph: 9700077455/422 Page 1
MICROPROCESSOR A microprocessor incorporates the functions of a computer s central processing unit (CPU) on a single Integrated (IC), or at most a few integrated circuit. It is a multipurpose, programmable
Using the HT46R46 I/O Ports to Implement Half-Duplex SPI Communication
Using the HT46R46 I/O Ports to Implement Half-Duplex SPI Communication D/N: HA0150E Introduction This application explains how to use two I/O lines on the HT46R46 to implement half-duplex SPI communication.
Introduction. Getting familiar with chipkit Pi
Overview: chipkit Pi Introduction chipkit Pi (Designed for Raspberry Pi) is the latest Arduino compatible chipkit platform from Microchip and element14. It features a 32 bit PIC32 microcontroller in a
MX PIC24F Educational Module User Manual
MX PIC24F Educational Module User Manual Revision History Date Description Initial release. Table of Contents 1. Introduction... 3 1.1. Package Contents... 3 1.2. Key Hardware Features... 4 2. Hardware
LatticeECP2/M S-Series Configuration Encryption Usage Guide
Configuration Encryption Usage Guide June 2013 Introduction Technical Note TN1109 All Lattice FPGAs provide configuration data read security, meaning that a fuse can be set so that when the device is read
SRF08 Ultra sonic range finder Technical Specification
SRF08 Ultra sonic range finder Technical Specification Communication with the SRF08 ultrasonic rangefinder is via the I2C bus. This is available on popular controllers such as the OOPic and Stamp BS2p,
Using the HCS12 Serial Monitor on Wytec Dragon-12 boards. Using Motorola s HCS12 Serial Monitor on Wytec s Dragon-12 boards
Using Motorola s HCS12 Serial Monitor on Wytec s Dragon-12 boards Wytec s Dragon-12 development boards are pre-installed with DBug-12, a small monitor program which allows a user to interact with the board
Develop a Dallas 1-Wire Master Using the Z8F1680 Series of MCUs
Develop a Dallas 1-Wire Master Using the Z8F1680 Series of MCUs AN033101-0412 Abstract This describes how to interface the Dallas 1-Wire bus with Zilog s Z8F1680 Series of MCUs as master devices. The Z8F0880,
Pololu P-Star 25K50 Micro User s
Pololu P-Star 25K50 Micro User s Guide https://www.pololu.com/docs/0j62/all Page 1 of 37 1. Overview...................................................... 3 1.1. Supported operating systems........................................
DS1721 2-Wire Digital Thermometer and Thermostat
www.dalsemi.com FEATURES Temperature measurements require no external components with ±1 C accuracy Measures temperatures from -55 C to +125 C; Fahrenheit equivalent is -67 F to +257 F Temperature resolution
SKP16C62P Tutorial 1 Software Development Process using HEW. Renesas Technology America Inc.
SKP16C62P Tutorial 1 Software Development Process using HEW Renesas Technology America Inc. 1 Overview The following tutorial is a brief introduction on how to develop and debug programs using HEW (Highperformance
National CR16C Family On-Chip Emulation. Contents. Technical Notes V9.11.75
_ V9.11.75 Technical Notes National CR16C Family On-Chip Emulation Contents Contents... 1 1 Introduction... 2 2 Emulation options... 3 2.1 Hardware Options... 3 2.2 Initialization Sequence... 4 2.3 JTAG
LIN (Local Interconnect Network):
LIN (Local Interconnect Network): History: LIN (Local Interconnect Network) was developed as cost-effective alternate to CAN protocol. In 1998 a group of companies including Volvo, Motorola, Audi, BMW,
Freescale Semiconductor, Inc. Product Brief Integrated Portable System Processor DragonBall ΤΜ
nc. Order this document by MC68328/D Microprocessor and Memory Technologies Group MC68328 MC68328V Product Brief Integrated Portable System Processor DragonBall ΤΜ As the portable consumer market grows
WIZnet S2E (Serial-to-Ethernet) Device s Configuration Tool Programming Guide
WIZnet S2E (Serial-to-Ethernet) Device s Configuration Tool Programming Guide Rev 0.2 This document describes how to make your own Configuration Tool for WIZ100SR, WIZ105SR and WIZ110SR of WIZnet. And
Single 2.5V - 3.6V or 2.7V - 3.6V supply Atmel RapidS serial interface: 66MHz maximum clock frequency. SPI compatible modes 0 and 3
32Mb, 2.5V or 2.7V Atmel ataflash ATASHEET Features Single 2.5V - 3.6V or 2.7V - 3.6V supply Atmel RapidS serial interface: 66MHz maximum clock frequency SPI compatible modes 0 and 3 User configurable
How To Program A Microcontroller Board (Eb064) With A Psp Microcontroller (B064-74) With An Ios 2.5V (Power) And A Ppt (Power Control) (Power Supply) (
dspic / PIC24 Multiprogrammer datasheet EB064-00 00-1 Contents 1. About this document... 2 2. General information... 3 3. Board layout... 4 4. Testing this product... 5 5. Circuit description... 6 Appendix
Soft-Starter SSW-06 V1.6X
Motors Energy Automation Coatings Soft-Starter SSW-06 V1.6X Serial Communication Manual Language: English Document: 0899.5731 / 04 Serial Communication Manual Series: SSW-06 V1.6X Language: English Document
Lab Experiment 1: The LPC 2148 Education Board
Lab Experiment 1: The LPC 2148 Education Board 1 Introduction The aim of this course ECE 425L is to help you understand and utilize the functionalities of ARM7TDMI LPC2148 microcontroller. To do that,
Opgui and OpenProg user s guide. v.1.2
Opgui and OpenProg user s guide v.1.2 November 2014 This document refers to the applications called OpenProg and Opgui, used to control the USB programmer called Open Programmer; OpenProg runs exclusively
Technical Support Bulletin Nr.18 Modbus Tips
Technical Support Bulletin Nr.18 Modbus Tips Contents! Definitions! Implemented commands! Examples of commands or frames! Calculating the logical area! Reading a signed variable! Example of commands supported
Field Software Updates Using TPMS LF An example using the Low Frequency radio (LFR) for wireless software updating
Freescale Semiconductor Document Number: AN5149 Application Note Rev. 1.0, 8/2015 Field Software Updates Using TPMS LF An example using the Low Frequency radio (LFR) for wireless software updating 1 Introduction
Programming Flash Microcontrollers through the Controller Area Network (CAN) Interface
Programming Flash Microcontrollers through the Controller Area Network (CAN) Interface Application te Programming Flash Microcontrollers through the Controller Area Network (CAN) Interface Abstract This
DS1621 Digital Thermometer and Thermostat
Digital Thermometer and Thermostat www.dalsemi.com FEATURES Temperature measurements require no external components Measures temperatures from 55 C to +125 C in 0.5 C increments. Fahrenheit equivalent
Nemo 96HD/HD+ MODBUS
18/12/12 Pagina 1 di 28 MULTIFUNCTION FIRMWARE 2.30 Nemo 96HD/HD+ MODBUS COMMUNICATION PROTOCOL CONTENTS 1.0 ABSTRACT 2.0 DATA MESSAGE DESCRIPTION 2.1 Parameters description 2.2 Data format 2.3 Description
c0003 A Simple PIC Application CHAPTER 3
c0003 CHAPTER 3 A Simple PIC Application Chapter Outline 3.1. Hardware Design 46 3.1.1. PIC 16F84A Pin-Out 46 3.1.2. BIN Hardware Block Diagram 47 3.1.3. BIN Circuit Operation 48 3.2. Program Execution
Using the Kinetis Security and Flash Protection Features
Freescale Semiconductor Document Number:AN4507 Application Note Rev. 1, 6/2012 Using the Kinetis Security and Flash Protection Features by: Melissa Hunter Automotive and Industrial Solutions Group 1 Introduction
NB3H5150 I2C Programming Guide. I2C/SMBus Custom Configuration Application Note
NB3H550 I2C Programming Guide I2C/SMBus Custom Configuration Application Note 3/4/206 Table of Contents Introduction... 3 Overview Process of Configuring NB3H550 via I2C/SMBus... 3 Standard I2C Communication
DS1621 Digital Thermometer and Thermostat
www.maxim-ic.com FEATURES Temperature measurements require no external components Measures temperatures from -55 C to +125 C in 0.5 C increments. Fahrenheit equivalent is -67 F to 257 F in 0.9 F increments
PIC24HJ32GP302/304, PIC24HJ64GPX02/X04 and PIC24HJ128GPX02/X04 Data Sheet
PIC24HJ32GP302/304, PIC24HJ64GPX02/X04 and PIC24HJ128GPX02/X04 Data Sheet High-Performance, 16-bit Microcontrollers 2011 Microchip Technology Inc. DS70293E Note the following details of the code protection
M25P05-A. 512-Kbit, serial flash memory, 50 MHz SPI bus interface. Features
512-Kbit, serial flash memory, 50 MHz SPI bus interface Features 512 Kbits of flash memory Page program (up to 256 bytes) in 1.4 ms (typical) Sector erase (256 Kbits) in 0.65 s (typical) Bulk erase (512
Local Interconnect Network Training. Local Interconnect Network Training. Overview
Overview Local Interconnect Network Training History and introduction Technical features The ISO/OSI reference model and LIN Frames Message Frames Communication concept of LIN Command Frames and Extended
PIC10F200/202/204/206
Memory Programming Specification This document includes the programming specifications for the following devices: PIC10F200 PIC10F202 PIC10F204 PIC10F206 1.0 PROGRAMMING THE PIC10F200/202/204/206 The PIC10F200/202/204/206
Block 3 Size 0 KB 0 KB 16KB 32KB. Start Address N/A N/A F4000H F0000H. Start Address FA000H F8000H F8000H F8000H. Block 2 Size 8KB 16KB 16KB 16KB
APPLICATION NOTE M16C/26 1.0 Abstract The following article describes using a synchronous serial port and the FoUSB (Flash-over-USB ) Programmer application to program the user flash memory of the M16C/26
ENTTEC Pixie Driver API Specification
ENTTEC Pixie Driver API Specification Purpose This document specifies the interface requirements for PC based application programs to use the ENTTEC Pixie Driver board to drive RGB or RGBW type LED strips.
PMC-XM-DIFF & EADIN/MODBUS Virtex Design
DYNAMIC ENGINEERING 150 DuBois, Suite C Santa Cruz, CA 95060 (831) 457-8891 Fax (831) 457-4793 http://www.dyneng.com [email protected] Est. 1988 User Manual PMC-XM-DIFF & EADIN/MODBUS Virtex Design Interface
HT1632C 32 8 &24 16 LED Driver
328 &216 LED Driver Features Operating voltage: 2.V~5.5V Multiple LED display 32 ROW /8 COM and 2 ROW & 16 COM Integrated display RAM select 32 ROW & 8 COM for 6 display RAM, or select 2 ROW & 16 COM for
Table 1 below is a complete list of MPTH commands with descriptions. Table 1 : MPTH Commands. Command Name Code Setting Value Description
MPTH: Commands Table 1 below is a complete list of MPTH commands with descriptions. Note: Commands are three bytes long, Command Start Byte (default is 128), Command Code, Setting value. Table 1 : MPTH
Data sheet Wireless UART firmware version 4.02
Data sheet Wireless UART firmware version 4.02 BLUETOOTH is a trademark owned by Bluetooth SIG, Inc., U.S.A. and licensed to Free2move Rev: 22 December 2008 Table of contents 1 GENERAL INFORMATION...4
Using the Siemens S65 Display
Using the Siemens S65 Display by Christian Kranz, October 2005 ( http://www.superkranz.de/christian/s65_display/displayindex.html ) ( PDF by Benjamin Metz, 01 st November 2005 ) About the Display: Siemens
1-Mbit (128K 8) Quad SPI nvsram with Real Time Clock
CY4VPS -Mbit (28K 8) Quad SPI nvsram with Real Time Clock Features Density Mbit (28K 8) Bandwidth 8-MHz high-speed interface Read and write at 54 Mbps Serial Peripheral Interface Clock polarity and phase
Software User Guide UG-461
Software User Guide UG-461 One Technology Way P.O. Box 9106 Norwood, MA 02062-9106, U.S.A. Tel: 781.329.4700 Fax: 781.461.3113 www.analog.com ezlinx icoupler Isolated Interface Development Environment
PIC18F2450/4450 Data Sheet
Data Sheet 28/40/44-Pin, High-Performance, 12 MIPS, Enhanced Flash, USB Microcontrollers with nanowatt Technology 2006 Microchip Technology Inc. Advance Information DS39760A te the following details of
PIC-MAXI-WEB development board Users Manual
PIC-MAXI-WEB development board Users Manual Rev.A, July 2008 Copyright(c) 2008, OLIMEX Ltd, All rights reserved INTRODUCTION: This board allows you to easily develop Ethernet connectivity applications.
AN 223: PCI-to-DDR SDRAM Reference Design
AN 223: PCI-to-DDR SDRAM Reference Design May 2003, ver. 1.0 Application Note 223 Introduction The Altera PCI-to-DDR SDRAM reference design, which you can download to the Stratix PCI development board,
1 Gbit, 2 Gbit, 4 Gbit, 3 V SLC NAND Flash For Embedded
1 Gbit, 2 Gbit, 4 Gbit, 3 V SLC NAND Flash For Embedded Distinctive Characteristics Density 1 Gbit / 2 Gbit / 4 Gbit Architecture Input / Output Bus Width: 8-bits / 16-bits Page Size: x8 = 2112 (2048 +
The I2C Bus. NXP Semiconductors: UM10204 I2C-bus specification and user manual. 14.10.2010 HAW - Arduino 1
The I2C Bus Introduction The I2C-bus is a de facto world standard that is now implemented in over 1000 different ICs manufactured by more than 50 companies. Additionally, the versatile I2C-bus is used
8-bit RISC Microcontroller. Application Note. AVR910: In-System Programming
AVR910: In-System Programming Features Complete In-System Programming Solution for AVR Microcontrollers Covers All AVR Microcontrollers with In-System Programming Support Reprogram Both Data Flash and
NHD-0420D3Z-FL-GBW-V3
NHD-0420D3Z-FL-GBW-V3 Serial Liquid Crystal Display Module NHD- Newhaven Display 0420-4 Lines x 20 Characters D3Z- Model F- Transflective L- Yellow/Green LED Backlight G- STN-Gray B- 6:00 Optimal View
M68EVB908QL4 Development Board for Motorola MC68HC908QL4
M68EVB908QL4 Development Board for Motorola MC68HC908QL4! Axiom Manufacturing 2813 Industrial Lane Garland, TX 75041 Email: [email protected] Web: http://www.axman.com! CONTENTS CAUTIONARY NOTES...3 TERMINOLOGY...3
Microcontroller Based Low Cost Portable PC Mouse and Keyboard Tester
Leonardo Journal of Sciences ISSN 1583-0233 Issue 20, January-June 2012 p. 31-36 Microcontroller Based Low Cost Portable PC Mouse and Keyboard Tester Ganesh Sunil NHIVEKAR *, and Ravidra Ramchandra MUDHOLKAR
ROM Monitor. Entering the ROM Monitor APPENDIX
APPENDIX B This appendix describes the Cisco router ROM monitor (also called the bootstrap program). The ROM monitor firmware runs when the router is powered up or reset. The firmware helps to initialize
Microtronics technologies Mobile: 99707 90092
For more Project details visit: http://www.projectsof8051.com/rfid-based-attendance-management-system/ Code Project Title 1500 RFid Based Attendance System Synopsis for RFid Based Attendance System 1.
Tutorial for MPLAB Starter Kit for PIC18F
Tutorial for MPLAB Starter Kit for PIC18F 2006 Microchip Technology Incorporated. All Rights Reserved. WebSeminar Title Slide 1 Welcome to the tutorial for the MPLAB Starter Kit for PIC18F. My name is
Brunata Optuna W (171)
Brunata Optuna W (171) Communication description Edition 1.1 UK-QB101414 / 26.02.2013 Brunata a/s is a Danish owned company. We have more than 90 years of experience within developing and producing meters,
USER GUIDE EDBG. Description
USER GUIDE EDBG Description The Atmel Embedded Debugger (EDBG) is an onboard debugger for integration into development kits with Atmel MCUs. In addition to programming and debugging support through Atmel
Modbus Protocol. PDF format version of the MODBUS Protocol. http://www.http://www.modicon.com/techpubs/toc7.html. The original was found at:
Modbus Protocol PDF format version of the MODBUS Protocol The original was found at: http://www.http://www.modicon.com/techpubs/toc7.html (In case of any discrepancies, that version should be considered
HANDLING SUSPEND MODE ON A USB MOUSE
APPLICATION NOTE HANDLING SUSPEND MODE ON A USB MOUSE by Microcontroller Division Application Team INTRODUCTION All USB devices must support Suspend mode. Suspend mode enables the devices to enter low-power
Embedded Systems Design Course Applying the mbed microcontroller
Embedded Systems Design Course Applying the mbed microcontroller Serial communications with SPI These course notes are written by R.Toulson (Anglia Ruskin University) and T.Wilmshurst (University of Derby).
Keil C51 Cross Compiler
Keil C51 Cross Compiler ANSI C Compiler Generates fast compact code for the 8051 and it s derivatives Advantages of C over Assembler Do not need to know the microcontroller instruction set Register allocation
Adapting the PowerPC 403 ROM Monitor Software for a 512Kb Flash Device
Adapting the PowerPC 403 ROM Monitor Software for a 512Kb Flash Device IBM Microelectronics Dept D95/Bldg 060 3039 Cornwallis Road Research Triangle Park, NC 27709 Version: 1 December 15, 1997 Abstract
Serial port interface for microcontroller embedded into integrated power meter
Serial port interface for microcontroller embedded into integrated power meter Mr. Borisav Jovanović, Prof. dr. Predrag Petković, Prof. dr. Milunka Damnjanović, Faculty of Electronic Engineering Nis, Serbia
Am186ER/Am188ER AMD Continues 16-bit Innovation
Am186ER/Am188ER AMD Continues 16-bit Innovation 386-Class Performance, Enhanced System Integration, and Built-in SRAM Problem with External RAM All embedded systems require RAM Low density SRAM moving
RPDO 1 TPDO 1 TPDO 5 TPDO 6 TPDO 7 TPDO 8
EN ZC - 6DI8DO CANopen I/O Module 6 Digital Input 8 Digital Output Or 8 Counters (3 bit) 8 Digital input 8 Digital output User Manual Contents: Features PDOs PDO Type Emergency Message Functional Diagrams
AN1754 APPLICATION NOTE
AN1754 APPLICATION NOTE DATA LOGGING PROGRAM FOR TESTING ST7 APPLICATIONS VIA ICC by Microcontroller Division Application Team INTRODUCTION Data logging is the process of recording data. It is required
Serial Communications / Protocol in AirTest Products
Serial Communications / Protocol in AirTest Products General The standard sensor has two different ways of serial communication with sensor s peripherals and the outside world. One is through the UART
Introduction the Serial Communications Huang Sections 9.2, 10.2 SCI Block User Guide SPI Block User Guide
Introduction the Serial Communications Huang Sections 9.2, 10.2 SCI Block User Guide SPI Block User Guide Parallel Data Transfer Suppose you need to transfer data from one HCS12 to another. How can you
Programming Specifications
Programming Specifications CY8CMBR3xxx Device Programming Specifications Document No. 001-89944 Rev. *D October 12, 2015 Cypress Semiconductor 198 Champion Court San Jose, CA 95134-1709 Phone (USA): 800.858.1810
S4000TH HART. HART Communication Manual
HART Communication Manual The information and technical data disclosed in this document may be used and disseminated only for the purposes and to the extent specifically authorized in writing by General
