Login

Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.

ARM websites use two types of cookie: (1) those that enable the site to function and perform as required; and (2) analytical cookies which anonymously track visitors only while using the site. If you are not happy with this use of these cookies please review our Privacy Policy to learn how they can be disabled. By disabling cookies some features of the site will not work.

ARM Community: ARM version confusion - ARM Community

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

ARM version confusion Arch ref manual, Rate Topic: -----

#1 User is offline   pe2dave 

  • Member
  • Pip
  • Group: Members
  • Posts: 8
  • Joined: 12-December 11

Posted 12 December 2011 - 12:15 PM

The arch ref manual provides syntax for numerous (all?) assembler instructions.
I'm writing code for arm1176jzf-s with the vfpv2 fpu.

Which of the options can/can't I use in the instruction set provided there please?

My choices are commonly

ARMv4T, ARMv5T*, ARMv6*, ARMv7, ARMv6T2, ...

I know I can't use the ARMv7 set, are there others to avoid too?

TIA DaveP





0

#2 User is offline   ttfn 

  • Super Contributor
  • PipPipPipPip
  • Group: Members
  • Posts: 576
  • Joined: 29-September 06

Posted 12 December 2011 - 01:24 PM

The 1176 implements ARMv6Z, which is basically ARMv6 + Security Extension (aka TrustZone).

So I'd suggest ARMv6*
1

#3 User is offline   pe2dave 

  • Member
  • Pip
  • Group: Members
  • Posts: 8
  • Joined: 12-December 11

Posted 12 December 2011 - 03:01 PM

View Postttfn, on 12 December 2011 - 01:24 PM, said:

The 1176 implements ARMv6Z, which is basically ARMv6 + Security Extension (aka TrustZone).

So I'd suggest ARMv6*


Thanks for that.

Yet to find out about Security Extensions!

Dave
1

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic