TorBT - Torrents and Magnet Links Search Engine

Udemy - Mastering RTOS Hands On With FreeRTOS Arduino And Stm32fx

File Name
Size
01 Overview of the Course/001 What is this course all about.mp4
30 MB
01 Overview of the Course/002 FAQ.html
3.0 kB
01 Overview of the Course/003 Source code and other resources.html
556 B
02 RTOS Introduction/004 What is Real Time ApplicationRTAs.mp4
17 MB
02 RTOS Introduction/005 What is Real Time Operating SystemRTOS.mp4
11 MB
02 RTOS Introduction/006 RTOS vs GPOS Task Scheduling.mp4
6.4 MB
02 RTOS Introduction/007 RTOS vs GPOS Latency.mp4
10 MB
02 RTOS Introduction/008 RTOS vs GPOS Priority inversion.mp4
20 MB
02 RTOS Introduction/009 What is Multitasking.mp4
8.5 MB
02 RTOS Introduction/quizzes/001 Test Drive.html
7.2 kB
03 Lets Setup Atmel Studio-7 AS7 For Arduino/010 Why AS7 for Arduino.mp4
13 MB
03 Lets Setup Atmel Studio-7 AS7 For Arduino/011 Installing AS7 Software.mp4
9.5 MB
03 Lets Setup Atmel Studio-7 AS7 For Arduino/012 Creating a AS7 project for Arduino.mp4
49 MB
03 Lets Setup Atmel Studio-7 AS7 For Arduino/013 Writing Blinky Application for Arduino.mp4
31 MB
03 Lets Setup Atmel Studio-7 AS7 For Arduino/014 Downloading code to Arduino from AS7 using Flash utility software.mp4
27 MB
03 Lets Setup Atmel Studio-7 AS7 For Arduino/015 Downloading code to Arduino from AS7 using Debugger.mp4
18 MB
03 Lets Setup Atmel Studio-7 AS7 For Arduino/016 Connecting Atmel-ICE to Arduino.html
466 B
03 Lets Setup Atmel Studio-7 AS7 For Arduino/017 Testing virtual com port application on Arduino.mp4
38 MB
03 Lets Setup Atmel Studio-7 AS7 For Arduino/attached_files/014 Downloading code to Arduino from AS7 using Flash utility software/bossc.zip
252 kB
03 Lets Setup Atmel Studio-7 AS7 For Arduino/attached_files/016 Connecting Atmel-ICE to Arduino/Connecting-Atmel-ICE-to-Arduino.pdf
741 kB
03 Lets Setup Atmel Studio-7 AS7 For Arduino/attached_files/017 Testing virtual com port application on Arduino/consoleuartapp.zip
5.0 MB
03 Lets Setup Atmel Studio-7 AS7 For Arduino/quizzes/002 Test Drive.html
4.7 kB
04 Running your first FreeRTOS application/018 Adding freeRTOS Kernel to your project.mp4
14 MB
04 Running your first FreeRTOS application/019 Running first freeRTOS application on Arduino.mp4
12 MB
05 Atmel Studio debugging features/020 AS7 Debugging Setp-inoverout breakpoints Processor status.mp4
30 MB
05 Atmel Studio debugging features/021 AS7 Debugging Using Watch windows.mp4
17 MB
05 Atmel Studio debugging features/022 AS7 Debugging Controlling LEDS using IO view.mp4
29 MB
05 Atmel Studio debugging features/quizzes/003 Test Drive.html
2.6 kB
06 Kick Starting FreeRTOS/023 About freertos.org The FreeRTOS Community.mp4
34 MB
06 Kick Starting FreeRTOS/024 freertos-licensing.mp4
17 MB
06 Kick Starting FreeRTOS/025 FreeRTOS API Interface.mp4
12 MB
06 Kick Starting FreeRTOS/026 FreeRTOS FileDirectory Structure.mp4
60 MB
06 Kick Starting FreeRTOS/027 Important Features of FreeRTOS Kernel.html
1.1 kB
06 Kick Starting FreeRTOS/028 Overview of FreeRTOS Scheduler.mp4
9.1 MB
06 Kick Starting FreeRTOS/029 Overview of FreeRTOS Task Management.mp4
4.0 MB
06 Kick Starting FreeRTOS/030 Overview of FreeRTOS Memory Management.mp4
29 MB
06 Kick Starting FreeRTOS/031 FreeRTOS Heap and Stack Management.mp4
15 MB
06 Kick Starting FreeRTOS/032 Overview of FreeRTOS Synchronization and mutual exclusion Services.mp4
16 MB
06 Kick Starting FreeRTOS/attached_files/027 Important Features of FreeRTOS Kernel/Features-of-freeRTOS.pdf
31 kB
06 Kick Starting FreeRTOS/quizzes/004 Test Drive.html
5.7 kB
07 FreeRTOS Kernel Coding Style/033 Macros.mp4
12 MB
07 FreeRTOS Kernel Coding Style/034 Variables.mp4
26 MB
07 FreeRTOS Kernel Coding Style/035 Functions.mp4
22 MB
08 The FreeRTOSConfig.h system clock Kernel Ticking configuration/036 Exploring FreeRTOS configuration header file.mp4
40 MB
08 The FreeRTOSConfig.h system clock Kernel Ticking configuration/037 System clock frequency configuration.mp4
14 MB
08 The FreeRTOSConfig.h system clock Kernel Ticking configuration/038 What is Kernel timer and why it is needed.mp4
21 MB
08 The FreeRTOSConfig.h system clock Kernel Ticking configuration/039 What exactly Kernel Tick ISR does Code exploration.mp4
28 MB
08 The FreeRTOSConfig.h system clock Kernel Ticking configuration/040 Who configures the Kernel Tick Timer Code exploration.mp4
19 MB
08 The FreeRTOSConfig.h system clock Kernel Ticking configuration/quizzes/005 Test Drive.html
7.9 kB
09 Debugging FreeRTOS using Tracealyzer Tool/041 Tracealyzer for FreeRTOS.mp4
26 MB
09 Debugging FreeRTOS using Tracealyzer Tool/042 How Tracealyzer works.mp4
16 MB
09 Debugging FreeRTOS using Tracealyzer Tool/043 System Requirements to use Tracealyzer..mp4
18 MB
09 Debugging FreeRTOS using Tracealyzer Tool/044 Step-1 Adding Tracealyzer Recorder library to the Project.mp4
30 MB
09 Debugging FreeRTOS using Tracealyzer Tool/045 Step-2 Initializing and Starting the Recorder.mp4
32 MB
09 Debugging FreeRTOS using Tracealyzer Tool/046 Step-3 Running and Getting recorder memory dump and plotting.mp4
30 MB
10 FreeRTOS Task Management Creation deletion Scheduling/047 What is task.mp4
22 MB
10 FreeRTOS Task Management Creation deletion Scheduling/048 Creating and Scheduling a task.mp4
27 MB
10 FreeRTOS Task Management Creation deletion Scheduling/049 FreeRTOS behind the scene Task Creation.mp4
4.6 MB
10 FreeRTOS Task Management Creation deletion Scheduling/050 Code Exercise-1 Implementation and Testing of 2 Tasks.mp4
31 MB
10 FreeRTOS Task Management Creation deletion Scheduling/051 Analyzing the output of Code-Exercise-1 Timing Diagram.mp4
4.7 MB
10 FreeRTOS Task Management Creation deletion Scheduling/052 Analyzing Code-Exercise-1 using Tracealyzer.mp4
35 MB
10 FreeRTOS Task Management Creation deletion Scheduling/053 Code Exercise-2 Single Task Function Execution by 2 Tasks.mp4
17 MB
10 FreeRTOS Task Management Creation deletion Scheduling/054 Deleting a Task.mp4
4.8 MB
10 FreeRTOS Task Management Creation deletion Scheduling/055 Code Exercise- 3 Deletion of a Task.mp4
48 MB
10 FreeRTOS Task Management Creation deletion Scheduling/quizzes/006 Test Drive.html
8.2 kB
11 ARM Cortex M Interrupt Priority and FreeRTOS Task Priority/056 Interrupt Priority register and priority levels in ARM cortex-M.mp4
15 MB
11 ARM Cortex M Interrupt Priority and FreeRTOS Task Priority/057 Priority of freeRTOS Tasks.mp4
5.9 MB
11 ARM Cortex M Interrupt Priority and FreeRTOS Task Priority/058 FreeRTOS Priority Configuration items.mp4
37 MB
11 ARM Cortex M Interrupt Priority and FreeRTOS Task Priority/059 FreeRTOS priority SetGet APIs.mp4
14 MB
11 ARM Cortex M Interrupt Priority and FreeRTOS Task Priority/060 Code Exercise- 5 Changing Task priorities Dynamically.mp4
18 MB
11 ARM Cortex M Interrupt Priority and FreeRTOS Task Priority/quizzes/007 Test Drive.html
7.8 kB
12 Interrupt safe APIs and Task yielding/061 Interrupt safe and interrupt unsafe APIs..mp4
26 MB
12 Interrupt safe APIs and Task yielding/062 Understanding Task Yielding.mp4
28 MB
12 Interrupt safe APIs and Task yielding/quizzes/008 Test Drive.html
3.6 kB
13 FreeRTOS Task States/063 Running and Not Running state.mp4
3.3 MB
13 FreeRTOS Task States/064 The Ready state.html
933 B
13 FreeRTOS Task States/065 The Blocked state.mp4
9.5 MB
13 FreeRTOS Task States/066 Suspended state.mp4
5.5 MB
13 FreeRTOS Task States/quizzes/009 Test Drive.html
5.6 kB
14 FreeRTOS Importance of Delay APIs/067 Crude delay and its Effects.mp4
8.9 MB
14 FreeRTOS Importance of Delay APIs/068 Using Blocked state to create delay.mp4
13 MB
14 FreeRTOS Importance of Delay APIs/069 Converting Time to Ticks.html
512 B
14 FreeRTOS Importance of Delay APIs/070 Code Exercise-6 Implementing delay using vTaskDelay.mp4
42 MB
14 FreeRTOS Importance of Delay APIs/071 vTaskDelayUntil API.mp4
6.2 MB
14 FreeRTOS Importance of Delay APIs/072 Code Exercise- 7 Delay Implementation using vTaskDelayUntil.html
976 B
14 FreeRTOS Importance of Delay APIs/attached_files/069 Converting Time to Ticks/converting-time-to-ticks.pdf
228 kB
14 FreeRTOS Importance of Delay APIs/attached_files/072 Code Exercise- 7 Delay Implementation using vTaskDelayUntil/Code-Ex-7-vTAskDelayUntil.pdf
258 kB
14 FreeRTOS Importance of Delay APIs/quizzes/010 Test Drive.html
2.6 kB
15 FreeRTOS Hook Functions/073 The Idle task and the Idle task hook function.mp4
28 MB
15 FreeRTOS Hook Functions/074 Code-Exercise - 9 Idle hook implementation.mp4
27 MB
15 FreeRTOS Hook Functions/075 Tick hook function.mp4
2.8 MB
15 FreeRTOS Hook Functions/076 Code-Exercise -10 Tick hook function implementation.html
968 B
15 FreeRTOS Hook Functions/quizzes/011 Test Drive.html
4.7 kB
16 FreeRTOS Scheduling Policies/077 Preemptive Scheduling.mp4
11 MB
16 FreeRTOS Scheduling Policies/078 Prioritized Preemptive Scheduling.mp4
16 MB
16 FreeRTOS Scheduling Policies/079 Co-operative Scheduling.mp4
7.2 MB
17 FreeRTOS Queue Management/080 Queues and its features.mp4
11 MB
17 FreeRTOS Queue Management/081 Creating a Queue.mp4
9.9 MB
17 FreeRTOS Queue Management/082 Sending data to Queue.mp4
8.2 MB
17 FreeRTOS Queue Management/083 Receiving data from Queue.mp4
5.1 MB
17 FreeRTOS Queue Management/084 Code Exercise- 11 SendReceive operation on Q also blocking on emptyfull Q.mp4
37 MB
17 FreeRTOS Queue Management/085 Analyzing Code Exercise- 11 using Tracealyzer.mp4
15 MB
17 FreeRTOS Queue Management/086 Using Queues to Transfer Compound Data Types.mp4
7.7 MB
17 FreeRTOS Queue Management/087 Code Exercise- 12 SendingReceiving compound data types.html
1.2 kB
17 FreeRTOS Queue Management/088 Trace output of Code Exercise-12.mp4
13 MB
17 FreeRTOS Queue Management/quizzes/012 Test Drive.html
6.9 kB
18 Semaphore for Synchronization mutual exclusion and Interrupt Management/089 Synchronization and Mutual exclusion in real world.mp4
13 MB
18 Semaphore for Synchronization mutual exclusion and Interrupt Management/090 Creation of a semaphore.mp4
7.6 MB
18 Semaphore for Synchronization mutual exclusion and Interrupt Management/091 Different types of semaphores.mp4
8.0 MB
18 Semaphore for Synchronization mutual exclusion and Interrupt Management/092 Binary semaphore to synchronize between two Tasks.mp4
7.4 MB
18 Semaphore for Synchronization mutual exclusion and Interrupt Management/093 Code Exercise- 13 Synchronization between 2 Tasks.html
1.4 kB
18 Semaphore for Synchronization mutual exclusion and Interrupt Management/094 Binary Semaphore to synchronize between task and Interrupt.mp4
11 MB
18 Semaphore for Synchronization mutual exclusion and Interrupt Management/095 Code Exercise - 14 Synchronization between Task and Interrupt.mp4
36 MB
18 Semaphore for Synchronization mutual exclusion and Interrupt Management/096 Analyzing Code Exercise - 14 using Tracealyzer.mp4
17 MB
18 Semaphore for Synchronization mutual exclusion and Interrupt Management/097 Events latching.mp4
16 MB
18 Semaphore for Synchronization mutual exclusion and Interrupt Management/098 counting semaphore to latch and process multiple events.mp4
8.6 MB
18 Semaphore for Synchronization mutual exclusion and Interrupt Management/099 Code Exercise - 15 Synchronizing a Task and Multiple Events.mp4
25 MB
19 Mutual exclusion/100 Mutual Exclusion using Binary Semaphore.mp4
13 MB
19 Mutual exclusion/101 Code Exercise - 16 Mutual Exclusion between 2 tasks using Binary Semaphore.mp4
29 MB
19 Mutual exclusion/102 Issue with Binary sema when used for Mutual exclusion.html
683 B
19 Mutual exclusion/103 Advantages of Mutex Over Binary Semaphore.mp4
12 MB
19 Mutual exclusion/104 Code Exercise - 16 Mutex Example.html
1.5 kB
19 Mutual exclusion/105 Crude way to protect critical section.mp4
9.6 MB
19 Mutual exclusion/attached_files/102 Issue with Binary sema when used for Mutual exclusion/Issue-with-Binary-Semaphore.pdf
461 kB
19 Mutual exclusion/quizzes/013 Test Drive.html
6.5 kB
20 Memory management/106 FreeRTOS Memory Allocation Schemes and heap_1.c.mp4
19 MB
20 Memory management/107 Understanding heap_3.c.html
541 B
20 Memory management/108 FreeRTOS Static Allocation.html
789 B
20 Memory management/attached_files/107 Understanding heap_3.c/Understanding-heap-3.pdf
234 kB
20 Memory management/attached_files/108 FreeRTOS Static Allocation/FreeRTOS-Static-Allocation.pdf
466 kB
20 Memory management/quizzes/014 Test Drive.html
4.1 kB
21 FreeRTOS ARM Cortex M Arch Specific Details/109 About PendSV and Its role in Context Switching.mp4
21 MB
21 FreeRTOS ARM Cortex M Arch Specific Details/110 Intro Understanding context switching code.mp4
8.3 MB
21 FreeRTOS ARM Cortex M Arch Specific Details/111 Understanding context switching code.html
796 B
21 FreeRTOS ARM Cortex M Arch Specific Details/112 Intro 2. Understanding Systick handler.mp4
2.4 MB
21 FreeRTOS ARM Cortex M Arch Specific Details/113 Understanding Systick handler.html
484 B
21 FreeRTOS ARM Cortex M Arch Specific Details/114 Intro Understanding SVC handler.mp4
1.1 MB
21 FreeRTOS ARM Cortex M Arch Specific Details/115 Understanding SVC handler.html
656 B
21 FreeRTOS ARM Cortex M Arch Specific Details/attached_files/111 Understanding context switching code/Understanding-FreeRTOS-Context-Switching-Code.pdf
394 kB
21 FreeRTOS ARM Cortex M Arch Specific Details/attached_files/113 Understanding Systick handler/Understanding-FreeRTOS-SysTick.pdf
380 kB
21 FreeRTOS ARM Cortex M Arch Specific Details/attached_files/115 Understanding SVC handler/Understanding-FreeRTOS-SVC.pdf
191 kB
21 FreeRTOS ARM Cortex M Arch Specific Details/quizzes/015 Test Drive.html
7.4 kB
22 FreeRTOS KEIL Tracealyzer/116 Installing Keil MDK software.mp4
6.4 MB
22 FreeRTOS KEIL Tracealyzer/117 Installing Software packs on KEIL-MDK-5 software.mp4
11 MB
22 FreeRTOS KEIL Tracealyzer/118 STEP1 Adding FreeRTOS kernel to KEIL project.mp4
35 MB
22 FreeRTOS KEIL Tracealyzer/119 STEP2 Adding Arch. specific codes.mp4
9.6 MB
22 FreeRTOS KEIL Tracealyzer/120 STEP3 Prepare a FreeRTOSConfig.h.mp4
27 MB
22 FreeRTOS KEIL Tracealyzer/121 STEP4 Adding heap management file.mp4
16 MB
22 FreeRTOS KEIL Tracealyzer/122 STEP5 Adding freeRTOS test application.mp4
29 MB
22 FreeRTOS KEIL Tracealyzer/123 Testing and debugging on STM32 Part-1.mp4
47 MB
22 FreeRTOS KEIL Tracealyzer/124 Testing and debugging on STM32 Part-2.mp4
33 MB
22 FreeRTOS KEIL Tracealyzer/125 Using Percipio Tracealyzer with KEIL.mp4
64 MB
22 FreeRTOS KEIL Tracealyzer/attached_files/118 STEP1 Adding FreeRTOS kernel to KEIL project/Keil-FreeRTOS-Sample-Project.zip
53 MB
23 FreeRTOS using Eclipse For UbuntuMAC Users/126 Installing Java JDK.html
590 B
23 FreeRTOS using Eclipse For UbuntuMAC Users/127 Installing Eclipse.html
687 B
23 FreeRTOS using Eclipse For UbuntuMAC Users/128 Installing GNU ARM Plugins on Eclipse.html
759 B
23 FreeRTOS using Eclipse For UbuntuMAC Users/129 Installing ARM Cross Compiler Tool-Chain.html
719 B
23 FreeRTOS using Eclipse For UbuntuMAC Users/130 Creating Eclipse project for STM32Fx based boards.html
556 B
23 FreeRTOS using Eclipse For UbuntuMAC Users/131 Installing OpenOCD Debugging Tool.html
839 B
23 FreeRTOS using Eclipse For UbuntuMAC Users/132 Running FreeRTOS.html
861 B
23 FreeRTOS using Eclipse For UbuntuMAC Users/133 Integrating percepio Trace software with Eclipse.html
737 B
23 FreeRTOS using Eclipse For UbuntuMAC Users/attached_files/126 Installing Java JDK/Installing-Java-JDK.pdf
483 kB
23 FreeRTOS using Eclipse For UbuntuMAC Users/attached_files/126 Installing Java JDK/myjavajdk.sh
373 B
23 FreeRTOS using Eclipse For UbuntuMAC Users/attached_files/127 Installing Eclipse/Installing-Eclipse.pdf
820 kB
23 FreeRTOS using Eclipse For UbuntuMAC Users/attached_files/128 Installing GNU ARM Plugins on Eclipse/Installing-the-GNU-ARM-Eclipse-plugins.pdf
586 kB
23 FreeRTOS using Eclipse For UbuntuMAC Users/attached_files/129 Installing ARM Cross Compiler Tool-Chain/Installing-ARM-Tool-Chain.pdf
518 kB
23 FreeRTOS using Eclipse For UbuntuMAC Users/attached_files/130 Creating Eclipse project for STM32Fx based boards/Creating-Eclipse-project-for-STM32Fx-based-boards.pdf
277 kB
23 FreeRTOS using Eclipse For UbuntuMAC Users/attached_files/131 Installing OpenOCD Debugging Tool/Installing-and-debugging-using-OpenOCD-Debugging-Tool.pdf
1.1 MB
23 FreeRTOS using Eclipse For UbuntuMAC Users/attached_files/132 Running FreeRTOS/l7-Running-FreeRTOS.pdf
1.3 MB
24 FreeRTOSSimulator/134 Working with simulator using FreeRTOS Win32 Port.html
1.0 kB
24 FreeRTOSSimulator/attached_files/134 Working with simulator using FreeRTOS Win32 Port/Installing-Eclipse.pdf
820 kB
24 FreeRTOSSimulator/attached_files/134 Working with simulator using FreeRTOS Win32 Port/Installing-Java-JDK-for-Windows.pdf
115 kB
24 FreeRTOSSimulator/attached_files/134 Working with simulator using FreeRTOS Win32 Port/freertos-win32simulator.pdf
1.4 MB