US20140019991A1 - Enhanced microprocessor or microcontroller - Google Patents

Enhanced microprocessor or microcontroller Download PDF

Info

Publication number
US20140019991A1
US20140019991A1 US14/028,458 US201314028458A US2014019991A1 US 20140019991 A1 US20140019991 A1 US 20140019991A1 US 201314028458 A US201314028458 A US 201314028458A US 2014019991 A1 US2014019991 A1 US 2014019991A1
Authority
US
United States
Prior art keywords
register
memory
registers
indirect
program counter
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US14/028,458
Inventor
Joseph Julicher
Zacharias Marthinus Smit
Sean STEEDMAN
Vivien Delport
Jerrold S. Zdenek
Ryan Scott Ellison
Eric Schroeder
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Microchip Technology Inc
Original Assignee
Microchip Technology Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Microchip Technology Inc filed Critical Microchip Technology Inc
Priority to US14/028,458 priority Critical patent/US20140019991A1/en
Publication of US20140019991A1 publication Critical patent/US20140019991A1/en
Assigned to MICROCHIP TECHNOLOGY INCORPORATED reassignment MICROCHIP TECHNOLOGY INCORPORATED ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: JULICHER, JOSEPH, STEEDMAN, SEAN, SCHROEDER, ERIC, SMIT, ZACHARIAS MARTHINUS, DELPORT, VIVIEN, ZDENEK, JERROLD S.
Assigned to JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT reassignment JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT SECURITY INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MICROCHIP TECHNOLOGY INCORPORATED
Assigned to JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT reassignment JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT SECURITY INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: ATMEL CORPORATION, MICROCHIP TECHNOLOGY INCORPORATED, MICROSEMI CORPORATION, MICROSEMI STORAGE SOLUTIONS, INC., SILICON STORAGE TECHNOLOGY, INC.
Assigned to WELLS FARGO BANK, NATIONAL ASSOCIATION, AS NOTES COLLATERAL AGENT reassignment WELLS FARGO BANK, NATIONAL ASSOCIATION, AS NOTES COLLATERAL AGENT SECURITY INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: ATMEL CORPORATION, MICROCHIP TECHNOLOGY INCORPORATED, MICROSEMI CORPORATION, MICROSEMI STORAGE SOLUTIONS, INC., SILICON STORAGE TECHNOLOGY, INC.
Assigned to MICROCHIP TECHNOLOGY INCORPORATED, ATMEL CORPORATION, MICROSEMI STORAGE SOLUTIONS, INC., MICROSEMI CORPORATION, SILICON STORAGE TECHNOLOGY, INC. reassignment MICROCHIP TECHNOLOGY INCORPORATED RELEASE BY SECURED PARTY (SEE DOCUMENT FOR DETAILS). Assignors: JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT
Assigned to MICROCHIP TECHNOLOGY INCORPORATED reassignment MICROCHIP TECHNOLOGY INCORPORATED RELEASE BY SECURED PARTY (SEE DOCUMENT FOR DETAILS). Assignors: JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT
Assigned to SILICON STORAGE TECHNOLOGY, INC., ATMEL CORPORATION, MICROSEMI STORAGE SOLUTIONS, INC., MICROCHIP TECHNOLOGY INCORPORATED, MICROSEMI CORPORATION reassignment SILICON STORAGE TECHNOLOGY, INC. RELEASE BY SECURED PARTY (SEE DOCUMENT FOR DETAILS). Assignors: WELLS FARGO BANK, NATIONAL ASSOCIATION, AS NOTES COLLATERAL AGENT
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/461Saving or restoring of program or task context

