D-Link DWA 131 (8192eu) on an old system
The bounty expires in 7 days. Answers to this question are eligible for a +50 reputation bounty. Patrik Blå wants to draw more attention to this question: Still hoping for a solution to this problem. I have tried many driver packs and they either don’t compile or don’t work. I have tried getting this to […]
What is a good way to learn about multicore programming at the kernel level in Linux? [closed]
Closed 9 years ago.
How To Share Code Between Assembly Files In A Modular Way
Recently, I started learning Arm64 assembly. The assembler I’m using is the GNU Assembler (GAS). The version of GAS I’m using is GNU assembler (GNU Binutils for Ubuntu) 2.42
.
How To Share Code Between Assembly Files In A Modular Way
Recently, I started learning Arm64 assembly. The assembler I’m using is the GNU Assembler (GAS). The version of GAS I’m using is GNU assembler (GNU Binutils for Ubuntu) 2.42
.
What are some open-source ARM operator libraries for optimization?
I’m currently looking for open-source ARM operator libraries aimed at optimizing performance for embedded systems. These libraries ideally provide optimized implementations of common operators like matrix multiplication, convolution, vector operations, etc., specifically tailored for ARM processors. While I’m aware of Ne10 as a solid choice, I’m interested in exploring other options as well. It would be great if these libraries have robust community support and are widely used in practical applications.
ARM V8M Cortex-M33 SVC handling
I’m not sure why I can not trigger SVC exception second time in my program.
Emulating communication between Android and microcontroller using threads or services or… other?
I am not sure what is the best way for the tasks below: threads, AsyncTasks, Loopers, services? Why? Are there other candidates?
Benefits of RTOS vs Bare Metal for MCU Programming?
Please note: This question specifically mentions two RTOSes but is more generic and can probably be answered by anybody who has written C code for embedded RTOSes before, and had their software run directly on MCUs.
Compiling and deploying RTOS to an MCU
Please note: Even though I’m specifically talking about an RTOS called Embox here, and even though I’m talking about AVR/ARm, I think this question can be answered by anybody whose ever done a fair amount of C-based MCU programming.
Compiling and deploying a C program to an MCU running an RTOS
Please note: Even though I’m specifically talking about an RTOS called Embox here, and even though I’m talking about AVR/ARm, I think this question can be answered by anybody whose ever done a fair amount of C-based MCU programming.