I\'m working on a project based on arm9 processor. We use only bare-metal without any operating system, so unfortunately we have no support for shared libraries / dynamic loader yet.
I am pretty much new to embedded device programming world so pardon my ignorance if any. I am cross compiling a C++ program on arm architecture with eclipse on ubuntu.
I am looking into the possibility of developing a Tegra based robotics platform running Android. To do this I need to be able to preform serial, I2C, and possibly PWM communications, does the Teg开发者
I found a way to read L1(data and instruction) cache using http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.faqs/ka4237.html.
Is there a software simulator for ARM开发者_JAVA技巧 Cortex-M0 ?I have a thumb only (not thumb2) instruction set simulator, goto github and search for thumbulator.Depends on what you are trying to do,
I have been doing some more reading and came upon this link. Over here most of the steps to implement a Mutex are quite direct and understandable... but a few things that I don\'t understand are in th
I am working on an ARM processor, I wondered if the ROM and RAM used开发者_如何转开发 are quite different than what I assume. For an example, for a program having the following memory table:
I\'m currently reading/learning about ARM architecture ..开发者_JAVA技巧. and I was wondering why there are so many modes
I need to generate a random number, now this number needs to be somewhere between 10 and 120 seconds.
I\'m trying to optimize some functions and I realized that I know next to nothing about how long certain things take.