Definitions

  • the technical field of the present application relates to microprocessors or microcontrollers.
  • Microcontrollers generally constitute a system on a chip and comprise a microprocessor and a plurality of peripheral components.
  • Existing microcontrollers such as 8-bit microcontrollers manufactured by Microchip Technology Inc. provide for a flexible architecture.
  • Such microcontrollers comprise a Harvard architecture in which program and data memories are separated.
  • Microcontrollers of this type further comprise a specific banking system that allows access to the data memory.
  • the data memory is divided in a plurality of banks and a bank select register defines which of the banks is currently selected and accessible. To access other banks, the bank select register has to be re-programmed.
  • a banking scheme thus, only allows access to a defined memory bank, these controllers include instructions that force a switch to a predefined bank. This provides for improved and powerful performance despite the general access limitations.
  • a microprocessor or microcontroller device may comprise a central processing unit (CPU); a data memory coupled with the CPU, wherein the data memory is divided into a plurality of memory banks; and a plurality of special function registers and general purpose registers which may be memory-mapped to the data memory, wherein at least the following special function registers are memory-mapped to all memory banks: a status register, a bank select register, a plurality of indirect memory address registers, a working register, and a program counter high latch; wherein upon occurrence of a context switch, the CPU is operable to automatically save the content of the status register, the bank select register, the plurality of indirect memory address registers, the working register, and the program counter high latch, and upon return from the context switch restores the content of the status register, the bank select register, the plurality of indirect memory address registers, the working register, and the program counter high latch.
  • CPU central processing unit
  • data memory coupled with the CPU, wherein the data memory is divided into a plurality of memory banks
  • the device may further comprise an interrupt unit coupled with the CPU, wherein the context switch may be induced by an interrupt.
  • the context switch may be software induced.
  • the content of the status register, the bank select register, the plurality of indirect memory address registers, the working register, and the program counter high latch may be saved to a plurality of additional registers.
  • the content of the status register, the bank select register, the plurality of indirect memory address registers, the working register, and the program counter high latch may be saved to a stack or additional memory.
  • each memory bank may have the following special function registers memory mapped:—a plurality of indirect addressing mode registers which cause an indirect addressing access upon a read or write access to the first and second indirect addressing mode registers;—a first program counter register;—a status register,—a plurality of indirect memory address registers;—a bank select register,—a working register,—a program counter high latch register, and—an interrupt control register.
  • the special function registers can be mapped starting at memory bank address 0 .
  • the device may comprise 2 indirect addressing mode registers and 4 indirect memory address registers, wherein access to an indirect addressing mode register may use 2 concatenated indirect memory address registers of the 4 indirect memory address registers and wherein the special function registers are mapped from memory bank address 0 to 0Bh.
  • the device may further comprise a program memory coupled with the CPU, wherein a bit in the indirect memory address registers indicates whether an indirect memory access is performed on the data memory or the program memory.
  • a method of operating a microprocessor or microcontroller device with a central processing unit (CPU); a data memory coupled with the CPU, wherein the data memory is divided into a plurality of memory banks; a plurality of special function registers and general purpose registers may comprise the steps of: memory mapping at least the following special function registers to all memory banks: a status register, a bank select register, a plurality of indirect memory address registers, a working register, and a program counter high latch; upon occurrence of a context switch, saving automatically the content of the status register, the bank select register, the plurality of indirect memory address registers, the working register, and the program counter high latch, and upon return from the context switch restoring the content of the status register, the bank select register, the plurality of indirect memory address registers, the working register, and the program counter high latch.
  • the method may further comprise inducing the context switch by an interrupt.
  • the context switch may be software induced.
  • the content of the status register, the bank select register, the plurality of indirect memory address registers, the working register, and the program counter high latch may be saved to a plurality of additional registers.
  • the content of the status register, the bank select register, the plurality of indirect memory address registers, the working register, and the program counter high latch may be saved to a stack or additional memory.
  • each memory bank may have the following special function registers memory mapped:—a plurality of indirect addressing mode registers which cause an indirect addressing access upon a read or write access to the first and second indirect addressing mode registers;—a first program counter register;—a status register,—a plurality of indirect memory address registers;—a bank select register,—a working register,—a program counter high latch register, and—an interrupt control register.
  • the special function registers can be mapped starting at memory bank address 0 .
  • the method may use 2 indirect addressing mode registers and 4 indirect memory address registers, wherein access to an indirect addressing mode register uses 2 concatenated indirect memory address registers of the 4 indirect memory address registers and wherein the special function registers are mapped from memory bank address 0 to 0Bh.
  • the method may further use a program memory coupled with the CPU, wherein a bit in the indirect memory address registers indicates whether an indirect memory access is performed on the data memory or the program memory.
  • FIG. 1 shows a block diagram of microcontroller architecture according to an embodiment.
  • FIG. 2 shows an embodiment of a program counter and its coupling to an internal bus.
  • FIGS. 3-6 show different operations on the program counter depending on the instruction being executed.
  • FIG. 7 shows an embodiment of a stack and control logic.
  • FIG. 8 shows an embodiment of a program memory map and stack.
  • FIG. 9 shows an embodiment of a bank select register.
  • FIG. 10 shows an embodiment of the structure of a memory bank in the data memory.
  • FIG. 11 shows an access scheme for indirect memory access.
  • FIG. 12 is a table showing the special function register summary according to an embodiment.
  • FIGS. 13A and B are a table showing the instruction set of a microprocessor or microcontroller according to an embodiment.
  • FIG. 1 shows amongst others different functional units of a central processing unit of a microprocessor or microcontroller relevant for accessing program and data memory in a Harvard-type architecture according to an embodiment.
  • An instruction register 110 may store a fetched instruction which may be decoded by a control logic 130 .
  • a plurality of indirect addressing registers 150 may be provided each storing an address. Even though shown separately in FIG. 1 , these and other special function registers are part of a special function register block 185 .
  • To perform an indirect addressing access a read or write to a dedicated special function register in special function register block 185 is performed.
  • control logic 130 controls a multiplexer 140 which receives on the input side an address from indirect address register 150 .
  • the indirect address registers have a predefined bit, such as the most significant bit, which is decoded by control logic 130 to determine whether an indirect access to program memory 120 or to data memory 160 will be performed.
  • the data memory is 8-bit wide.
  • the program memory is separated from the data memory and may have a different size.
  • the program memory may be 14, 15 or 16 bits wide.
  • instructions can be decoded that include for example, an 8 bit direct address.
  • Some instruction may contain even more address bits that may be combined with another register to perform, for example, relative addressing.
  • the data memory 160 may be divided into a plurality of banks that can be decoded by 7 or 8 bits. Each bank can be considered as a register file. According to one embodiment, data memory contains a total of 16 banks each having 256 addressable memory locations resulting in a total memory of 4096 bytes. According to another embodiment, 16 banks with 128 addressable memory locations may be provided. Other configurations are possible according to various embodiments.
  • the central processing unit may further include an arithmetic logic unit 170 (ALU) coupled with a working register 180 .
  • Working register 180 is one of a plurality of special function registers of block 185 . As stated above, data memory 160 may be divided into a plurality of banks 1 . . . n.
  • special function registers from special function register block 185 are memory mapped to all memory banks 1 . . . n as indicated by the arrow between data memory 160 and special function register block 185 .
  • special function registers not mapped to all memory banks may be mapped to a single memory bank at respective different memory locations.
  • some special function registers may not be mapped to memory at all.
  • each memory bank may have 244 or 116 free memory locations depending on the size of each memory bank.
  • Other configurations are possible according to various embodiments.
  • the enhanced microcontroller may contain an 8-bit ALU 170 and working register 180 (WREG).
  • the ALU 170 may be a general purpose arithmetic unit. It performs arithmetic and Boolean functions between data in the working register 180 and any register file.
  • the ALU 170 can be 8-bits wide and may be capable of addition, subtraction, shift, and logical operations. Unless otherwise mentioned, arithmetic operations may be two's complement in nature.
  • WREG 180 may be an 8-bit working register used for ALU operations. The WREG register 180 is addressable and can be directly written or read.
  • WREG 180 is one of the 12 common SFR's that are mapped to all 16 banks—its address may be for example 09h.
  • the Arithmetic and Logic Unit 170 may be capable of carrying out arithmetic or logical operations on two operands or a single operand. All single operand instructions operate either on the WREG register 180 or the given file register. For two operand instructions, one of the operands is the WREG register 180 and the other one is either a file register or an 8-bit immediate constant.
  • the ALU 170 may affect the values of the Carry (C), Digit Carry (DC) or Zero (Z) bits in the STATUS register 190 .
  • the C and DC bits operate as a borrow and digit borrow out bit, respectively, in subtraction. Examples affecting these status bits are such instructions as SUBLW and SUBWF as will be explained in more detail below.
  • the STATUS register 190 may contain: Arithmetic status of the ALU such as carry/borrow, digit carry/borrow, and zero flag; RP ⁇ 1:0>, representing the lower two bank select; bits for direct addressing; IRP, representing the bank select register bit for indirect addressing; time out bit, and power down bit.
  • the enhanced microcontroller comprises a Bank Select Register (BSR), in order to maintain backwards compatibility, also bits RP ⁇ 1:0> may be maintained. There may be full, bi-directional mirroring between RP ⁇ 1:0> and BSR ⁇ 1:0>: changing the one register, therefore, automatically changes the other. Hence, RP ⁇ 1:0> and BSR ⁇ 1:0> point to the same physical memory.
  • BSR Bank Select Register
  • bit IRP may be also maintained for backwards compatability—it is a direct, bi-directional mirror of FSR0H ⁇ 0>. Changing FSR0H ⁇ 0>, thus, automatically changes IRP, and visa versa. IRP and FSRH0h ⁇ 0> point to the same physical memory.
  • the STATUS register 190 is common across all banks, and can be located at 03h. Fast context saving on interrupts, as will be explained in more detail below, is implemented for all the STATUS bits, except TO and PD.
  • the status register 190 thus may contain the following bits:
  • the enhanced microcontroller core can directly or indirectly address its register files (banks) or data memory. According to an embodiment, all special function registers, including the Program Counter (PC) and Working Register (WREG), are mapped in the data memory.
  • the enhanced microcontroller core has an orthogonal (symmetrical) instruction set that makes it possible to carry out any operation on any register using any addressing mode. This symmetrical nature and lack of ‘special optimal situations’ make programming with the enhanced microcontroller core simple yet efficient. In addition, the learning curve for a user is reduced significantly.
  • the following blocks may be realized in the core: Program counter; Instruction decode; ALU; read only memory (ROM) Latch/IR Latch; FSRs and address generation logic; Working Register; WREG; Status bits in STATUS; Interrupt vectoring control; with fast context saving; The bank select register BSR.
  • the following blocks may not be considered part of the CPU: The stack; Reset generation circuitry (watch dog timer (WDT), power on reset (POR), brown out reset (BOR), etc.); Program Memory; Peripherals; RAM; RAM Address Control; Q-clock generator and control; Interrupt Enable and Flagging; interrupt control registers; Configuration bits; Device ID word; ID locations; Clock drivers.
  • Reset generation circuitry watch dog timer (WDT), power on reset (POR), brown out reset (BOR), etc.
  • Program Memory Peripherals; RAM; RAM Address Control; Q-clock generator and control; Interrupt Enable and Flagging; interrupt control registers; Configuration bits; Device ID word; ID locations; Clock drivers.
  • the following registers may be common across all 16 banks: INDF0 (Used for indirect addressing and may not be a physical register); INDF1 (Used for indirect addressing and may not be a physical register); PCL (PC LSB); STATUS; FSR0L (Indirect memory address 0, LSB); FSR0H (Indirect memory address 0, MSB); FSR1L (Indirect memory address 1, LSB); FSR1H (Indirect memory address 1, MSB); WREG, the working register; BSR (Bank select register); PCLATH (Write buffer for program counter PC ⁇ 14:8>); interrupt control register INTCON.
  • the microprocessor or microcontroller may further comprise an interrupt control unit 105 which may be coupled with certain special function registers 115 .
  • an interrupt or any other induced context switch such as software traps
  • the contents of the following registers selected form the special function registers mapped to all memory banks are automatically saved.
  • STATUS except for TO and PD
  • the registers are automatically restored to their pre-interrupt values upon a return from interrupt.
  • the microprocessor or microcontroller core may have at least one additional set of registers 115 which will store the content of the above mentioned registers.
  • a stack, additional data memory, etc. may be provided to store the content of these registers upon a context switch.
  • the program counter PC consists of two concatenated 8 bit registers PCL 230 and PCH 240 . It addresses words in program memory, and according to an embodiment, is e.g. 15 bits wide. Thus, it can be used to address up to 32 kW.
  • PCL 230 the low byte of the PC, is mapped in the data memory 160 . Thus, it is common across all banks, and located for example at address 02h.
  • PCL 240 is readable and writable just as any other register. Any time that PCL 230 is modified by an instruction, whether a write to PCL 230 or a read-modify-write, the CPU may need to execute a forced NOP in order to retrieve the instruction at the new address.
  • PCH 240 is the high byte of the PC and is not directly addressable. Since PCH may not be mapped in data or program memory, register PCLATH 220 (PC high latch) is used as holding latches for the high bits of the PC (PCH ⁇ 6:0>). According to an embodiment, PCLATH 220 is mapped into data memory. Thus, it is common across all banks, and can be located at address 0Ah. PCLATH 220 is only updated by explicit loading of the register. therefore, according to an embodiment no other instructions update it. The enhanced microcnotrolelr may be designed that updating PCLATH 220 does not automatically update PCH 240 . PCH 240 is only updated with the content of PCLATH 220 on GOTO, CALL and CALLW instructions.
  • the PC is incremented by 1 after each instruction fetch on the rising edge of Q1 unless: Modified by a GOTO, CALL, RETURN, RETLW, RETFIE, or Branch instruction; Modified by an interrupt response; Due to destination write to PCL by an instruction.
  • PCL 230 Read instructions on PCL 230 : PCL 230 ⁇ data bus 200 ⁇ ALU 170 or destination.
  • Read-Modify-Write instructions on PCL 230 Any instruction that does a read-write-modify operation on PCL 230 .
  • FIG. 3 shows in addition a fetched instruction 210 and its effect on the program counter 230 , 240 .
  • FIG. 3 applies to the following instructions:
  • GOTO instruction A destination address is provided in the 2-word instruction (opcode) 210 .
  • CALL instruction An 11-bit destination address is provided in the instruction 210 . Push the current address (PC+1) to the stack.
  • FIG. 4 shows the configuration for the following instructions: BRA instruction: A 9-bit, signed, offset is provided in the instruction 210 .
  • FIG. 5 shows the configuration for the following instructions: BRW instruction: An 8-bit unsigned, offset provided in WREG 180 . PC (+1)+WREG . ⁇ PC
  • FIG. 6 shows the configuration for the following instructions: CALLW instruction: An 8-bit destination address is provided in WREG 180 . Push the current address (PC+1) to the stack. WREG ⁇ 7:0> ⁇ PCL ⁇ 7:0> PCLATH ⁇ 6:0>. ⁇ PCH ⁇ 6:0>
  • the program counter 230 , 240 may have a hidden 16th bit, PC ⁇ 15>.
  • PC ⁇ 15> When PC ⁇ 15> is set the instructions will be fetched from a test area. In user mode, PC ⁇ 15> is always 0, and cannot be modified in software. In test mode, PC ⁇ 15> defaults to 0, but can be set by a “load configuration” command. It can be cleared by a “Reset PC” command.
  • ICD in circuit debugger
  • ICD_v1 PC ⁇ 15> is forced high to fetch the ICD vector, but returns to 0 after the first instruction (GOTO ICD_ROUTINE) is executed. From then until exiting the debug exec, PC ⁇ 14:11> is forced to ‘1111b’, but PCLATH is not affected.
  • ICD_v2 If the ICD debug exec is in user memory, then it follows ICD —V 1. If the debug exec is in test memory, then PC ⁇ 15> is forced high to fetch the ICD vector, and returns to zero on icd return.
  • the enhanced microcontroller devices may support a stack memory 15 bits wide and 16 bits deep as shown in FIG. 7 .
  • the stack 310 is assumed to be 16 words deep. In normal mode, no direct user access is provided to the stack 310 .
  • the stack is not part of either the program or data memory space.
  • the full PC Program Counter
  • the PC value is pulled off the stack on a RETURN, RETLW, or RETFIE, instruction.
  • PCLATH is not affected by any of the CALL or RETURN type instructions.
  • the stack 310 operates as a 16 word by 15-bit RAM and a 4-bit stack pointer. Incrementing/decrementing the pointer past 1111b/0000b will cause it to wrap around to 0000b/1111b.
  • the stack pointer is incremented and the contents of the PC are loaded to the stack 310 .
  • the stack pointer is decremented.
  • the stack pointer is initialized to ‘1111b’ after all Resets. The first call will cause the pointer to wrap to 0000b.
  • a stack overflow/underflow event occurs when the stack pointer is incremented/decremented past 1111b/0000b AND a data transfer to/from the stack is conducted at the new address.
  • An overflow event must not occur on the first CALL.
  • the stack pointer On the 16th consecutive call, the stack pointer will have a value of 1111b.
  • the 17th consecutive CALL will cause the stack pointer to wrap around to 0000b, and the PC to be loaded at this position. This constitutes an overflow event.
  • the stack pointer When the stack has been popped enough times to reach 0000b, further popping will cause the contents at 0000b to be transferred to the PC, and the stack pointer to be decremented.
  • the stack pointer will wrap to 1111b, this DOES NOT constitute an underflow event. Only on the next consecutive pop, when data transfer from 1111b is attempted, will an underflow event occur. In user mode, a stack overflow or underflow will set the appropriate bit (STOF or STUF) in the PCON register, and cause a software reset.
  • the stack When in ICD mode, the stack may have two segments. The normal user mode stack is still 16 words deep, but a separate ICD stack may also be provided. In ICD mode it will be possible to access the top of the stack and the stack pointer. In ICD mode, the top of the stack (TOS) is readable and writable. Two register locations, TOSH and TOSL, will address the stack RAM location pointed to by the stack pointer (STKPTR). After a CALL type instruction, the software can read the pushed value by reading the TOSH and TOSL registers. These values can be placed on a user defined software stack. Writing to the TOS registers will cause the PC to be updated with the new value on the next RETURN type instruction.
  • TOS top of the stack
  • STKPTR stack pointer
  • the STKPTR register contains the stack pointer value. As previously noted, STKPTR is accessible in ICD mode only. In ICD mode, the stack pointer can be accessed through the STKPTR register. The user may read and write the stack pointer values. The stack pointer is initialized to ‘1111b’ after all Resets. In ICD mode, an automatic software reset will not be applied on an overflow/underflow event. However, the stack overflow (STOF) or underflow (STUF) bit in the PCON register will still be set, allowing software verification of a stack condition. Because a reset will not be executed on an underflow/overflow, the stack pointer (STKPTR) will not be reset.
  • STOF stack overflow
  • STUF underflow
  • stack pointer On an overflow/underflow the stack pointer will wrap around and then resume normal operation. The user has to clear the overflow (STOF) or underflow (STUF) bits explicitly—and they will again be automatically set on subsequent overflows/underflows.
  • STOF overflow
  • STUF underflow
  • Stack Overflow/Underflow events can only be caused by an instruction that modifies the stack pointer using the stack pointer hardware.
  • the PC When a device is reset, the PC is loaded with the Reset vector (0h).
  • the stack pointer is initialized to ‘1111b’, and the Top of Stack register (TOS) is ‘0000h’.
  • TOS Top of Stack register
  • a second push increments the stack pointer and then loads the current PC into stack level.
  • the stack pointer On the 16th consecutive call, the stack pointer will have a value of 1111b.
  • the 17th consecutive CALL will cause the stack pointer to wrap around to 0000b, and the PC to be loaded at this position. This constitutes an overflow event.
  • a RETURN pop will copy the stack contents pointed to the PC and then decrement the stack pointer.
  • the 15-bit program counter 400 is capable of addressing a 32k ⁇ 14 bit program memory space.
  • the program memory space 430 primarily contains instructions for execution; however, data tables may be stored and accessed as well (using legacy program memory read/write infrastructure, as well as the new functionality associated with indirect addressing, see the FSR section for more detail).
  • the enhanced microcontroller can address data memory 160 and general purpose RAM of up to 2048 bytes.
  • the data memory address bus is 11 bits wide.
  • Data memory is partitioned into 16 banks of 128 bytes each that contain the General Purpose Registers (GPRs) and Special Function Registers (SFRs).
  • the bank is selected by the bank select register (BSR ⁇ 3:0>) as shown in FIG. 9 .
  • the BSR register can access more than 16 banks; however, this may be only allowed in ICD mode to allow for a larger data space for the ICD registers. (In ICD mode 32 banks can be accessed).
  • the bits BSR0 and BSR1 are also mapped into the STATUS register as RP0 and RP1 respectively. This is to allow for backward compatibility with existing devices. A read or write to BSR0/1 will affect RP0/1 and vice versa.
  • FIG. 10 shows an example data memory map.
  • the total number of banks may be expanded to 32 for 4096 total addresses. This is to allow the ICD registers to be mapped into the data space and not use any of the user memory map. This will only be enabled when the ICD module is enabled. The user will have no access to any bank greater than Bank 15 .
  • Other configurations are possible according to various embodiments.
  • FIG. 11 shows an embodiment of indirect addressing scheme which is a mode of addressing data memory where the data memory address in the instruction is determined by another register. This can be useful for data tables or stacks in the data/program memory.
  • the value of the file select register (FSR) register 960 is used as the data memory address.
  • the enhanced microcontroller has two 16-bit register pairs 960 for indirect addressing. These so called file select register pairs are: FSR0H and FSR0L; and FSR1H and FSR1L.
  • the FSRs 960 are 16-bit registers and thus allow addressing of up to 65,536 locations. A single bit 965 in these file select registers 960 can be used to determine whether an access to data memory 160 or program memory 120 will be performed.
  • logic unit 930 forwards the content of file select register 960 to either program memory address 910 or RAM address 920 for accessing the respective memories.
  • Non-indirect addressing uses the respective content “File” of a fetched instruction 950 through multiplexer 940 .
  • Bank access are then performed through RAM address 920 wherein the bank address is provided by the respective bank access register to form a full address 920 .
  • file select registers 960 are provided for indirect addressing.
  • the output of multiplexer 940 provides the “File” address through the content of the respective file select register 960 . If indirect addressing is selected, bit 15 indicated by numeral 965 of each file select register 960 is used to determine whether an access to program memory 120 through program memory address 910 or to data memory 160 through data address 920 will be performed.
  • Indirect addressing is initiated through a respective select signal (not shown) controlling multiplexer 940 .
  • FSRn ⁇ 15> When FSRn ⁇ 15> equals 0, data memory 160 is addressed. When FSRn ⁇ 15> is 1, program memory 120 is addressed. The data memory 160 is mapped into the first half of this address space (0000h to 7FFFh). If FSRn ⁇ 15> is 0, FSRn ⁇ 10:0> points to data memory locations 000h to 7FFh. In this case FSRn ⁇ 11:14> is ignored. The program memory 120 is mapped into the upper half of this address space (8000h to FFFFh). If FSRn ⁇ 15> is 1, then FSRn ⁇ 14:0> points to program memory addresses 0000h to 7FFFh. In summary: Addresses 8000h and higher point to program memory. Addresses below 8000h point to data memory, with only the lower 11 bits used for address decoding.
  • other mechanism may be implemented to induce indirect addressing.
  • FIG. 12 shows a summary of all special function registers according to an embodiment as used in any bank n of the data memory.
  • FIGS. 13A and B show the instruction set wherein the enhanced instructions using the architecture as explained above are explained in detail below.
  • ADDFSR Add Literal to FSRn Syntax: ADDFSR n, k
  • register ‘f’ The contents of register ‘f’ are shifted one bit to the right through the CARRY flag. The MSb remains unchanged. If ‘d’ is ‘0’, the result is placed in WREG. If ‘d’ is ‘1’, the result is stored back in register ‘f’.
  • register ‘f’ The contents of register ‘f’ are shifted one bit to the left through the CARRY flag. A ‘0’ is shifted into the LSb. If ‘d’ is ‘0’, the result is placed in WREG. If ‘d’ is ‘1’, the result is stored back in register ‘f’.
  • register ‘f’ The contents of register ‘f’ are shifted one bit to the right through the CARRY flag. A ‘0’ is shifted into the MSb. If ‘d’ is ‘0’, the result is placed in WREG. If ‘d’ is ‘1’, the result is stored back in register ‘f’.
  • This instruction is used to move data between one of the indirect registers (INDFn) and WREG. Before/after this move, the pointer (FSRn) is updated by pre/post incrementing/decrementing it. FSRn is limited to the range 0000h-FFFFh. Incrementing/decrementing it beyond these bounds will cause it to wrap around. Note that addresses larger than 7FFFh point to program memory. Addresses below 8000h point to data memory, with only the lower 11 bits used for address decoding. The increment/decrement operation on FSRn WILL NOT affect any STATUS bits. This instruction can only affect the Z flag if a value of 00h is moved to WREG.
  • This instruction is used to move data between a location pointed to by FSRn+k and WREG.
  • FSRn is NOT updated with k.
  • the addressable range is limited to 0000h-FFFFh. Indexing beyond these bounds will cause an address wrap-around. Note that addresses 8000h and higher point to program memory. Addresses below 8000h point to data memory, with only the lower 11 bits used for address decoding. Address calculation (addition of k to FSRn) WILL NOT affect any STATUS bits.
  • This instruction can only affect the Z flag if a value of 00h is moved to WREG.
  • MOVLB Move literal to BSR Syntax: MOVLB k
  • MOVWI Indexed Indirect Move Syntax: MOVWI [k]FSRn
  • This instruction is used to move data between WREG and the location pointed to by FSRn+k.
  • FSRn is NOT updated with k.
  • the addressable range is limited to 0000h—FFFFh. Indexing beyond these bounds will cause an address wrap-around. Note that addresses 8000h and higher point to program memory. Addresses below 8000h point to data memory, with only the lower 11 bits used for address decoding. Address calculation (addition of k to FSRn) WILL NOT affect any STATUS bits.
  • MOVWI Move WREG to INDFn, with pre/post increment/decrement
  • This instruction is used to move data between WREG and one of the indirect registers (INDFn). Before/after this move, the pointer (FSRn) is updated by pre/post incrementing/decrementing it. FSRn is limited to the range 0000h-FFFFh. Incrementing/decrementing it beyond these bounds will cause it to wrap around. Note that addresses 8000h and higher point to program memory. Addresses below 8000h point to data memory, with only the lower 11 bits used for address decoding. The increment/decrement operation on FSRn WILL NOT affect any STATUS bits.
  • This instruction provides a way to execute a MCLR Reset by software.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Executing Machine-Instructions (AREA)

