• armcc compiler in eclipse?

    Is it possible to integrate ARM 5 toolchain with armcc compiler in eclipse?

    I have installed the ARM 5 compiler, but in c/c++ build > tool chain editor I can only select a gcc based toolchain.

    Thank you for feedback.

  • FFT C-File

    Hello everybody,

    im using the Math.h file to do a rfft with 1024 points und q15 datatype.

    So far everything works fine, and I get good results. It needs a computation time of ~720us on my CortexM4 @100Mhz.

    This is very Impressive, but to long for my application…

  • ECG, Wavelets and Cortex-M4

    Hello
    First of all a successful 2017 for all of us.

    I'm looking for examples of C algorithms for applying the concept of wavelets to identify ECG patterns in data collected with a Cortex-M4, preprocessed and later sent to a Cortex-A for graphical re-ordering…

  • How to read ARM A9 registers in C?

    Hello!

    I'm using a Zybo board with a dual-core ARM Cortex-A9 processor and I'm trying to read (and then write) the registers of the processor. How can I read these values into variables in C code?

     

    Thank you!

  • Combining function attributes in C

    Hello everyone, 

    Can anyone help me how do I combine function attributes? 

    I need to use __attribute__(used) and __attribute__(section("xuz")) function attributes while defining a function.

    Thanks in advance!

  • c++ virtual function override problem

    Hi,

    recently i write a c++ code and  have a problem with using virtual function

    this is a code,

    class Base {

    publc :

        virtual ~Base() {}

        virtual void Set (void) = 0; // pure virutal fuunction

    };

    class Derived : public Base

    {

    public:

        int m_nTest;

        virtual…

  • Does Aarch64 LDTR behave differently in secure vs non-secure?

    Can LDTR be used to test requests from secure EL0 or are all results taken in the context of NS EL0?

  • How to add support for LPC17xx series support in DistoRTOS

    Hello ,

      I am just trying to play around with distortos. 

      I am really happy about it supporting C++11. 

       Can someone point me in a right direction to support new microcontrollers. Preferably LPC1768. Also I see there is no support for I2C driver in STM32…

  • where are the C++  libraries for linux app?

    I have an Altera Cyclone V SoC DevKit that came with the ARM DS-5 tools.  I have been running the Hello World C linux app examples that came with the tools.  I want to run a similar C++ linux app example, so I copied the C example project (as I have several…

  • Good starterboard, C or Linux etc

    hi all,

    I'm used to use microchip controllers (Professional software engineer), but because I need higher calculation speed, I have to move to arm processors.

    For that reason I'd like to start with a starter kit.

    I'd like to experiment with Ethernet…