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.
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.
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…
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…
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!
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!
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…
Can LDTR be used to test requests from secure EL0 or are all results taken in the context of NS EL0?
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…
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…