We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
hello everyone, Myself nisha i have started doing project using ADuc7026 microcontroller . in order to start with it please do help me with simple programs like addition of two numbers,counter,multiplication....etc thanks in advance....:)
hello, thanks a lot sir, perhaps i need to tell my project in detail --my project is Designing a 1553 bus controller on proasic3/e fpga in order to control this i need to use ADuc 7026 microcontroller this project will be automated test system for gps reciever as per my guide.....
i am finding it bit difficult to use 7026 registers so please do provide me a program in c for addition of two numbers using 7026 registers
If you're going to play the game, at least get the name right. It's COOPER
Honestly? You can't add a pair of numbers in C? or ASM? You might want to start with a simpler project.
int a=123, b=456, c; c = a + b;
LDR R0, =123 LDR R1, =456 ADDS R2, R0, R1
Have you actually spent any time studying the examples in the links provided by Sheldon Copper (sic)...?
yup i m working on it but .i thought it would be better if i work on some basic program ...........and also the pgm for addition given by Mr.Westonsupermare Pier does'nt work on keil....... plz help me guys
Really, then I afraid you're going to drown. Do you work with anyone who understands this stuff, or are you working in a vacuum?
how do i find the glue logic between ADuc7026 and MIL-STD-1553core and external memory..............please help me
Why don't you find someone else to take over this project, since it doesn't seem like you are able to do it. Or you think it is a good idea for you to be just a proxy for channeling the work between random people on the net?
this is irrelevant to the question asked if u dont know please learn when others reply......do not try to pretend that you are the only genius.
Thank you for the compliment, but I don't think I'm the only genius.
However, you "have started a project", but you don't seem to have also started any process to try to search for documentation, samples, application notes, ...
The best route to a successful project is to break it down into multiple steps, and not try the last step before you can master the earlier steps. And to sometimes realize that there are too many steps ahead, and that it is better to set a closer goal first before aiming for the big task.
I make no claims to being a genius, but I can do my own job without assistance, and appear functionally competent by reading the appropriate documentation thoroughly so I can ask smart questions.
If this is a work project go talk to your boss, if it's a school project discuss with your teacher.
how to read data from external memory ?
you do not find glue logic, you design and write it
if 'finding' was the task most of us would be a lot worse off, since 'finding' would not command much of a salary.
Erik
In the same manner as any other memory, it's just a bus transaction.
You might need to configure the processor pins, and bus parameters so that the processor can access the external bus correctly. Presumably such things would be in the processor and board documentation.