0% found this document useful (0 votes)
33 views

Advanced Embedded Software

This document discusses advanced topics for embedded software including data structures, algorithms, software design techniques, SIMD instructions, digital signal processing, memory management, and real-time operating systems concepts.

Uploaded by

salman shariff
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views

Advanced Embedded Software

This document discusses advanced topics for embedded software including data structures, algorithms, software design techniques, SIMD instructions, digital signal processing, memory management, and real-time operating systems concepts.

Uploaded by

salman shariff
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Advanced Embedded

Software
• Data structure and algorithms ( stacks, queues, linked list, trees, searching, sorting, and their
applications in embedded software)
• Software design techniques (Finite state machines, producer consumer, and a lot more
design techniques)
• SIMD on ARM Cortex M4(Introduction SIMD instruction by examples)
• Introduction to DSP on ARM ( introduction to DSP using examples on ARM)
• Memory Management on Embedded Software (Designing your own memory manager,
fragmentation, fast, reliable memory manager)
• Advanced RTOS concepts (Techniques for profiling, measurement, discussion of different
concepts and their applications in real time systems)

You might also like