A microprocessor incorporates the functions of a computer's central processing unit (CPU) on a single integrated circuit (IC).

learn more… | top users | synonyms

1
vote
0answers
23 views

MicroProgramming - Decrement jump not Zero

I'm trying to get my head around Micro Programming and OpCodes. I'm looking at DJNZ or Decrement Jump Not Zero. I've been trying to get this to work with no luck. My code with irrelevant parts removed ...
0
votes
0answers
32 views

Is it possible to simulate/emulate AVR hardware get UART, which software allows this? [closed]

Is it possible to simulate both the AVR processor and the UART output ? As far as I can tell the only obstacle is the UART output, however it seems it's rather trivial or maybe I'm wrong ? This ...
-1
votes
0answers
14 views

Cache Organisation [migrated]

Whats's the difference between Direct Mapping and Four-way Set Associative? They both mean that certain blocks of the cache are associated with certain parts of the main memory. The only difference ...
0
votes
2answers
73 views

Memory space of ARM microprocessors

In ARM microprocessors, is the only available memory space the 37 or so general and status registers, or is there a separate accessible memory space within the microprocessor chip? For example, in ...
-2
votes
2answers
35 views

HEX DUMP from OpenCV programs for microcontrollers ? [Image processing] [closed]

Is it possible to get HEX DUMP from OpenCV programs for microcontrollers/microprocessor ? Or do you strongly suggest MatLab ? FOR IMAGE-PROCESSING.
0
votes
0answers
37 views

Why the name barrel shifter

I know what a barrel shifter is. But I want to know why it is called so? Why barrel shifter is named as so? Thanks in advance...
-2
votes
1answer
42 views

Getting the code from a .mic1 File

Is there any way to look at the source code of a .mic1 file?
0
votes
0answers
58 views

Working out push button values

My question relating to easy68k is as follows: I want to read a push button and then display it on corresponding LED which I have done, I also want to Work out push button value e.g when I press push ...
0
votes
0answers
148 views

Serial port read() overflow, Linux, user space

I'm using embedded linux on ARM processor. My program does serial data redirection from one to another uart port (from ttyS1 to ttyS0). Actually there is bidirectional channel with 9600 baud rate, ...
-1
votes
1answer
107 views

Microcontroller/cpu for fast trigonometry in robot? [closed]

This concerns hardware that does weighs little, because a (fat cat sized, 6 legs with 3 DOF) walking robot should carry it around. Because of that walking it'll need to do a lot of trigonometry (using ...
3
votes
3answers
185 views

An attempt to understand what a Clock cycle is through example

I'm trying to fully understand what a clock cycle is, so I've come up with a test example that I'd like someone to confirm or dispel and offer a better understanding to. If I have this simple line of ...
1
vote
2answers
70 views

How do I interpret a WORD or Nibble as a number in C#?

I don't come from a low-level development background, so I'm not sure how to convert the below instruction to an integer... Basically I have a microprocessor which tells me which IO's are active or ...
1
vote
0answers
28 views

Shift, Rotate and Rotate All: What are they used for and do I need them all?

My question: What exactly is the Rotate All function used for and can it be implemented another way in software if needed? Why? I'm trying to build a CPU out of discrete logic chips, similar to what ...
1
vote
1answer
204 views

Confused about the binary code for the MVI instruction in the 8085 instruction code. Please see

Consider the instruction MVI A,32H to load 32H in the register A (Intel 8085 Microprocessor). My book says that it is a two byte instruction where the first byte is the opcode and the second is the ...
0
votes
1answer
163 views

Connecting 8051 to an External Ram-EEPROM

When I connect 8051 to an external memory, should I change the RD and WR signals in software or is this made by processor itself when I use the MOVX command? For example I will read from some ...
1
vote
1answer
162 views

What addressing mode is used in 'mov cx, [bp+6]'?

What addressing mode is used in "mov cx, [bp+6]"? The processor is intel 8086. I am studying "Microprocessor and Interfacing" by douglas v. hall. I know its memory adressing mode. But not sure whether ...
0
votes
2answers
284 views

Shadow registers — arm

