Endian
Comp.Arch.Embedded is a worldwide Usenet news group that is used to discuss various aspects of Embedded Systems development.
We found 99 threads matching "endian"
You are looking at page 1 of 3.
The most relevant threads are listed first
karthikbg - 2006-11-17 05:37:00
Hi,
I find that regardless of what the byte Endian order is, the bits
within
bytes are always in Big-Endian format.
For instance, 1 is always stored in a byte as 000000012 no matter what
platform.
But, this is in violation to the Endianness concept as little endian
internally a big-endi...
At the risk of starting a flame war, which choice have people
really made with regard to Little-Endian vs. Big-Endian for
those processors where it's a design choice (ARM, PowerPC,...)?
I'm asking in the context of using such processors in embedded
applications where compatibility with anything ...
firefox78 - 2006-07-10 07:01:00
Yes it's right what you say, but I have set my IAR as big endian and
OSE Epsilon to big endian. The board doesn't run anyway. I also tryed
with the last IAR 4.40a but noting too.
Best regards.
Anton Erasmus ha scritto:
> On 5 Jul 2006 12:52:56 -0700, "firefox78"
> wrote:
>
> > I...
Having developed a new IXP425 based card, we now face the problem of
writing the BSP for it.
Actually, the main problem at this very moment is understanding the
real issues with Endianess.
Indeed, primary tests made with the ARM MultiIce emulator appear to
clearly indicate that Big Endian i...
qwertz911 - 2009-02-22 08:04:00
Hello,
i am new with ARM and i found one problem. I really need change endian
from little to big. I think that its changing in startup with function:
OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
but when i change it to "elf32-bigarm", compiler report problem, that ...
Sachin Garg - 2007-07-27 18:59:00
I need to test code for some compression algorithms for any possible
little/big endian issues that I might have left in there.
As development was done on an Intel desktop, what is the best way to
test it out without having to buy big-endian hardware. Can some
emulator etc be used for this?
...
karthikbg - 2006-11-17 11:27:00
Why does Endianness depend on Bit_order ?
Why Bit_order is always of Big Endian in a Byte irrespective of the
Little Endian or Big Endian CPU design?
A really good question to ask.
It will tell whether the candidate is aware of the Endiannes,
Byte_Order, Bit_Order and Bit manipulations.
...
Steven P - 2006-10-01 03:21:00
Good Morning:
I have a project using a 32bits little endian processor but with only
16 bits data bus. How will it behave when it puts data on the data bus.
also in little endian mode? And if the data type has length longer than
the IO Data bus, how will it normally behave? Does endianness only...
Taran - 2007-08-22 01:05:00
Hi,
We are using Lite5200B eval board, out software is compiled using the
Windriver diab 5.3.1.0 with the 5200B patch. We are using the
WindRiver ICE for downloading the executable to the board and stepping
through.
We have our software with the MPC5200B running in default big endian
mode....
2006-02-02 21:44:00
As it says, looking for a reasonably priced eval board(s) that support ARM v5
and/or v6 CPUs big and little endian. Prefer the CPU have MMU.
TIA
...
2006-12-28 07:19:00
hai all...
my purpose is to parse an ELF file in order to obtain the values of
some constants(read only data)...
i have acessed the .rodata section..what i want to know is, while
calculating the CRC of that particular data obtained form the .rodata
section will be same for both little endian an...
On Mon, 11 Sep 2006 16:57:25 +0200, "Mad I.D."
wrote:
> On 11 Sep 2006 04:09:24 -0700, Ulf Reiman wrote:
> > Hi!
> > How do a change a security application done with 32 bits arithmetic to
> > 8 bits arithmetic.
> > It was build for a PC, but a want to use it in a microcontroller. What...
"Andy" wrote in message
news:HYydnabrpLuOMqzeRVn-1g@giganews.com...
> Hello,
>
> Is any one using gcc on this part?
> I have used gcc with a 7520 Netsilicon ARM7, but I wasn't sure if that
means
> it will work with any ARM7.
> I assume this should be the same instruction set, but ha...
Mark_Galeck - 2008-03-11 19:48:00
Hello, I want to access from a Big endian CPU, a VME bus peripheral
card. Let's say for example, I want to write a value that ends up in
a register on the card, at address 0x2, in the register I want to have
0x1234, in other words, in bits 0-7 of the register I want to have
0x34, and in bits 8...
Hello all,
Since I see that Endianess is a current topic, I'd like to ask a question
concerning it and calculating 16-bit checksums. I've never seen a standard
anywhere that describes exactly what a checksum is.
However, I have mainly seen them calculated in one of three ways.
1) Simply c...
julvr - 2008-11-11 10:38:00
Forgive me if this is a noob question, but this is my first chip
bringup from scratch. I'm trying to bring up an ARM7 (ADuC7021), and
am having a problem with the endianness of data, and I'm not sure how
to fix it.
My problem is this: if I call an internal function
SD_OutputString("Bootload...
kishor - 2009-03-18 03:39:00
> =A0 =A0The PCA is presumably the 8051's timer circuit that can be set to
> give interrupt at regular interval.
>
> =A0 =A0What bugs me is you say you're "updating" this value in both the
> PCA and the USB interrupts. Can one of these interrupts be invoked
> while the processor is serv...
Can anyone point me to a web site for the Dayton that
makes electric motors. I've done the Web searches, but
all the hits get hijacked to various ebusinesses, none
of which have a link to the manufacturer's site (if any).
[So much for "Google's your friend"!]
--------------------------------...
John Devereux - 2006-05-15 16:55:00
"Le Chaud Lapin" writes:
> Steve at fivetrees wrote:
> > > I suspected that this is the reason. Certainly you will agree that
> > > this is hardly an issue if you're already comitted to the idea that you
> > > are doing hardware-based I/O?
> >
> > Unless I'm misunderstanding you...
Hi there,
I am struggling with a problem on my lh75411 MCU (arm7) which concerns
the endianness.
I observed that the endianness changes sometimes when uploading a srec
file
after reset to the MCU. I am using the following script for the
M*craigor
OCD tool:
conn
endian little
CPS...
Dingo - 2009-06-09 18:45:00
On Jun 8, 3:28=A0pm, "vp" wrote:
> To All,
>
> Not sure this is the correct group, but anyway.
It is.
> Trying to write to a Flash (atmel at49bv162at 2MB) with openocd.
>
> What I do is:
> mwb 0x10000000 0xF0 # clear cmd
> mwb 0x10000555 0xAA # enter cmd mode
> mwb 0x10000AAA...
sid1977 - 2007-10-08 05:38:00
Hi,
I am writing a driver for a ethernet controller. The controller is
connected to the io memory and expects data to be in the Little endian
format (will call it LE now and BE for big endian). The main cpu which
runs the driver code is a BE machine. During the startup I write the
descriptors int...
Pygmi wrote:
> "Jim Stewart" wrote in message
> news:KK-dnZdyPd_BK47fRVn-rQ@omsoft.com...
>
> > MikeD wrote:
> >
> > > using PC104 with 16bit configuration. What size is an address? IE. if
> > > i write 0xABCD to address 0x1234, did I infact write AB to 0x1234 and
> > > CD to 0x12...
On Tue, 29 Apr 2008 13:09:56 -0500, Grant Edwards
wrote:
> On 2008-04-29, Paul Keinanen wrote:
> > On Tue, 29 Apr 2008 00:07:01 -0400, Robert Adsett
> > wrote:
> >
> >
> > > I vaguely remember seeing a protocol that exhibited both little and big
> > > endian elements but that ...
Everett M. Greene - 2007-09-08 00:12:00
And we won't even get into Little-Endian vs. Big-Endian...
An "interesting" situation arises when dealing with constants in programs.
One would like to put these in ROM but with a Harvard architecture, one
can't access the locations as directly (if at all) as one can if the values
are in RAM. ...
On 2007-03-06, Jim Granville wrote:
> and that 'other stuff' is getting easier to clone these days.
>
> Freescale are about the spin their Coldfire-V1 core,(and did a new
> Starcore recently), Zilog have Zneo, MIPS refuses to go away, Atmel have
> AVR32, and DSP devices from Analog ...
argee - 2008-04-16 18:59:00
Hi all,
I'm working on interfacing a custom IP core to a TSK3000 (Altium's
P/H:MIPS-like soft processor) over WISHBONE bus and it seems I've run
into some endianness problems. I've always been confused by endianness
issues and now, after a few days of debugging both hardware and
software, my ...
Hi,
I have started evaluating the GNUARM tools for a LPC210x target
(little-endian) and come across the following which is odd to me.
With ul defined as:
unsigned long *ul;
The function function1 returns a pointer to void. For the following line,
ul = ( unsigned long * ) function1();
...
certsoft - 2007-11-06 15:31:00
On Nov 5, 4:59 pm, "FreeRTOS.org" wrote:
> http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeI...
Little endian - yuck :)
...
On Sat, 15 May 2004 11:03:01 -0700, "Neil Bradley"
wrote:
> > a) Create a 'bits' structure for each register and access using
> > the dot or arrow operator.
>
> Never. For two reasons:
>
> 1) Bit field "direction" is nondeterministic on non byte size operators and
> often is a sou...
David - 2005-04-28 03:22:00
On Thu, 28 Apr 2005 08:16:15 +0200, orc wrote:
> "David" wrote in message:
> > The usual method is to send three 8-bit transfers after each other,
> > holding the chip select low during the transfer. Some SPI controllers
> > (don't know about ARM chips) can do this automatically, but i...
Not Really Me - 2009-01-09 10:50:00
cs_posting@hotmail.com wrote:
> On Jan 9, 8:06 am, The Real Andy wrote:
>
> > If you know how to program then device/language is irrelevant. I
> > learned asm on many different micros from risc to full instruction
> > sets.
>
> I wouldn't say it's irrelevant - but it's not of make-o...
It doesn't matter much for subroutine return stack.
For argument passing a stack that grows downwards may
have some advantages. The SP in some cases may be used
as a index register for stack access or passed to a index
register for stack access and all of these accesses will
have a positive o...
If two bytes,
mov A,index
mov DPL,A
mov A,index+1 ; assuming 8051 is little-endian
mov DPH, A
...
Bob - 2005-03-21 19:15:00
wrote in message
news:d1nkh6$pvm$1@nemesis.news.tpi.pl...
> It cooperates excellent with programmer but i am trying to write data
using
> microcontroller. Flash requires 4 cycles to write a bite/word:
> addr/data = 555/AA , 2AA/55, 555/A0, PA/PD
> I do above commands and each cycle i ap...
"Jeremy Bentham" wrote in message
news:ucckg0hm5i3t0l42mb3a7dpb8r2p16j0nh@4ax.com...
> Jeremy Bentham wrote:
>
> > 32-bit additions are only an advantage if you're doing the checksum in
> > C. When using assembly language they'd actually be slower than 16-bit,
> > since you have t...
On Fri, 19 Nov 2004 11:20:46 +0100, "WaldemarIII"
wrote:
> Is there an atomic way to shift 64 bits either left or right?
> Shifting a double (8 bytes) doesn't work. Compiler won't
> allow it. Embedded assembly is out of the question and
> and a C function conating a loop shifting the ind...
> > > > Newsgroups:comp.arch.embedded
> > > > ...
> > > > using the usual compilers for 8-bit
> > > > embedded chips has been a let down
> > > ...
> > > Do you have any concrete examples?
> > > ...
Lately elsewhere I saw people mocking the practice of writing explic...
On Mon, 15 Jan 2007 21:41:25 +0000, Spen wrote:
> > I visited Ramtex web page, but they don't have a demo library.
> > That's a shame. I'm starting to write my own library, but graphic
> > functions are very heavy to deal with.
>
> You have to buy the lib from Ramtex - not bad pricing...
Hello, All!
Could you please explain me the process of establishing the endianness on
Alchemy board? This board has the DIP switches for establish endian mode,
and I'd like to understand how to determine the endianness from software.
On-board CPU is MIPS32.
With best regards, Roman Mashak...