Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.
Re: uC survey - Answer question & get 'helped me' point
I have started with PIC16F628/876 and AT90S2313/ATmega16. They were excellent for some simple projects (mainly timing applications).
Then I turned to 16 bit MSP430 family which allowed handling large numbers more easely, reducing...
Re: MB91F364G
Yes, I figured that I cannot achieve theoretical MIPS value. In the loop I have a branch instruction which consumes more than 1 cycle (for clearing the pipeline).
What troubles me that it seems that the number of cycles necessary for that loop is not constant (2 as in the...
Re: MB91F364G
Hi
I have just started working with a Fujitsu microcontroller, too. Actually it is a MB91F362, but it's the same family. Our faculty received some development boards from Fujitsu (maybe they are getting obsolete and now they are getting rid of the stock :cunning: )
Actually...
Re: starting with Tricore
I have some experience with TC1796. Very nice architecture, especially for automotive environment.
I think you should start by downloading DAvE and the plugins for your microcontroller and start generating some code with it. You can easily experiment with all the...
texas instruments 74hc244
anaoum,
I have ordered it in october last year.
But I have checked now, and you are right, they stopped sending samples of mature products.
Maybe you can search for a 244 family compatible device in the new products for whigh they give samples
Re: Memory access in 8052
The upper half of the memory is indirect addressable only
in assembly you can write to this location with:
mov r0, #80h
mov @r0, value
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.