Shadow registers are used to reduce interrupt latency. Arm have 15 registers, then where are these shadow registers stored? Are these shadow registers -- term related to banked or non banked ?
1
vote
1answer
176 views

instruction set emulator guide

I am interested in writing emulators like for gameboy and other handheld consoles, but I read the first step is to emulate the instruction set. I found a link here that said for beginners to emulate ...
0
votes
0answers
145 views

paging MMU cache of 80386 microprocessor

In the book Advance 80386 programming techniques James Turley , on page 104 , it is stated that 80386's mmu maintains a 32 entry 4way set associative cache. when mmu cache is full, to load a new entry ...
3
votes
1answer
231 views

Not Understanding ARM Hardware Stacks (using IAR)

I'm currently using IAR Embedded Workbench to do development for an NXP LPC2378 micro. I think I'm running into issues where my IRQ and CSTACK need to be bigger since the CPU keeps crashing and I ...
-5
votes
3answers
360 views

float to String conversion in c++ [closed]

I am programming on a LPC 1769 microprocessor, but I am unable to figure out how to convert a floating point number into a string so that I could print it on my Display . I am using the sprintf ...
0
votes
2answers
203 views

Can A 16-bit Machine Handle 64-Bit(data types like long int,float …) Operations?

Can a 16-bit machine perform operations on 64-bit data types? I know that it can perform 32-bit multiplication using two registers, but do not have any idea about how it can handle 64-bit data ?
0
votes
0answers
64 views

What are the Microcontrollers that don’t support LDS & SDS? [closed]

i just want to know if there is type of microcontrollers that don't support LDS AND SDS INSTRUCTION
-2
votes
2answers
64 views

Why the programs which run on Windows don't run or MAC or Linux [closed]

If the compiler converts the high level language (like C++, for example) to the machine code to be executed by the Microprocessor. Why can't the programs which run on Windows run on Mac or Linux?
-1
votes
1answer
177 views

Sending executable programs into hardware (microprocessor) using RS232 cable

I have a hardware device which can be connected using RS232 cable. Now as per my need i have to transfer java or c++ programs into the microprocessor of the hardware to execute. I have the following ...
-2
votes
2answers
297 views

MOV BL,[AX] Error [duplicate]

Possible Duplicate: NASM 16bit Intel i am working on assembly code for simple microprocessor in microprocessor course. I am writing a program that:sums six elements, stored in memory ...
1
vote
3answers
175 views

Microcontroller interfacing

I'm new to the world of embedded programming and I'm looking for information about interfacing with a microcontroller using I2C, USB, UART, CAN, etc. Does anybody know any good links, books, ...
0
votes
3answers
2k views

finding physical address in 8086 microprocessor

in 8086 microprocessor a 20 bit address is divided in 16bit+4bit address in which 4 bit binary is the segment address.when we convert a 4bit binary into hexadecimal it gets to 1bit hexadecimal.my ...
-2
votes
1answer
418 views

how can build single board computer like Raspberry Pi for run OS?

my question is : how can build single board computer like Raspberry Pi for run OS ? user ARM micro processor and debian arm os , can use USB and etc. like raspberry pi and other single board ...
1
vote
2answers
104 views

struct size, padding and the future

Consider the following program #include <cstdio> #include <stdint.h> struct Foo { int32_t a; int32_t b; int32_t c; }; struct Bar { int32_t a; int32_t b; ...
2
votes
2answers
2k views

4-bit LCD with C code

I am working with a Winstar Display LCD ( WH2004A-YYK-CP ) and STM32 processor and codes are written in C. I need to run it with 4-bit mode. I run it and wrote what I wanted. As you know, 4-bit mode ...
3
votes
2answers
543 views

Converting my solution from decimal to Hex

My goal is to display the solution of 2 numbers entered by the user in Hexadecimal. As of right now my code gets 2 numbers from the user, then returns the solution in decimal. What i think i should ...
0
votes
0answers
35 views

Register List Notation

Im looking over an internal register list for a device and I see the following: **Bits R/W Bit Mnemonic Descritpion default** 7-4 R/W GPO_SW2_H 4'h0:GPO[4] =gpo[4] ...
0
votes
2answers
111 views

