I would like to know if any of the compilers/libraries for Cortex-M support the std::thread type (from the <thread> header) or if there is any plan to support that in the near future. I am interested in both Keil MDK / DS-5 or GCC for ARM. Thank you!…
Hi,
I'm new into mixing C and ASM on Cortex M3 using keil, here is the question,
Suppose that a function tries to access some memory that is not in the system, something like this, the system crashes with the hardfualt exception, so my question is…
I am trying to build software(esp device driver support) for a particular Cortex-M33 microcontroller offering from my company. I have a few questions about software IDE and tools supported by ARM:
Hello,
I'm a fresh guy on the KEIL, and here are 3 general questions, thanks any masters helping on it.
1. Is it possible to build a library by keil which could be linked in another project, while in this project, the device CPU is different w/ the…
Hello, I am looking for information about programming an ARM M4 firmware to basically broadcast serial information to a bluegiga WF121-A wifi module. My device will receive 2 serial inputs and I want the serial input packets to be sniffed and broadcasted…
I have to port a solution i am working on for Cortex-M4. I need to build,profile and later optimize.Can somebody please suggest which all tool will be helpful.
Hello, some time ago I started to play with CortexM4,
I bought a Discovery Board with a STM32F407VG in order to be programmed with uVision from Keil.
I am developing a project where the money is very restricted, that's why I was using a free licence from…