• Small off-the-shelf small ARM module (15mmx25mm or less)?
    We are looking for off-the-shelf small ARM module (15mmx25mm or less) with the following specs: - single core >= 100MHz is OK >= 256k RAM >= 256kb ROM >= 2mbit flash - battery charging circuit - uart...
  • 100 ns pulse measurement
    Hi I am relatively new to arm and would like to ask your opinion on what board would be good for my project. I have mostly done C coding. I have project where pulse length and voltage level needs...
  • Programming the ARM NIC-301 QoS
    I am currently working with the S32V234 board which features a ARM-NIC 301 Quality of Service Module I have referred to the " http://infocenter.arm.com/help/topic/com.arm.doc.ddi0451b/DDI0451B_corelink_qos301_advanced_quality_of_service_r0p1_trm...
  • Basics: C programming for ARM - AHB transfers
    Note: This was originally posted on 18th September 2007 at http://forums.arm.com Hello, Would someone please help me about the next basic things? I have programed microcontrollers in the past but now...
  • A simple arm program question, could help me?
    After executing the instructon bl read_nand_to_sdram, my arm program will not execute the instruction ldr sp,=0x34000000 , but goback to execute the instruction bl init_sdram,why?   .global _start   ...