Relative Content

Tag Archive for arm

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 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.

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.