• ARM CFFT Peak Velocity from Acceleration data

    Valentina Rusu
    Valentina Rusu

                   Hello guys,

          I am using an NRF chip with Cortex M4. Currently I am reading data from an accelerometer (12 signed bit ADC) and I have to get peak velocity. For that I am using the Omega arithmetic algorithm, as follows:

             - remove offset from…

    • 2 months ago
    • System
    • Embedded forum
  • LCD interfacing with ARM cortex M0+ lpc845

    Aakansha
    Aakansha

    Hi,

     

    I'm trying to interface 8x2 lcd using parallel interfacing[4 bit mode], Display used - 8x2 lcd [PC 0802--A] ST7066U--Dot Matrix LCD Controller/Driver

    Since I'm trying to interface using GPIO pins, not using I2C or SPI interface, and since no…

    • over 1 year ago
    • System
    • Embedded forum
  • If an RTOS is able to run on one particular implementation of a CPU core, does it necessarily support other implementations of that core?

    Brad Nemire
    Brad Nemire

    Hi Matt- If an RTOS is able to run on one particular implementation of a CPU core, such as a Cortex-M3, does it necessarily support other implementations of that core?

    • Answered
    • over 6 years ago
    • System
    • Embedded forum
  • IDE Recommendation

    Tim Borland
    Tim Borland

    Not sure if this is the right place for this or not, so excuse me if I have not "chosen wisely."

    I'm a hobbyist working on a project that I MAY productize and try to sell. I have begun with the mbed platform of embedded boards. However I have…

    • over 6 years ago
    • System
    • Embedded forum
  • HardFault on UART initialize

    Benjamin
    Benjamin

    Hi all!

    I'm facing a problem with my UART on a STM32F207IG under CMSIS.

    When I try to initialize the UART the processor disappears in the HardFault_Handler.

    I think the problem is somehow related to the clock settings which I left untouched until now…

    • Answered
    • over 6 years ago
    • System
    • Embedded forum
  • two microcontrollers on same board

    Deepak
    Deepak

    I recently bought TM4C123GXL evaluation kit (Texas Instruments). I found 2 microcontrollers on that board. I heard that it is something related to JTAG. But I didn't understand what it is even after browsing about it.

    • Answered
    • over 6 years ago
    • System
    • Embedded forum
  • Does anyone have instructions for how to setup for developing ARM based applications on OS X?

    Greg Starr
    Greg Starr

    I am interested in learning the ARM system and embedded programming but exclusively use a MAC with OS X.  Does anyone have or know of how to get and IDE set up and running on OS X?

    • Answered
    • over 6 years ago
    • System
    • Embedded forum
  • ARM7TDMI or Cortex-M3 board - which should I consider?

    Paul Ng
    Paul Ng

    If I have two ARM7TDMI core board and Cortex M3 core board, and I need to choose one of them to use.

    What should I consider the different between them and why?

    • over 6 years ago
    • System
    • Embedded forum
  • how to configure a I2C in MCB1700 with LPC1758?

    Paul Ng
    Paul Ng

    how to configure a I2C in MCB1700 with LPC1758?

    I have a MCB1700 board with LPC1758, I am trying to use the I2C on it as a master to run a ultrasonic sensor srf08.

    How should I configure the I2C setting on the LPC1758?

    • over 6 years ago
    • System
    • Embedded forum
  • Using UART to write to SRAM

    Kashif
    Kashif

    Hi All,

    I am using UART to receive values and then write those values to SRAM. I am using the Texas Instruments Stellaris LM4F120 board.

    For this purpose, I am using the memcpy() function to write the received values over UART to my SRAM base address defined…

    • over 6 years ago
    • System
    • Embedded forum
  • Debugging a Cortex-M0 Hard Fault

    Andy Neil
    Andy Neil

    There's many references to Debugging a Hard Fault on Cortex-M3 & M4; eg

    niallcooling's Developing a Generic Hard Fault handler for Armv7-M

    also:

    http://supp.iar.com/Support/?Note=23721

    https://community.freescale.com/thread/306244 - which…

    • Answered
    • over 6 years ago
    • System
    • Embedded forum
  • Unable to set software breakpoints in IAR IDE

    Simone
    Simone

    I'm using IAR Embedded Workbench to debug a Cortex-M0 system interfaced through ST-LINK/V2 SWD. The processor isn't officially supported because it is under development, but the configuration files have been updated with correct data. I'm not sure however…

    • Answered
    • over 5 years ago
    • System
    • Embedded forum
  • How to interface Accelerometer, EEPROM, GPS and GSM with Cortex-M?

    Suman Saurabh
    Suman Saurabh

    just help me out interfacing of GPS and GSM with Cortex-M?

    • Answered
    • over 5 years ago
    • System
    • Embedded forum
  • How can CLZ equivalent be achieved on Cortex-M0 where this instruction is missing?

    Sunil K
    Sunil K

    Looking for alternates for this instruction.

    • Answered
    • over 5 years ago
    • System
    • Embedded forum
  • Trouble with read write on SD card

    Owais
    Owais

    Hello community members.

    I have recently started working with SD card using Microchip ARM based uC SAM4. So far I have managed to initialize the HSMCI interface of SAM4 and SD card is also initialized and has responded with the card capacity and the RCA…

    • over 5 years ago
    • System
    • Embedded forum
  • Recommended book on ARM

    Guy Dillen
    Guy Dillen

    HI,

    i'm an ICT professional (so also with an IT background) and very much interested in embedded development (IoT solutions). Until now I mainly did embedded development (mainly ARM m3, m4 microprocessors based development boards: eg Spark Core, TI CC3200…

    • over 5 years ago
    • System
    • Embedded forum
  • May I know where does stack memory begin in a Cortex M3's memory?

    Jonathan Hill
    Jonathan Hill

    For example, is it at the beginning of RAM, user or silicon vendor defined?

    I'd like to know such that I can identify the stack boundaries in memory and therefore know if I've caused a stack overflow in my code.

    My device is an LPC1778, and Im using…

    • Answered
    • over 5 years ago
    • System
    • Embedded forum
  • ARM microcontrollers in sd cards?

    Mike Clark
    Mike Clark

    Which ARM Microcontrollers are embedded in current SD Cards? The Motorola 8051 tends to get mentioned in this connection, with occasional, vague references to ARM. So, which specific ARM technologies are used for this purpose, and what kind of embedded…

    • Answered
    • over 5 years ago
    • System
    • Embedded forum
  • How to use CCM SRAM for Cortex-M4?

    Jo Van Montfort
    Jo Van Montfort

    How to compile in gcc 4.9.3 for CCM SRAM usage?

    • Answered
    • over 5 years ago
    • System
    • Embedded forum
  • Can the Cortex-M3 stream videos?

    Zain Sharaf
    Zain Sharaf

    I'm (trying to) build a device that can receive and play/stream videos wirelessly to an embedded system. I wanted to know what would be the best course to take? If the ARM Cortex-M3 is a viable option for this, do I need a separate video controller…

    • Answered
    • over 5 years ago
    • System
    • Embedded forum
  • Cortex-M4 setup vector table for external interrupts

    Jo Van Montfort
    Jo Van Montfort

    I don't want to setup the vector table for all my external interrupts. For instance I only need the timer4 IRQhandler at IRQn 30. How can I make an offset in the table? Is this necessary?

    • Answered
    • over 5 years ago
    • System
    • Embedded forum
  • Some questions about the LPC810

    Jerome Decamps - 杜尚杰
    Jerome Decamps - 杜尚杰

    Hi the experts,

    I'm not sure but i think that chip can realy help myself in my actual projet. i wanna get  precisions about this chip.

    sot097-2_3d.gif

    In the technical datasheet i can read this :

    ARM Cortex M0+ with 4KB flash and 1KB SRAM

    • 2x USART
    • 1x I2C
    • 1x SPI
    • 4x…
    • Answered
    • over 5 years ago
    • System
    • Embedded forum
  • Does the Cortex M0+  Single-Cycle IO Bus have an address bus to decode multiple IO sets for read and write?

    Alan Carr
    Alan Carr

    I have an interest in the M0+ single-cycle IO Bus interface.

    It seems that while the TRM describes a 32-bit bus, and a memory map it isn't clear if there is also an address bus to go along with this.

    When instantiating do we have an IO address bus,…

    • Answered
    • over 5 years ago
    • System
    • Embedded forum
  • CTRLSTAT = 0xffffffff

    harshan
    harshan

    Sir,

    I am working on Cortex-M4 over serial wire debug protocol, i am able to read IDCODE(0x2ba01477) which is correct as per arm cortex m4 technical reference manual, and i am writing 0x50000000 to CTRLSTAT register to enable CSYSPWRUPREQ and CDBGPWRREQ…

    • Answered
    • over 5 years ago
    • System
    • Embedded forum
  • error: Hard Fault Handler

    kiran
    kiran

    HI,currently i am working on project based on stm32f407 chip.my development work has been stopped since two days as i have stuck in hard fault handler. Please  guide me how to trace the fault ???i tried every possible way i could.but result in nothing…

    • Answered
    • over 5 years ago
    • System
    • Embedded forum
  • View related content throughout System
  • More
  • Cancel
>