Abstract

A microcontroller device has a central processing unit (CPU); a data memory coupled with the CPU divided into a plurality of memory banks, a plurality of special function registers and general purpose registers which may be memory-mapped, wherein at least the following special function registers are memory-mapped to all memory banks a status register, a bank select register, a plurality of indirect memory address registers, a working register, and a program counter high latch; and wherein upon occurrence of a context switch, the CPU is operable to automatically save the content of the status register, the bank select register, the plurality of indirect memory address registers, the working register, and the program counter high latch, and upon return from the context switch restores the content of the status register, the bank select register, the plurality of indirect memory address registers, the working register, and the program counter high latch.

Description

    TECHNICAL FIELD
  • The technical field of the present application relates to microprocessors or microcontrollers.
  • BACKGROUND
  • Microcontrollers generally constitute a system on a chip and comprise a microprocessor and a plurality of peripheral components. A wide variety of such microcontrollers exist having 8-bit, 16-bit and 32-bit architecture. Existing microcontrollers such as 8-bit microcontrollers manufactured by Microchip Technology Inc. provide for a flexible architecture. Such microcontrollers comprise a Harvard architecture in which program and data memories are separated. Microcontrollers of this type further comprise a specific banking system that allows access to the data memory. Generally, the data memory is divided in a plurality of banks and a bank select register defines which of the banks is currently selected and accessible. To access other banks, the bank select register has to be re-programmed. Even though, a banking scheme, thus, only allows access to a defined memory bank, these controllers include instructions that force a switch to a predefined bank. This provides for improved and powerful performance despite the general access limitations.
  • However, there exists still bottlenecks in accessing the memory. Hence, there exists a need for an improved microcontroller architecture.
  • SUMMARY
  • According to an embodiment a microprocessor or microcontroller device may comprise a central processing unit (CPU); a data memory coupled with the CPU, wherein the data memory is divided into a plurality of memory banks; and a plurality of special function registers and general purpose registers which may be memory-mapped to the data memory, wherein at least the following special function registers are memory-mapped to all memory banks: a status register, a bank select register, a plurality of indirect memory address registers, a working register, and a program counter high latch; wherein upon occurrence of a context switch, the CPU is operable to automatically save the content of the status register, the bank select register, the plurality of indirect memory address registers, the working register, and the program counter high latch, and upon return from the context switch restores the content of the status register, the bank select register, the plurality of indirect memory address registers, the working register, and the program counter high latch.
  • According to a further embodiment, the device may further comprise an interrupt unit coupled with the CPU, wherein the context switch may be induced by an interrupt. According to a further embodiment, the context switch may be software induced. According to a further embodiment, the content of the status register, the bank select register, the plurality of indirect memory address registers, the working register, and the program counter high latch may be saved to a plurality of additional registers. According to a further embodiment, the content of the status register, the bank select register, the plurality of indirect memory address registers, the working register, and the program counter high latch may be saved to a stack or additional memory. According to a further embodiment, each memory bank may have the following special function registers memory mapped:—a plurality of indirect addressing mode registers which cause an indirect addressing access upon a read or write access to the first and second indirect addressing mode registers;—a first program counter register;—a status register,—a plurality of indirect memory address registers;—a bank select register,—a working register,—a program counter high latch register, and—an interrupt control register. According to a further embodiment, the special function registers can be mapped starting at memory bank address 0. According to a further embodiment, the device may comprise 2 indirect addressing mode registers and 4 indirect memory address registers, wherein access to an indirect addressing mode register may use 2 concatenated indirect memory address registers of the 4 indirect memory address registers and wherein the special function registers are mapped from memory bank address 0 to 0Bh. According to a further embodiment, the device may further comprise a program memory coupled with the CPU, wherein a bit in the indirect memory address registers indicates whether an indirect memory access is performed on the data memory or the program memory.
  • According to another embodiment, a method of operating a microprocessor or microcontroller device with a central processing unit (CPU); a data memory coupled with the CPU, wherein the data memory is divided into a plurality of memory banks; a plurality of special function registers and general purpose registers, may comprise the steps of: memory mapping at least the following special function registers to all memory banks: a status register, a bank select register, a plurality of indirect memory address registers, a working register, and a program counter high latch; upon occurrence of a context switch, saving automatically the content of the status register, the bank select register, the plurality of indirect memory address registers, the working register, and the program counter high latch, and upon return from the context switch restoring the content of the status register, the bank select register, the plurality of indirect memory address registers, the working register, and the program counter high latch.
  • According to a further embodiment, the method may further comprise inducing the context switch by an interrupt. According to a further embodiment, the context switch may be software induced. According to a further embodiment, the content of the status register, the bank select register, the plurality of indirect memory address registers, the working register, and the program counter high latch may be saved to a plurality of additional registers. According to a further embodiment, the content of the status register, the bank select register, the plurality of indirect memory address registers, the working register, and the program counter high latch may be saved to a stack or additional memory. According to a further embodiment, each memory bank may have the following special function registers memory mapped:—a plurality of indirect addressing mode registers which cause an indirect addressing access upon a read or write access to the first and second indirect addressing mode registers;—a first program counter register;—a status register,—a plurality of indirect memory address registers;—a bank select register,—a working register,—a program counter high latch register, and—an interrupt control register. According to a further embodiment, the special function registers can be mapped starting at memory bank address 0. According to a further embodiment, the method may use 2 indirect addressing mode registers and 4 indirect memory address registers, wherein access to an indirect addressing mode register uses 2 concatenated indirect memory address registers of the 4 indirect memory address registers and wherein the special function registers are mapped from memory bank address 0 to 0Bh. According to a further embodiment, the method may further use a program memory coupled with the CPU, wherein a bit in the indirect memory address registers indicates whether an indirect memory access is performed on the data memory or the program memory.
  • Other technical advantages of the present disclosure will be readily apparent to one skilled in the art from the following figures, descriptions, and claims. Various embodiments of the present application may obtain only a subset of the advantages set forth. No one advantage is critical to the embodiments.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • A more complete understanding of the present disclosure and advantages thereof may be acquired by referring to the following description taken in conjunction with the accompanying drawings, in which like reference numbers indicate like features, and wherein:
  • FIG. 1 shows a block diagram of microcontroller architecture according to an embodiment.
  • FIG. 2 shows an embodiment of a program counter and its coupling to an internal bus.
  • FIGS. 3-6 show different operations on the program counter depending on the instruction being executed.
  • FIG. 7 shows an embodiment of a stack and control logic.
  • FIG. 8 shows an embodiment of a program memory map and stack.
  • FIG. 9 shows an embodiment of a bank select register.
  • FIG. 10 shows an embodiment of the structure of a memory bank in the data memory.
  • FIG. 11 shows an access scheme for indirect memory access.
  • FIG. 12 is a table showing the special function register summary according to an embodiment.
  • FIGS. 13A and B are a table showing the instruction set of a microprocessor or microcontroller according to an embodiment.
  • While embodiments of this disclosure have been depicted, described, and are defined by reference to example embodiments of the disclosure, such references do not imply a limitation on the disclosure, and no such limitation is to be inferred. The subject matter disclosed is capable of considerable modification, alteration, and equivalents in form and function, as will occur to those ordinarily skilled in the pertinent art and having the benefit of this disclosure. The depicted and described embodiments of this disclosure are examples only, and are not exhaustive of the scope of the disclosure.
  • DETAILED DESCRIPTION
  • FIG. 1 shows amongst others different functional units of a central processing unit of a microprocessor or microcontroller relevant for accessing program and data memory in a Harvard-type architecture according to an embodiment. An instruction register 110 may store a fetched instruction which may be decoded by a control logic 130. A plurality of indirect addressing registers 150 may be provided each storing an address. Even though shown separately in FIG. 1, these and other special function registers are part of a special function register block 185. To perform an indirect addressing access, a read or write to a dedicated special function register in special function register block 185 is performed. In case such an indirect addressing access is executed, control logic 130 controls a multiplexer 140 which receives on the input side an address from indirect address register 150. According to an embodiment, the indirect address registers have a predefined bit, such as the most significant bit, which is decoded by control logic 130 to determine whether an indirect access to program memory 120 or to data memory 160 will be performed.
  • In an 8-bit architecture, the data memory is 8-bit wide. According to the Harvard architecture, the program memory is separated from the data memory and may have a different size. For example, in one embodiment, the program memory may be 14, 15 or 16 bits wide. Thus, instructions can be decoded that include for example, an 8 bit direct address. Some instruction may contain even more address bits that may be combined with another register to perform, for example, relative addressing.
  • The data memory 160 may be divided into a plurality of banks that can be decoded by 7 or 8 bits. Each bank can be considered as a register file. According to one embodiment, data memory contains a total of 16 banks each having 256 addressable memory locations resulting in a total memory of 4096 bytes. According to another embodiment, 16 banks with 128 addressable memory locations may be provided. Other configurations are possible according to various embodiments. The central processing unit may further include an arithmetic logic unit 170 (ALU) coupled with a working register 180. Working register 180 is one of a plurality of special function registers of block 185. As stated above, data memory 160 may be divided into a plurality of banks 1 . . . n. With the exception of certain addressing modes, instructions generally have only access to the selected memory bank. Thus, certain important special function registers from special function register block 185 are memory mapped to all memory banks 1 . . . n as indicated by the arrow between data memory 160 and special function register block 185. According to various embodiments, special function registers not mapped to all memory banks may be mapped to a single memory bank at respective different memory locations. According to various embodiments, some special function registers may not be mapped to memory at all.
  • Even though the mapping of certain special function registers to all memory banks limits the accessible free RAM in each memory bank, many otherwise necessary bank switch sequences can be avoided to access important special function register. For example, a microcontroller may have 12 special function registers such as the working register 180 mapped to all memory banks Thus, according to an embodiment, each memory bank may have 244 or 116 free memory locations depending on the size of each memory bank. Other configurations are possible according to various embodiments.
  • According to an embodiment, the enhanced microcontroller may contain an 8-bit ALU 170 and working register 180 (WREG). The ALU 170 may be a general purpose arithmetic unit. It performs arithmetic and Boolean functions between data in the working register 180 and any register file. The ALU 170 can be 8-bits wide and may be capable of addition, subtraction, shift, and logical operations. Unless otherwise mentioned, arithmetic operations may be two's complement in nature. WREG 180 may be an 8-bit working register used for ALU operations. The WREG register 180 is addressable and can be directly written or read. According to an embodiment, WREG 180 is one of the 12 common SFR's that are mapped to all 16 banks—its address may be for example 09h. The Arithmetic and Logic Unit 170 may be capable of carrying out arithmetic or logical operations on two operands or a single operand. All single operand instructions operate either on the WREG register 180 or the given file register. For two operand instructions, one of the operands is the WREG register 180 and the other one is either a file register or an 8-bit immediate constant. Depending on the instruction executed, the ALU 170 may affect the values of the Carry (C), Digit Carry (DC) or Zero (Z) bits in the STATUS register 190. The C and DC bits operate as a borrow and digit borrow out bit, respectively, in subtraction. Examples affecting these status bits are such instructions as SUBLW and SUBWF as will be explained in more detail below.
  • The STATUS register 190, as shown in FIG. 1 may contain: Arithmetic status of the ALU such as carry/borrow, digit carry/borrow, and zero flag; RP<1:0>, representing the lower two bank select; bits for direct addressing; IRP, representing the bank select register bit for indirect addressing; time out bit, and power down bit.
  • According to an embodiment, the enhanced microcontroller comprises a Bank Select Register (BSR), in order to maintain backwards compatibility, also bits RP<1:0> may be maintained. There may be full, bi-directional mirroring between RP<1:0> and BSR<1:0>: changing the one register, therefore, automatically changes the other. Hence, RP<1:0> and BSR<1:0> point to the same physical memory.
  • Even though the enhanced microcontroller contains multiple full indirect address registers 150 (file select registers (FSR's)), bit IRP may be also maintained for backwards compatability—it is a direct, bi-directional mirror of FSR0H<0>. Changing FSR0H<0>, thus, automatically changes IRP, and visa versa. IRP and FSRH0h<0> point to the same physical memory.
  • According to an embodiment, the STATUS register 190 is common across all banks, and can be located at 03h. Fast context saving on interrupts, as will be explained in more detail below, is implemented for all the STATUS bits, except TO and PD. The STATUS register can be the destination for any instruction, like any other register. If the STATUS register is the destination for an instruction that affects the Z, DC or C bits, then these bits are set or cleared according to the device logic. Furthermore, the TO and PD bits are not writable. Therefore, the result of an instruction with the Status register 190 as destination may be different than intended. For example, the instruction CLRF STATUS will clear all the bits except TO and PD, and then the Z bit will automatically be set by device logic. This leaves the STATUS register 190 as ‘000u u100’ (where u=unchanged). The C and DC bits operate as a Borrow and Digit Borrow out bit, respectively, in subtraction.
  • The status register 190 thus may contain the following bits:
  • IRP: Indirect Register Bank Select bit (For backwards compatability. Mirrors FSR0H<0>) 1=Bank 2, 3 (100h-1FFh); 0=Bank 0, 1 (00h-FFh)
  • RP<1:0>: Register Bank Select bits (For backwards compatability. Mirrors BSR<1:0>) 00=Bank 0 (00h-7Fh); 01=Bank 1 (80h-FFh); 10=Bank 2 (100h-17Fh); 11=Bank 3 (180h-1FFh)
  • TO: Time-out bit (Not automatically saved on interrupts) 1=After power-up, CLRWDT instruction or SLEEP instruction; 0=A watch dog timer time-out occurred;
  • PD: Power-down bit (Not automatically saved on interrupts) 1=After power-up or by the CLRWDT instruction; 0=By execution of the SLEEP instruction
  • Z: Zero bit: 1=The result of an arithmetic or logic operation is zero; 0=The result of an arithmetic or logic operation is not zero.
  • DC: Digit Carry/Borrow bit (ADDWF, ADDLW, SUBLW, SUBWF instructions): 1=A carry-out from the 4th low-order bit of the result occurred; 0=No carry-out from the 4th low-order bit of the result.
  • C: Carry/Borrow bit (ADDWF, ADDLW, SUBLW, SUBWF instructions): 1=A carry-out from the Most Significant bit of the result occurred; 0=No carry-out from the Most Significant bit of the result occurred.
  • For Borrow, the polarity can be reversed. A subtraction is executed by adding the two's complement of the second operand. For rotate (RRF, RLF) instructions, this bit is loaded with either the high or low-order bit of the source register.
  • The enhanced microcontroller core can directly or indirectly address its register files (banks) or data memory. According to an embodiment, all special function registers, including the Program Counter (PC) and Working Register (WREG), are mapped in the data memory. The enhanced microcontroller core has an orthogonal (symmetrical) instruction set that makes it possible to carry out any operation on any register using any addressing mode. This symmetrical nature and lack of ‘special optimal situations’ make programming with the enhanced microcontroller core simple yet efficient. In addition, the learning curve for a user is reduced significantly.
  • According to an embodiment, the following blocks may be realized in the core: Program counter; Instruction decode; ALU; read only memory (ROM) Latch/IR Latch; FSRs and address generation logic; Working Register; WREG; Status bits in STATUS; Interrupt vectoring control; with fast context saving; The bank select register BSR.
  • The following blocks may not be considered part of the CPU: The stack; Reset generation circuitry (watch dog timer (WDT), power on reset (POR), brown out reset (BOR), etc.); Program Memory; Peripherals; RAM; RAM Address Control; Q-clock generator and control; Interrupt Enable and Flagging; interrupt control registers; Configuration bits; Device ID word; ID locations; Clock drivers.
  • As stated above, according to an embodiment, the following registers may be common across all 16 banks: INDF0 (Used for indirect addressing and may not be a physical register); INDF1 (Used for indirect addressing and may not be a physical register); PCL (PC LSB); STATUS; FSR0L (Indirect memory address 0, LSB); FSR0H (Indirect memory address 0, MSB); FSR1L (Indirect memory address 1, LSB); FSR1H (Indirect memory address 1, MSB); WREG, the working register; BSR (Bank select register); PCLATH (Write buffer for program counter PC<14:8>); interrupt control register INTCON.
  • According to an embodiment, the microprocessor or microcontroller may further comprise an interrupt control unit 105 which may be coupled with certain special function registers 115. Upon occurrence of an interrupt or any other induced context switch, such as software traps, the contents of the following registers selected form the special function registers mapped to all memory banks are automatically saved. STATUS (except for TO and PD); BSR, PCLATH, WREG, FSR0 (Both FSR0H and FSR0L), and FSR1 (Both FSR1H and FSR1L). The registers are automatically restored to their pre-interrupt values upon a return from interrupt.
  • To this end, as shown in FIG. 1, the microprocessor or microcontroller core may have at least one additional set of registers 115 which will store the content of the above mentioned registers. However, according to other embodiments, a stack, additional data memory, etc. may be provided to store the content of these registers upon a context switch.
  • As shown in FIG. 2, the program counter PC consists of two concatenated 8 bit registers PCL 230 and PCH 240. It addresses words in program memory, and according to an embodiment, is e.g. 15 bits wide. Thus, it can be used to address up to 32 kW. PCL 230, the low byte of the PC, is mapped in the data memory 160. Thus, it is common across all banks, and located for example at address 02h. PCL 240 is readable and writable just as any other register. Any time that PCL 230 is modified by an instruction, whether a write to PCL 230 or a read-modify-write, the CPU may need to execute a forced NOP in order to retrieve the instruction at the new address. PCH 240 is the high byte of the PC and is not directly addressable. Since PCH may not be mapped in data or program memory, register PCLATH 220 (PC high latch) is used as holding latches for the high bits of the PC (PCH<6:0>). According to an embodiment, PCLATH 220 is mapped into data memory. Thus, it is common across all banks, and can be located at address 0Ah. PCLATH 220 is only updated by explicit loading of the register. therefore, according to an embodiment no other instructions update it. The enhanced microcnotrolelr may be designed that updating PCLATH 220 does not automatically update PCH 240. PCH 240 is only updated with the content of PCLATH 220 on GOTO, CALL and CALLW instructions. The PC is incremented by 1 after each instruction fetch on the rising edge of Q1 unless: Modified by a GOTO, CALL, RETURN, RETLW, RETFIE, or Branch instruction; Modified by an interrupt response; Due to destination write to PCL by an instruction.
  • “Skips” are equivalent to a forced NOP cycle at the skipped address. As shown in FIG. 2, the operations of the PC 230, 240 and PCLATH 220, for different instructions are as follows:
  • Read instructions on PCL 230: PCL 230→□data bus 200→□ALU 170 or destination.
  • Write instructions on PCL 230: 8-bit data
    Figure US20140019991A1-20140116-P00999
    230.
  • Read-Modify-Write instructions on PCL 230: Any instruction that does a read-write-modify operation on PCL 230. Read: PCL 230→□data bus 200→□ALU 170; Write: 8-bit result
    Figure US20140019991A1-20140116-P00999
    data bus →□PCL RETURN instruction: TOS
    Figure US20140019991A1-20140116-P00999
    14:0>
  • FIG. 3 shows in addition a fetched instruction 210 and its effect on the program counter 230, 240. FIG. 3 applies to the following instructions:
  • GOTO instruction: A destination address is provided in the 2-word instruction (opcode) 210. Opcode<7:0>
    Figure US20140019991A1-20140116-P00999
    <10:8>→□PCH<2:0>240; PCLATH<6:3> 220 →□PCH<6:3>240.
  • CALL instruction: An 11-bit destination address is provided in the instruction 210. Push the current address (PC+1) to the stack. Opcode <7:0> →□PCL <7:0> 230; Opcode <10:8>
    Figure US20140019991A1-20140116-P00999
    <6:3> 220 →□PCH <6:3>240.
  • FIG. 4 shows the configuration for the following instructions: BRA instruction: A 9-bit, signed, offset is provided in the instruction 210. Opcode <8:0>+PC(+1)→PC.
  • FIG. 5 shows the configuration for the following instructions: BRW instruction: An 8-bit unsigned, offset provided in WREG 180. PC (+1)+WREG .→□PC
  • FIG. 6 shows the configuration for the following instructions: CALLW instruction: An 8-bit destination address is provided in WREG 180. Push the current address (PC+1) to the stack. WREG<7:0>
    Figure US20140019991A1-20140116-P00999
    □PCL <7:0> PCLATH <6:0>.→□PCH <6:0>
  • To enable a test memory area, the program counter 230, 240 may have a hidden 16th bit, PC<15>. When PC<15> is set the instructions will be fetched from a test area. In user mode, PC<15> is always 0, and cannot be modified in software. In test mode, PC<15> defaults to 0, but can be set by a “load configuration” command. It can be cleared by a “Reset PC” command. The test memory access may behave with an in circuit debugger (ICD) as follows:
  • ICD_v1: PC<15> is forced high to fetch the ICD vector, but returns to 0 after the first instruction (GOTO ICD_ROUTINE) is executed. From then until exiting the debug exec, PC<14:11> is forced to ‘1111b’, but PCLATH is not affected. ICD_v2: If the ICD debug exec is in user memory, then it follows ICD —V1. If the debug exec is in test memory, then PC<15> is forced high to fetch the ICD vector, and returns to zero on icd return.
  • The enhanced microcontroller devices according to various embodiments may support a stack memory 15 bits wide and 16 bits deep as shown in FIG. 7. During normal operation, the stack 310 is assumed to be 16 words deep. In normal mode, no direct user access is provided to the stack 310. The stack is not part of either the program or data memory space. The full PC (Program Counter) is pushed onto the stack when a CALL or CALLW instruction is executed, or an interrupt request is acknowledged. The PC value is pulled off the stack on a RETURN, RETLW, or RETFIE, instruction. PCLATH is not affected by any of the CALL or RETURN type instructions.
  • The stack 310 operates as a 16 word by 15-bit RAM and a 4-bit stack pointer. Incrementing/decrementing the pointer past 1111b/0000b will cause it to wrap around to 0000b/1111b. During a CALL type instruction, the stack pointer is incremented and the contents of the PC are loaded to the stack 310. During a RETURN type instruction the contents pointed to are transferred to the PC and then the stack pointer is decremented. The stack pointer is initialized to ‘1111b’ after all Resets. The first call will cause the pointer to wrap to 0000b.
  • A stack overflow/underflow event occurs when the stack pointer is incremented/decremented past 1111b/0000b AND a data transfer to/from the stack is conducted at the new address. An overflow event must not occur on the first CALL.
  • On the 16th consecutive call, the stack pointer will have a value of 1111b. The 17th consecutive CALL will cause the stack pointer to wrap around to 0000b, and the PC to be loaded at this position. This constitutes an overflow event. When the stack has been popped enough times to reach 0000b, further popping will cause the contents at 0000b to be transferred to the PC, and the stack pointer to be decremented. The stack pointer will wrap to 1111b, this DOES NOT constitute an underflow event. Only on the next consecutive pop, when data transfer from 1111b is attempted, will an underflow event occur. In user mode, a stack overflow or underflow will set the appropriate bit (STOF or STUF) in the PCON register, and cause a software reset.
  • When in ICD mode, the stack may have two segments. The normal user mode stack is still 16 words deep, but a separate ICD stack may also be provided. In ICD mode it will be possible to access the top of the stack and the stack pointer. In ICD mode, the top of the stack (TOS) is readable and writable. Two register locations, TOSH and TOSL, will address the stack RAM location pointed to by the stack pointer (STKPTR). After a CALL type instruction, the software can read the pushed value by reading the TOSH and TOSL registers. These values can be placed on a user defined software stack. Writing to the TOS registers will cause the PC to be updated with the new value on the next RETURN type instruction.
  • The STKPTR register contains the stack pointer value. As previously noted, STKPTR is accessible in ICD mode only. In ICD mode, the stack pointer can be accessed through the STKPTR register. The user may read and write the stack pointer values. The stack pointer is initialized to ‘1111b’ after all Resets. In ICD mode, an automatic software reset will not be applied on an overflow/underflow event. However, the stack overflow (STOF) or underflow (STUF) bit in the PCON register will still be set, allowing software verification of a stack condition. Because a reset will not be executed on an underflow/overflow, the stack pointer (STKPTR) will not be reset. On an overflow/underflow the stack pointer will wrap around and then resume normal operation. The user has to clear the overflow (STOF) or underflow (STUF) bits explicitly—and they will again be automatically set on subsequent overflows/underflows. Stack Overflow/Underflow events can only be caused by an instruction that modifies the stack pointer using the stack pointer hardware.
  • This includes: CALL, TRAP; RETURN, RETFIE, RETLW; Any interrupt and ICD traps. Instructions that modify the stack pointer through the ALU (ICD mode only) will not cause the stack underflow/overflow condition, and thus will not set the (STOF) or (STUF) bits. Examples are (ICD mode only): INCF STKPTR; DECF STKPTR; ADDWF STKPTR.
  • When a device is reset, the PC is loaded with the Reset vector (0h). The stack pointer is initialized to ‘1111b’, and the Top of Stack register (TOS) is ‘0000h’. A second push increments the stack pointer and then loads the current PC into stack level. On the 16th consecutive call, the stack pointer will have a value of 1111b. The 17th consecutive CALL will cause the stack pointer to wrap around to 0000b, and the PC to be loaded at this position. This constitutes an overflow event. A RETURN pop will copy the stack contents pointed to the PC and then decrement the stack pointer. When the stack has been popped enough times to reach 0000b, further popping will cause the contents at 0000b to be transferred to the PC, and the stack pointer to be decremented. The stack pointer will wrap to 1111b, this DOES NOT constitute an underflow event. Only on the next consecutive pop, when data transfer from 1111b is attempted, will an underflow event occur. In debug (ICD) mode a special instruction will cause the STKPTR to be incremented. The PC is not loaded to TOS. It is up to the user to make sure TOS is loaded with the appropriate data before executing the INCF STKPTR instruction (this instruction is thus equivalent to a PUSH instruction. The DECF STKPTR instruction will decrement the stack pointer, the PC is not loaded with the TOS value.
  • As shown in FIG. 8, the 15-bit program counter 400 is capable of addressing a 32k×14 bit program memory space. The program memory space 430 primarily contains instructions for execution; however, data tables may be stored and accessed as well (using legacy program memory read/write infrastructure, as well as the new functionality associated with indirect addressing, see the FSR section for more detail). There is also a 16th PC bit hidden during normal operation, and when set, it is possible to address another 32k×14 of memory reserved for configuration bits, the device ID, and test memory 440. This bit is only set in test mode or programming mode. As shown in FIG. 8, the Reset vector is at ‘0000h’ and the interrupt vector is at ‘0004h’.
  • According to one embodiment, the enhanced microcontroller can address data memory 160 and general purpose RAM of up to 2048 bytes. The data memory address bus is 11 bits wide. Data memory is partitioned into 16 banks of 128 bytes each that contain the General Purpose Registers (GPRs) and Special Function Registers (SFRs). The bank is selected by the bank select register (BSR<3:0>) as shown in FIG. 9. The BSR register can access more than 16 banks; however, this may be only allowed in ICD mode to allow for a larger data space for the ICD registers. (In ICD mode 32 banks can be accessed). The bits BSR0 and BSR1 are also mapped into the STATUS register as RP0 and RP1 respectively. This is to allow for backward compatibility with existing devices. A read or write to BSR0/1 will affect RP0/1 and vice versa. FIG. 10 shows an example data memory map.
  • When the core is operating with an ICD module or in another embodiment, the total number of banks may be expanded to 32 for 4096 total addresses. This is to allow the ICD registers to be mapped into the data space and not use any of the user memory map. This will only be enabled when the ICD module is enabled. The user will have no access to any bank greater than Bank 15. Other configurations are possible according to various embodiments.
  • FIG. 11 shows an embodiment of indirect addressing scheme which is a mode of addressing data memory where the data memory address in the instruction is determined by another register. This can be useful for data tables or stacks in the data/program memory. The value of the file select register (FSR) register 960 is used as the data memory address. The enhanced microcontroller has two 16-bit register pairs 960 for indirect addressing. These so called file select register pairs are: FSR0H and FSR0L; and FSR1H and FSR1L. The FSRs 960 are 16-bit registers and thus allow addressing of up to 65,536 locations. A single bit 965 in these file select registers 960 can be used to determine whether an access to data memory 160 or program memory 120 will be performed. To this end, logic unit 930 forwards the content of file select register 960 to either program memory address 910 or RAM address 920 for accessing the respective memories.
  • Non-indirect addressing uses the respective content “File” of a fetched instruction 950 through multiplexer 940. Bank access are then performed through RAM address 920 wherein the bank address is provided by the respective bank access register to form a full address 920. As shown in FIG. 11, file select registers 960 are provided for indirect addressing. For indirect addressing, the output of multiplexer 940 provides the “File” address through the content of the respective file select register 960. If indirect addressing is selected, bit 15 indicated by numeral 965 of each file select register 960 is used to determine whether an access to program memory 120 through program memory address 910 or to data memory 160 through data address 920 will be performed. Indirect addressing is initiated through a respective select signal (not shown) controlling multiplexer 940.
  • When FSRn<15> equals 0, data memory 160 is addressed. When FSRn<15> is 1, program memory 120 is addressed. The data memory 160 is mapped into the first half of this address space (0000h to 7FFFh). If FSRn<15> is 0, FSRn<10:0> points to data memory locations 000h to 7FFh. In this case FSRn<11:14> is ignored. The program memory 120 is mapped into the upper half of this address space (8000h to FFFFh). If FSRn<15> is 1, then FSRn<14:0> points to program memory addresses 0000h to 7FFFh. In summary: Addresses 8000h and higher point to program memory. Addresses below 8000h point to data memory, with only the lower 11 bits used for address decoding.
  • In addition, there are virtual registers INDF0 and INDF1 (See FIG. 10), which are not physically implemented. Reading or writing to these registers activates indirect addressing, with the value in the corresponding FSR register being the address of the data. If file INDF0 (or INDF1) itself is read indirectly via an FSR, all ‘0’s are read (Zero bit is set). Similarly, if INDF0 (or INDF1) is written to indirectly, the operation will be equivalent to a NOP, and the STATUS bits are not affected. Indirect writes to program memory space (FSRn<15>=1) will have no effect, and will lead to the equivalent of a NOP being executed. Indirect reads from program memory space (FSRn<15>=1) will cause the first 8 bits of the program memory location to be transferred to the destination register, the EEDATH/PMDATH will be updated with the upper 6 bits. According to various embodiments, other mechanism may be implemented to induce indirect addressing.
  • FIG. 12 shows a summary of all special function registers according to an embodiment as used in any bank n of the data memory.
  • FIGS. 13A and B show the instruction set wherein the enhanced instructions using the architecture as explained above are explained in detail below.
  • ADDFSR Add Literal to FSRn: Syntax: ADDFSR n, k
  • Operands: −32≦k≦31

  • n ∈[0,1]
  • Operation: FSR(n)+k→FSR(n)
  • Status Affected: None Encoding: 11 0001 0nkk kkkk
  • Description: The signed 6-bit literal ‘k’ is added to the contents of the FSR specified by ‘n’. FSRn is limited to the range 0000h -FFFFh. Incrementing/decrementing it beyond these bounds will cause it to wrap around. Note that addresses 8000h and larger point to program memory. Addresses below 8000h point to data memory, with only the lower 11 bits used for address decoding.
  • Words: 1
  • Cycles: 1
  • Q Cycle Activity:
  • Q1 Q2 Q3 Q4
    Decode Read FSRn’ Process Data Write to FSRn
  • Example: ADDFSR 1, 23h
      • Before Instruction FSR1=0FFh
      • After Instruction FSR1=0122h
  • ADDWFC ADD WREG and CARRY bit to f: Syntax: ADDWFC f {,d}
  • Operands: 0≦f≦127
      • d ∈[0,1]
  • Operation: (WREG)+(f)+(C)→dest
  • Status Affected: C, DC, Z
  • Encoding: 11 1101 dfff ffff
  • Description: Add WREG, the CARRY flag and data memory location ‘f’. If ‘d’ is ‘0’, the result is placed in WREG. If ‘d’ is ‘1’, the result is placed in data memory location ‘f’.
  • Cycles: 1
  • Q Cycle Activity:
  • Q1 Q2 Q3 Q4
    Decode Read reg ‘f’ Process Data Write to destination
  • Example: ADDWFC REG, 0
      • Before Instruction CARRY bit=1
        • REG=02h
        • WREG=4Dh
      • After Instruction CARRY bit=0
        • REG=02h WR2EG=50h
  • ASRF Arithmetic Right Shift: Syntax: ASRF f {,d}
  • Operands: 0≦f≦127
      • d ∈[0,1]
  • Operation: (f<7>)→dest<7>
      • (f<7:1>)→dest<6:0>,
      • (f<0>)→C,
  • Status Affected: C, Z
  • Encoding: 11 0111 dfff ffff
  • Description: The contents of register ‘f’ are shifted one bit to the right through the CARRY flag. The MSb remains unchanged. If ‘d’ is ‘0’, the result is placed in WREG. If ‘d’ is ‘1’, the result is stored back in register ‘f’.
  • Words: 1
  • Cycles: 1
  • Q Cycle Activity:
  • Q1 Q2 Q3 Q4
    Decode Read reg ‘f’ Process Data Write to destination
  • Example: ASRF REG, 0
  • Before Instruction REG=1110 0110
  • C=1
  • After Instruction REG=1110 0110
  • WREG=1111 0011
  • C=0
  • BRA Relative Branch: Syntax: BRA k
  • Operands: −256≦k≦255
  • Operation: (PC)+k→PC
  • Status Affected: None
  • Encoding: 11 001k kkkk kkkk
  • Description: Add the 2's complement number ‘k’ to the PC. Since the PC will have incremented to fetch the next instruction, the new address will be PC+1+k. This instruction is a two-cycle instruction.
  • Words: 1
  • Cycles: 2
  • Q Cycle Activity:
  • Q1 Q2 Q3 Q4
    Decode Read literal ‘k’ Process Data Write to PC
  • No operation No operation No operation No operation
  • Example: 0023h BRA 005h
      • Before Instruction PC=address(0023h)
      • After Instruction PC=address(0029h)
  • BRW Relative Branch with WREG: Syntax: BRW
  • Operands: None
  • Operation: (PC)+(WREG)→PC
  • Status Affected: None
  • Encoding: 00 0000 0000 1011
  • Description: Add the contents of WREG (unsigned) to the PC. Since the PC will have incremented to fetch the next instruction, the new address will be PC+1+(WREG). This instruction is a two-cycle instruction. The contents of WREG is treated as an unsigned number.
  • Words: 1
  • Cycles: 2
  • Q Cycle Activity:
  • Q1 Q2 Q3 Q4
    Decode Read reg WREG Process Data Write to PC
    No operation No operation No operation No operation
  • Example: 0024h BRW
      • Before Instruction PC=address(0024h)
        • WREG=85h
      • After Instruction PC=address(00AAh)
  • CALLW Subroutine Call With WREG: Syntax: CALLW
  • Operands: None
  • Operation: (PC)+1→TOS,
      • (WREG)→PC<7:0>,
      • (PCLATH<6:0>)→PC<14:8>
  • Status Affected: None
  • Encoding: 00 0000 0000 1010
  • Description: Subroutine call with WREG. First, the return address (PC+1) is pushed onto the return stack. Then, the contents of WREG is loaded into PC<7:0>, and the contents of PCLATH into PC<14:8>. CALLW is a two-cycle instruction.
  • Words: 1
  • Cycles: 2
  • Q Cycle Activity:
  • Q1 Q2 Q3 Q4
    Decode Read register WREG Process Data Write to PC
    No operation No operation No operation No operation
  • Example: 0025h CALLW
      • Before Instruction PC=address (0025h)
        • WREG=1Ah
        • PCLATH=10h
      • After Instruction TOS=address (0026h)
        • PC=101Ah
        • WREG=1Ah
        • PCLATH=10h
  • LSLF Logical Left Shift: Syntax: LSLF f {,d}
  • Operands: 0≦f≦127
      • d ∈[0,1]
  • Operation: (f<7>)→C
      • (f<6:0>)→dest<7:1>
      • 0→dest<0>
  • Status Affected: C, Z
  • Encoding: 11 0101 dfff ffff
  • Description: The contents of register ‘f’ are shifted one bit to the left through the CARRY flag. A ‘0’ is shifted into the LSb. If ‘d’ is ‘0’, the result is placed in WREG. If ‘d’ is ‘1’, the result is stored back in register ‘f’.
  • Words: 1
  • Cycles: 1
  • Q Cycle Activity:
  • Q1 Q2 Q3 Q4
    Decode Read reg ‘f’ Process Data Write to destination
  • Example: LSLF REG, 0
      • Before Instruction REG=1110 0110
        • C=0
      • After Instruction REG=1110 0110
        • WREG=1100 1100
        • C=1
  • LSRF Logical Right Shift: Syntax: LSRF f {,d}
  • Operands: 0≦f≦127
      • d ∈[0,1]
  • Operation: 0→dest<7>
      • (f<7:1>)→dest<6:0>,
      • (f<0>)→C,
  • Status Affected: C, Z
  • Encoding: 11 0110 dfff ffff
  • Description: The contents of register ‘f’ are shifted one bit to the right through the CARRY flag. A ‘0’ is shifted into the MSb. If ‘d’ is ‘0’, the result is placed in WREG. If ‘d’ is ‘1’, the result is stored back in register ‘f’.
  • Words: 1
  • Cycles: 1
  • Q Cycle Activity:
  • Q1 Q2 Q3 Q4
    Decode Read register ‘f’ Process Data Write to
    destination
  • Example: LSRF REG, 0
      • Before Instruction REG=1110 0110
        • C=1
      • After Instruction REG=1110 0110
        • WREG=0111 0011
        • C=0
  • MOVIW Move INDFn to WREG, with pre/post increment/decrement
      • Syntax: MOVIW ++/−−FSRn++/−−
      • n ∈[0,1]
  • Operands:
  • Operation: INDFn→WREG
  • Apply pre/post increment/decrement operation to FSRn.
  • Status Affected: Z (Only if destination is WREG)
  • Encoding: 00 0000 0001 0nmm
  • MM Operation
  • 00 ++FSRn
  • 01 −−FSRn
  • 10 FSRn++
  • 11 FSRn−−
  • Description: This instruction is used to move data between one of the indirect registers (INDFn) and WREG. Before/after this move, the pointer (FSRn) is updated by pre/post incrementing/decrementing it. FSRn is limited to the range 0000h-FFFFh. Incrementing/decrementing it beyond these bounds will cause it to wrap around. Note that addresses larger than 7FFFh point to program memory. Addresses below 8000h point to data memory, with only the lower 11 bits used for address decoding. The increment/decrement operation on FSRn WILL NOT affect any STATUS bits. This instruction can only affect the Z flag if a value of 00h is moved to WREG.
  • Words: 1
  • Cycles: 1
  • Q Cycle Activity:
  • Q1 Q2 Q3 Q4
    Decode Update pointer if Process Write to
    Read Source Data Destination
    register. register. Update
    pointer if needed.
  • Example: MOVIW FSR0++
      • Before Instruction FSR0=22h
        • WREG=FFh
        • (22h)=12h
        • (23h)=33h
      • After Instruction FSR0=23h
        • WREG=12h
        • (22h)=12h
        • (23h)=33h
  • Example: MOVIW ++FSR0
      • Before Instruction FSR0=22h
        • WREG=FFh
        • (22h)=12h
        • (23h)=33h
      • After Instruction FSR0=23h
        • WREG=33h
        • (22h)=12h
        • (23h)=33h
  • MOVIW Move INDFn to WREG, Indexed Indirect Addressing
      • Syntax: MOVIW [k]FSRn
  • Operands: −32≦k≦31
      • n c [0,1]
  • Operation: (FSRn+k)→WREG
  • Move data between location pointed to by FSRn+k and WREG.
  • Status Affected: Z (Only if destination is WREG)
  • Encoding: 11 1111 0nkk kkkk
  • Description: This instruction is used to move data between a location pointed to by FSRn+k and WREG. FSRn is NOT updated with k. The addressable range is limited to 0000h-FFFFh. Indexing beyond these bounds will cause an address wrap-around. Note that addresses 8000h and higher point to program memory. Addresses below 8000h point to data memory, with only the lower 11 bits used for address decoding. Address calculation (addition of k to FSRn) WILL NOT affect any STATUS bits. This instruction can only affect the Z flag if a value of 00h is moved to WREG.
  • Words: 1
  • Cycles: 1
  • Q Cycle Activity:
  • Q1 Q2 Q3 Q4
    Decode Address Calculation. Process Data Write to
    Read Source register. Destination
    register.
  • Example: MOVIW [5]FSR0
      • Before Instruction FSR0=22h
        • WREG=FFh
        • (22h)=12h
        • (27h)=39h
      • After Instruction FSR0=22h
        • WREG=39h
        • (22h)=12h
        • (27h)=39h
  • Example: MOVIW [−5]FSR0
      • Before Instruction FSR0=22h
        • WREG=FFh
        • (1Dh)=17h
        • (22h)=12h
      • After Instruction FSR0=22h
        • WREG=17h
        • (1Dh)=17h
        • (22h)=12h
  • MOVLB Move literal to BSR: Syntax: MOVLB k
  • Operands: 0≦k≦15
  • Operation: k→BSR
  • Status Affected: None
  • Encoding: 00 0000 0010 kkkk
  • Description: The four-bit literal ‘1’ is loaded into the Bank Select Register (BSR).
  • Words: 1
  • Cycles: 1
  • Q Cycle Activity:
  • Q1 Q2 Q3 Q4
    Decode Read literal ‘k’ Process Data Write literal ‘k’ to
    BSR
  • MOVLP Move literal to PCLATH: Syntax: MOVLP k
  • Operands: 0≦k≦127
  • Operation: k→PCLATH
  • Status Affected: None
  • Encoding: 11 0001 1kkk kkkk
  • Description: The seven-bit literal ‘k’ is loaded into the PCLATH register.
  • Words: 1
  • Cycles: 1
  • Q Cycle Activity:
  • Q1 Q2 Q3 Q4
    Decode Read literal ‘k’ Process Data Write literal ‘k’ to
    PCLATH
  • MOVWI Indexed Indirect Move: Syntax: MOVWI [k]FSRn
  • Operands: −32≦k≦31
      • n ∈[0,1]
  • Operation: WREG→(FSRn+k)
  • Move data between WREG and location pointed to by FSRn+k.
  • Status Affected: Z (Only if destination is WREG)
  • Encoding: 11 1111 1nkk kkkk
  • Description: This instruction is used to move data between WREG and the location pointed to by FSRn+k. FSRn is NOT updated with k. The addressable range is limited to 0000h—FFFFh. Indexing beyond these bounds will cause an address wrap-around. Note that addresses 8000h and higher point to program memory. Addresses below 8000h point to data memory, with only the lower 11 bits used for address decoding. Address calculation (addition of k to FSRn) WILL NOT affect any STATUS bits.
  • Words: 1
  • Cycles: 1
  • Q Cycle Activity:
  • Q1 Q2 Q3 Q4
    Decode Address Calculation. Process Data Write to
    Read Source register. Destination
    register.
  • Example: MOVWI [3]FSR0
      • Before Instruction FSR0=22h
        • WREG=FFh
        • (22h)=12h
        • (25h)=56h
      • After Instruction FSR0=22h
        • WREG=FFh
        • (22h)=12h
        • (25h)=FFh
  • Example: MOVWI [−1]FSR0
      • Before Instruction FSR0=22h
        • WREG=FFh
        • (21h)=56h
        • (22h)=12h
      • After Instruction FSR0=22h
        • WREG=FFh
        • (21h)=FFh
        • (22h)=12h
  • Q Cycle Activity:
  • Q1 Q2 Q3 Q4
    Decode Read register ‘f’ Process Data Write to
    destination
  • MOVWI Move WREG to INDFn, with pre/post increment/decrement
      • Syntax: MOVWI ++/−−FSRn++/−−
  • Operands:
      • n ∈[0,1]
  • Operation: WREG→INDFn
  • Apply pre/post increment/decrement operation to FSR used.
  • Status Affected: Z (Only if destination is WREG)
  • Encoding: 00 0000 0001 1nmm
  • MM Operations
  • 00 ++FSRn
  • 01 −−FSRn
  • 10 FSRn++
  • 11 FSRn−−
  • Description: This instruction is used to move data between WREG and one of the indirect registers (INDFn). Before/after this move, the pointer (FSRn) is updated by pre/post incrementing/decrementing it. FSRn is limited to the range 0000h-FFFFh. Incrementing/decrementing it beyond these bounds will cause it to wrap around. Note that addresses 8000h and higher point to program memory. Addresses below 8000h point to data memory, with only the lower 11 bits used for address decoding. The increment/decrement operation on FSRn WILL NOT affect any STATUS bits.
  • Words: 1
  • Cycles: 1
  • Q Cycle Activity:
  • Q1 Q2 Q3 Q4
    Decode Update pointer if Process Data Write to INDFn.
    needed. Update pointer if
    needed.
  • Example: MOVWI FSR0−−
      • Before Instruction FSR0=22h
        • WREG=FFh
        • (21h)=56h
        • (22h)=12h
      • After Instruction FSR0=21h
        • WREG=FFh
        • (21h)=56h
        • (22h)=FFh
  • Example: MOVWI −−FSR0
      • Before Instruction FSR0=22h
        • WREG=FFh
        • (21h)=56h
        • (22h)=12h
      • After Instruction FSR0=21h
        • WREG=FFh
        • (21h)=FFh
        • (22h)=12h
  • RESET Software Reset: Syntax: RESET
  • Operands: None
  • Operation: Execute nMCLR. Reset all registers and flags that are affected by a MCLR Reset. Set PCON.nSWRST flag.
  • Status Affected: All
  • Encoding: 00 0000 0000 0001
  • Description: This instruction provides a way to execute a MCLR Reset by software.
  • Words: 1
  • Cycles: 1
  • Q Cycle Activity:
  • Q1 Q2 Q3 Q4
    Decode Start Reset No operation No operation
  • Example: RESET
      • After Instruction Registers=Reset Value
        • Flags*=Reset Value
  • SUBWFB Subtract WREG from f with Borrow: Syntax: SUBWFB f {,d}
  • Operands: 0≦f≦127
      • d ∈[0,1]
  • Operation: (f)-(WREG)-(B)→dest
  • Status Affected: C, DC, Z
  • Encoding: 11 1011 dfff ffff
  • Description: Subtract WREG and the BORROW flag (CARRY) from register ‘f’ (2's complement method). If ‘d’ is ‘0’, the result is stored in WREG. If ‘d’ is ‘1’, the result is stored back in register ‘f’.
  • Words: 1
  • Cycles: 1
  • Example 1: SUBWFB REG, 1
      • Before Instruction REG=19h (0001 1001)
        • WREG=0Dh (0000 1101)
        • C=1 (So B=0)
      • After Instruction REG=0Ch (0000 1100)
        • WREG=0Dh (0000 1101)
        • C=1 (No Borrow)
        • DC=0 (Indicates a digit borrow)
  • Example 2: SUBWFB REG, 0
      • Before Instruction REG=1Bh (0001 1011)
        • WREG=1Ah (0001 1010)
        • C=0 (So B=1)
      • After Instruction REG=1Bh (0001 1011)
        • WREG=00h
        • C=1 (No Borrow)
        • DC=1 (No digit borrow)
        • Z=1 Result is zero

Claims (18)

What is claimed is:
1. A microprocessor or microcontroller device comprising:
a central processing unit (CPU);
a data memory coupled with the CPU, wherein the data memory is divided into a plurality of memory banks; and
a plurality of special function registers and general purpose registers which may be memory-mapped to said data memory, wherein at least the following special function registers are memory-mapped to all memory banks a status register, a bank select register, a plurality of indirect memory address registers, a working register, and a program counter high latch; and
wherein upon occurrence of a context switch, the CPU is operable to automatically save the content of the status register, the bank select register, the plurality of indirect memory address registers, the working register, and the program counter high latch, and upon return from said context switch restores the content of the status register, the bank select register, the plurality of indirect memory address registers, the working register, and the program counter high latch.
2. The device according to claim 1, further comprising an interrupt unit coupled with the CPU, wherein said context switch is induced by an interrupt.
3. The device according to claim 1, wherein said context switch is software induced.
4. The device according to claim 1, wherein the content of the status register, the bank select register, the plurality of indirect memory address registers, the working register, and the program counter high latch is saved to a plurality of additional registers.
5. The device according to claim 1, wherein the content of the status register, the bank select register, the plurality of indirect memory address registers, the working register, and the program counter high latch is saved to a stack or additional memory.
6. The device according to claim 1, wherein each memory bank has the following special function registers memory mapped:
a plurality of indirect addressing mode registers which cause an indirect addressing access upon a read or write access to said first and second indirect addressing mode registers;
a first program counter register;
a status register,
a plurality of indirect memory address registers;
a bank select register,
a working register,
a program counter high latch register, and
an interrupt control register.
7. The device according to claim 6, wherein said special function registers are mapped starting at memory bank address 0.
8. The device according to claim 7, comprising 2 indirect addressing mode registers and 4 indirect memory address registers, wherein access to an indirect addressing mode register uses 2 concatenated indirect memory address registers of said 4 indirect memory address registers and wherein said special function registers are mapped from memory bank address 0 to 0Bh.
9. The device according to claim 1, further comprising a program memory coupled with said CPU, wherein a bit in said indirect memory address registers indicates whether an indirect memory access is performed on said data memory or said program memory.
10. A method of operating a microprocessor or microcontroller device comprising a central processing unit (CPU); a data memory coupled with the CPU, wherein the data memory is divided into a plurality of memory banks; a plurality of special function registers and general purpose registers, the method comprising the steps of:
memory mapping at least the following special function registers to all memory banks: a status register, a bank select register, a plurality of indirect memory address registers, a working register, and a program counter high latch;
upon occurrence of a context switch, saving automatically the content of the status register, the bank select register, the plurality of indirect memory address registers, the working register, and the program counter high latch, and upon return from said context switch restoring the content of the status register, the bank select register, the plurality of indirect memory address registers, the working register, and the program counter high latch.
11. The method according to claim 10, further comprising inducing said context switch by an interrupt.
12. The method according to claim 10, wherein said context switch is software induced.
13. The method according to claim 10, wherein the content of the status register, the bank select register, the plurality of indirect memory address registers, the working register, and the program counter high latch is saved to a plurality of additional registers.
14. The method according to claim 10, wherein the content of the status register, the bank select register, the plurality of indirect memory address registers, the working register, and the program counter high latch is saved to a stack or additional memory.
15. The method according to claim 10, wherein each memory bank has the following special function registers memory mapped:
a plurality of indirect addressing mode registers which cause an indirect addressing access upon a read or write access to said first and second indirect addressing mode registers;
a first program counter register;
a status register,
a plurality of indirect memory address registers;
a bank select register,
a working register,
a program counter high latch register, and
an interrupt control register.
16. The method according to claim 15, wherein said special function registers are mapped starting at memory bank address 0.
17. The method according to claim 15, using 2 indirect addressing mode registers and 4 indirect memory address registers, wherein access to an indirect addressing mode register uses 2 concatenated indirect memory address registers of said 4 indirect memory address registers and wherein said special function registers are mapped from memory bank address 0 to 0Bh.
18. The method according to claim 10, using a program memory coupled with said CPU, wherein a bit in said indirect memory address registers indicates whether an indirect memory access is performed on said data memory or said program memory.
US14/028,458 2007-11-30 2013-09-16 Enhanced microprocessor or microcontroller Abandoned US20140019991A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US14/028,458 US20140019991A1 (en) 2007-11-30 2013-09-16 Enhanced microprocessor or microcontroller

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US99158007P 2007-11-30 2007-11-30
US12/147,746 US8539210B2 (en) 2007-11-30 2008-06-27 Context switching with automatic saving of special function registers memory-mapped to all banks
US14/028,458 US20140019991A1 (en) 2007-11-30 2013-09-16 Enhanced microprocessor or microcontroller

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US12/147,746 Continuation US8539210B2 (en) 2007-11-30 2008-06-27 Context switching with automatic saving of special function registers memory-mapped to all banks

Publications (1)

Publication Number Publication Date
US20140019991A1 true US20140019991A1 (en) 2014-01-16

Family

ID=40676939

Family Applications (2)

Application Number Title Priority Date Filing Date
US12/147,746 Active 2029-12-05 US8539210B2 (en) 2007-11-30 2008-06-27 Context switching with automatic saving of special function registers memory-mapped to all banks
US14/028,458 Abandoned US20140019991A1 (en) 2007-11-30 2013-09-16 Enhanced microprocessor or microcontroller

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US12/147,746 Active 2029-12-05 US8539210B2 (en) 2007-11-30 2008-06-27 Context switching with automatic saving of special function registers memory-mapped to all banks

Country Status (6)

Country Link
US (2) US8539210B2 (en)
EP (1) EP2215548A1 (en)
KR (1) KR101531372B1 (en)
CN (1) CN101868783B (en)
TW (1) TWI479411B (en)
WO (1) WO2009073542A1 (en)

Families Citing this family (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8234543B2 (en) * 2009-03-06 2012-07-31 Via Technologies, Inc. Detection and correction of fuse re-growth in a microprocessor
US8677189B2 (en) * 2011-11-16 2014-03-18 GM Global Technology Operations LLC Recovering from stack corruption faults in embedded software systems
WO2013101012A1 (en) * 2011-12-29 2013-07-04 Intel Corporation Accessing configuration and status registers for a configuration space
US9195497B2 (en) * 2012-03-21 2015-11-24 Microchip Technology Incorporated Microcontroller with context switch
KR101993626B1 (en) 2012-12-11 2019-06-28 삼성전자 주식회사 SoC comprising special function register, operating method for thereof
US9323575B1 (en) 2015-02-26 2016-04-26 Freescale Semiconductor, Inc. Systems and methods for improving data restore overhead in multi-tasking environments
US9946482B2 (en) * 2015-07-14 2018-04-17 Microchip Technology Incorporated Method for enlarging data memory in an existing microprocessor architecture with limited memory addressing
KR102335203B1 (en) * 2015-08-10 2021-12-07 삼성전자주식회사 Electronic device against side channel attack
US10210350B2 (en) * 2015-08-10 2019-02-19 Samsung Electronics Co., Ltd. Electronic device against side channel attacks
KR20180081732A (en) * 2015-11-13 2018-07-17 가부시키가이샤 한도오따이 에네루기 켄큐쇼 Semiconductor devices, electronic parts, and electronic devices
US10255073B2 (en) * 2016-05-12 2019-04-09 Microchip Technology Incorporated Microcontroller with variable length move instructions using direct immediate addressing or indirect register offset addressing
GB2577729C (en) * 2018-10-04 2021-10-27 Advanced Risc Mach Ltd Processor with Register Bank having Banked Versions of a Register each Associated with an Operating State of the Processor
US11036633B2 (en) * 2019-08-22 2021-06-15 Micron Technology, Inc. Hierarchical memory apparatus
TWI778601B (en) * 2021-04-29 2022-09-21 新唐科技股份有限公司 Micro-controller, operating system and control method thereof
JP2023082311A (en) * 2021-12-02 2023-06-14 ローム株式会社 Arithmetic unit

Family Cites Families (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS58112152A (en) 1981-12-24 1983-07-04 Nec Corp Semiconductor integrated circuit
JPS6414648A (en) * 1987-07-08 1989-01-18 Mitsubishi Electric Corp Arithmetic processor
JP3141146B2 (en) * 1993-07-27 2001-03-05 三菱電機株式会社 One-chip microcomputer
US5653735A (en) * 1995-06-28 1997-08-05 Pacesetter, Inc. Implantable cardiac stimulation device having an improved backup mode of operation and method thereof
US5987258A (en) * 1997-06-27 1999-11-16 Lsi Logic Corporation Register reservation method for fast context switching in microprocessors
US6055211A (en) * 1997-07-03 2000-04-25 Microchip Technology Incorporated Force page zero paging scheme for microcontrollers using data random access memory
US6128641A (en) 1997-09-12 2000-10-03 Siemens Aktiengesellschaft Data processing unit with hardware assisted context switching capability
US5987583A (en) 1997-10-07 1999-11-16 Microchip Technology Inc. Processor architecture scheme and instruction set for maximizing available opcodes and address selection modes
US6192463B1 (en) * 1997-10-07 2001-02-20 Microchip Technology, Inc. Processor architecture scheme which uses virtual address registers to implement different addressing modes and method therefor
US6029241A (en) * 1997-10-28 2000-02-22 Microchip Technology Incorporated Processor architecture scheme having multiple bank address override sources for supplying address values and method therefor
US6708268B1 (en) * 1999-03-26 2004-03-16 Microchip Technology Incorporated Microcontroller instruction set
US20020032829A1 (en) * 2000-06-28 2002-03-14 Z-World, Inc. Microprocessor memory device controller
US6735664B1 (en) * 2000-10-18 2004-05-11 Advanced Micro Devices, Inc. Indirect addressing method and device incorporating the same
JP2002149402A (en) * 2000-11-14 2002-05-24 Pacific Design Kk Data processor and method for controlling the same
US6728856B2 (en) * 2001-06-01 2004-04-27 Microchip Technology Incorporated Modified Harvard architecture processor having program memory space mapped to data memory space
US6704601B1 (en) * 2001-08-09 2004-03-09 Pacesetter, Inc. Implantable medical stimulation device having reconfigurable memory
US20030056071A1 (en) * 2001-09-18 2003-03-20 Triece Joseph W. Adaptable boot loader

Also Published As

Publication number Publication date
KR101531372B1 (en) 2015-06-24
EP2215548A1 (en) 2010-08-11
WO2009073542A1 (en) 2009-06-11
KR20100101090A (en) 2010-09-16
CN101868783A (en) 2010-10-20
TW200935302A (en) 2009-08-16
US20090144481A1 (en) 2009-06-04
US8539210B2 (en) 2013-09-17
CN101868783B (en) 2014-03-19
TWI479411B (en) 2015-04-01

Similar Documents

Publication Publication Date Title
US8539210B2 (en) Context switching with automatic saving of special function registers memory-mapped to all banks
US20180189066A1 (en) Processor
EP1080406B1 (en) Microcontroller instruction set
US7996651B2 (en) Enhanced microprocessor or microcontroller
EP0465248B1 (en) Pseudo-linear bank switching memory expansion
US6401197B1 (en) Microprocessor and multiprocessor system
KR20000076310A (en) Eight-bit microcontroller having a risc architecture
KR100385495B1 (en) Processing system with word alignment branch target
JP4004915B2 (en) Data processing device
US5680632A (en) Method for providing an extensible register in the first and second data processing systems
US5655135A (en) System for write protecting a bit that is hardware modified during a read-modify-write cycle
US20040003129A1 (en) Method and apparatus for making and using a flexible hardware interface
TWI339354B (en) Microcontroller instruction set
KR100897857B1 (en) Microcontroller instruction set
JP4545777B2 (en) Data processing device
JP4498338B2 (en) Data processing device
Asanovic Complex Instruction Set Evolution in the Sixties and Seventies: Stack and GPR Architectures

Legal Events

Date Code Title Description
AS Assignment

Owner name: MICROCHIP TECHNOLOGY INCORPORATED, ARIZONA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:JULICHER, JOSEPH;SMIT, ZACHARIAS MARTHINUS;STEEDMAN, SEAN;AND OTHERS;SIGNING DATES FROM 20161009 TO 20161130;REEL/FRAME:040514/0932

AS Assignment

Owner name: JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT, ILLINOIS

Free format text: SECURITY INTEREST;ASSIGNOR:MICROCHIP TECHNOLOGY INCORPORATED;REEL/FRAME:041675/0617

Effective date: 20170208

Owner name: JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT

Free format text: SECURITY INTEREST;ASSIGNOR:MICROCHIP TECHNOLOGY INCORPORATED;REEL/FRAME:041675/0617

Effective date: 20170208

AS Assignment

Owner name: JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT, ILLINOIS

Free format text: SECURITY INTEREST;ASSIGNORS:MICROCHIP TECHNOLOGY INCORPORATED;SILICON STORAGE TECHNOLOGY, INC.;ATMEL CORPORATION;AND OTHERS;REEL/FRAME:046426/0001

Effective date: 20180529

Owner name: JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT

Free format text: SECURITY INTEREST;ASSIGNORS:MICROCHIP TECHNOLOGY INCORPORATED;SILICON STORAGE TECHNOLOGY, INC.;ATMEL CORPORATION;AND OTHERS;REEL/FRAME:046426/0001

Effective date: 20180529

AS Assignment

Owner name: WELLS FARGO BANK, NATIONAL ASSOCIATION, AS NOTES COLLATERAL AGENT, CALIFORNIA

Free format text: SECURITY INTEREST;ASSIGNORS:MICROCHIP TECHNOLOGY INCORPORATED;SILICON STORAGE TECHNOLOGY, INC.;ATMEL CORPORATION;AND OTHERS;REEL/FRAME:047103/0206

Effective date: 20180914

Owner name: WELLS FARGO BANK, NATIONAL ASSOCIATION, AS NOTES C

Free format text: SECURITY INTEREST;ASSIGNORS:MICROCHIP TECHNOLOGY INCORPORATED;SILICON STORAGE TECHNOLOGY, INC.;ATMEL CORPORATION;AND OTHERS;REEL/FRAME:047103/0206

Effective date: 20180914

STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION

AS Assignment

Owner name: MICROSEMI STORAGE SOLUTIONS, INC., ARIZONA

Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:059333/0222

Effective date: 20220218

Owner name: MICROSEMI CORPORATION, ARIZONA

Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:059333/0222

Effective date: 20220218

Owner name: ATMEL CORPORATION, ARIZONA

Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:059333/0222

Effective date: 20220218

Owner name: SILICON STORAGE TECHNOLOGY, INC., ARIZONA

Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:059333/0222

Effective date: 20220218

Owner name: MICROCHIP TECHNOLOGY INCORPORATED, ARIZONA

Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:059333/0222

Effective date: 20220218

AS Assignment

Owner name: MICROCHIP TECHNOLOGY INCORPORATED, ARIZONA

Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:059666/0545

Effective date: 20220218

AS Assignment

Owner name: MICROSEMI STORAGE SOLUTIONS, INC., ARIZONA

Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:WELLS FARGO BANK, NATIONAL ASSOCIATION, AS NOTES COLLATERAL AGENT;REEL/FRAME:059358/0001

Effective date: 20220228

Owner name: MICROSEMI CORPORATION, ARIZONA

Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:WELLS FARGO BANK, NATIONAL ASSOCIATION, AS NOTES COLLATERAL AGENT;REEL/FRAME:059358/0001

Effective date: 20220228

Owner name: ATMEL CORPORATION, ARIZONA

Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:WELLS FARGO BANK, NATIONAL ASSOCIATION, AS NOTES COLLATERAL AGENT;REEL/FRAME:059358/0001

Effective date: 20220228

Owner name: SILICON STORAGE TECHNOLOGY, INC., ARIZONA

Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:WELLS FARGO BANK, NATIONAL ASSOCIATION, AS NOTES COLLATERAL AGENT;REEL/FRAME:059358/0001

Effective date: 20220228

Owner name: MICROCHIP TECHNOLOGY INCORPORATED, ARIZONA

Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:WELLS FARGO BANK, NATIONAL ASSOCIATION, AS NOTES COLLATERAL AGENT;REEL/FRAME:059358/0001

Effective date: 20220228