Microprocessor vs. web page communication?

I'm currently working on a project where I want to control a microprocessor (Arduino) from a web page. The microprocessor will not be connected physically to the computer. What is the best protocol ...
4
votes
7answers
318 views

Making large constants in C source more readable?

I'm working on some code for a microprocessor. It has a few large, critical constants. #define F_CPU 16000000UL In this case, this is the CPU frequency. In Hertz. As it is, it's rather hard to tell ...
9
votes
4answers
1k views

CPU TSC fetch operation especially in multicore-multi-processor environment

In Linux world, to get nano seconds precision timer/clockticks one can use : #include <sys/time.h> int foo() { timespec ts; clock_gettime(CLOCK_REALTIME, &ts); //--snip-- ...
0
votes
3answers
803 views

How ARM and DSP processor work together?

How do an ARM and DSP processor work together , there instruction set being different , how can one write a code which is supposed to work on DSP processor such as FFT , Video Processing etc. How do ...
0
votes
2answers
1k views

difference between memory address register(MAR) and program counter(PC)?

How memory address register(MAR) and program counter(PC) are different from each other?
2
votes
2answers
129 views

Is this #define equivalent to this variable definition in C?

Consider this #define: #define msd_buffer ((volatile char *) MSD_BUFFER_ADDRESS) and this variable definition: volatile char *msd_buffer = MSD_BUFFER_ADDRESS; Are the two ...
6
votes
5answers
2k views

How can I cause an instruction cache miss?

I've been tasked with generating a certain number of data-cache misses and instruction-cache misses. I've been able to handle the data-cache portion without issue. So I'm left with generating the ...
1
vote
2answers
1k views

Arduino clear buffer

#include <stdio.h> #define LED 13 void setup() { pinMode(LED, OUTPUT); Serial.begin(9600); } void loop() { if (Serial.available() == 4) { char command[5]; for (int i = 0; i ...
1
vote
2answers
438 views

Why does 8085 start from 00000 while 8086 from FFFF0?

I am unable to understand the different starting addresses of Physical Address generated by CS:IP in 8085-86. Is this because of Stack? I think the concept of Stack was present before 8085. Please ...
4
votes
2answers
354 views

Direction Flag in x86

I am unable to understand how does the direction flag work in x86. The text in my lectures say that it increments or decrements the source or destination register but that does not make sense with its ...
4
votes
7answers
1k views

is there a verilog tutorial where you build a very simple microprocessor? [closed]

I'm a programmer wishing to learn verilog. What would be amazingly neat would be a tutorial where one constructs a tiny microprocessor with a very clean design, something like an Intel 4004, and then ...
1
vote
1answer
297 views

When a non-vectored interrupt occurs,does the processor ever look up the vector table ?

When a non-vectored interrupt occurs,does the processor ever look up the vector table ? Talking of 8085 , is it different ?
0
votes
2answers
130 views

Converting from 1Mbyte to Hex

I am having problem understanding the following text, 8088 supports 1 Mbyte of external memory. This memory space is organized from a software point of view as individual bytes of data stored ...
1
vote
1answer
311 views

in what cases memory is byte or word addressable and why

Memory may be byte addressable or word (2 bytes, 4 bytes, etc.) addressable (please correct me if I am wrong here). Does this (being byte addressable or word addressable) depend on the processor ...
1
vote
2answers
854 views

Which parameters decide the size of data type for a processor?

Which parameters decide the size of data type for a processor? Is it the data bus which decides this? Or is it the Instruction Set Architecture?
5
votes
4answers
544 views

What is the minimum instruction set required for any Assembly language to be considered useful?

I am studying Assembly programming in general, so I've decided to try and implement a "virtual microprocessor" in software, which has registers, flags and RAM to work with, implemented with variables ...
-2
votes
1answer
134 views

Preprocessor, Postprocessor, Geometric Processor and NC processor

Hello Guys! Can anyone explain me the difference between these terms: Preprocessor, Postprocessor, Geometric Processor and NC Processor?

1 2