I have to deal with a lot of multithreaded programming at work.Specifically, I want to know how the ARM memory model differs from IA64.Both are very weak models, but are there any specific differences
I have just joined a project which require working on ARM based micro-controllers.. i have been a web developer for sometime and i am in need of some materials and resources to startup with embedded s
I need to configure USB OTG on iMX31 for device mode. We need a raw channel between the host and target and usb seems to be the best suited. However I haven\'t been able to correctly configure the OTG
I am implementing a FIR filter on an ARM9 processor and am trying to use the SMLAL instruction. Initially I had the 开发者_如何学运维following filter implemented and it worked perfectly, except this
I have an ARM-based platform and I\'d like to use it to serve GWT application. On x86 I\'d go with Tomcat to serve pages, but what options do I have on ARM architecture?
I read (http://www.stereopsis.com/FPU.html) mentioned in (What is the fastest way to convert float to int on x86). Does anyone know if the slow simple cast (see snippet below) does apply to ARM archit
I\'m using Eclipse CDT with Zylin embedded debug (native) and arm-elf-gdb 6.6 on OS X 10.5.8. I\'ve got an OCD debugger connecting to a board with an ARM processor.
I am trying to create dynamic TTabSheets for my program. Written in FPC/Lazarus being built for ARM/WinCE
I must patch an arm executable in my Pocke开发者_StackOverflow中文版t PC. I am dissassembling the ARM executable with IDA Pro. But I can not edit binary. As you know Ollydbg let us to edit binary / a
I\'m trying to debug this arm9 ... it\'s running some variation of Linux 2.4.19. When I load a pci driver, the arm9 just hangs and reboots.