BT种子基本信息
- 种子哈希:eab0db27977d810bf233e633e0e433df0a981588
- 文档大小:7.9 GB
- 文档个数:332个文档
- 下载次数:3366次
- 下载速度:极快
- 收录时间:2020-03-04
- 最近下载:2024-12-31
- DMCA/屏蔽:DMCA/屏蔽
文档列表
- 15. Exercise Button and LED Task and Interrupt Coding/8. Understanding GPIO Interrupts delivery in STM32 MCUs.mp4 206.8 MB
- 14. Context switching/4. Context switching understanding pendSV handler code.mp4 200.8 MB
- 27. FreeRTOS Queue Management/9. Coding for UART interrupt settings.mp4 164.3 MB
- 10. FreeRTOS app debugging using SEGGER SystemView Tools/11. Analyzing the trace An Overview.mp4 152.3 MB
- 10. FreeRTOS app debugging using SEGGER SystemView Tools/7. SEGGER SystemView Target integration step by step.mp4 149.5 MB
- 9. Semi hosting and UART setup/4. UART pin configuration using STD. Periph. Libray APIs.mp4 142.4 MB
- 27. FreeRTOS Queue Management/17. Software timers discussion.mp4 137.8 MB
- 3. Development board used in our courses/3. STM32F4 Discovery and Nucleo Board Details.mp4 126.9 MB
- 15. Exercise Button and LED Task and Interrupt Coding/10. Understanding Trace of button interrupt and led task execution.mp4 121.5 MB
- 14. Context switching/5. Understanding SystemView trace when preemption is off.mp4 116.4 MB
- 9. Semi hosting and UART setup/3. MCU pin configuration table and UART VCP connection.mp4 116.0 MB
- 28. Semaphore for Synchronization, mutual exclusion and Interrupt Management/5. Exercise Synchronization between 2 Tasks.mp4 111.4 MB
- 15. Exercise Button and LED Task and Interrupt Coding/9. Exercise LED task and Button interrupt handling code implementation.mp4 110.7 MB
- 9. Semi hosting and UART setup/6. Exercise UART Printmsg implementation using std periph. libary.mp4 107.3 MB
- 27. FreeRTOS Queue Management/20. Memory freeing and RTC testing.mp4 103.7 MB
- 15. Exercise Button and LED Task and Interrupt Coding/4. Exercise GPIO configuration code.mp4 102.1 MB
- 10. FreeRTOS app debugging using SEGGER SystemView Tools/8. SEGGER SystemView taking FreeRTOS trace using snapshot mode.mp4 99.9 MB
- 9. Semi hosting and UART setup/9. Exercise Usage of taskYIELD() and explanation.mp4 97.7 MB
- 9. Semi hosting and UART setup/1. Understanding ARM Semi-hosting feature.mp4 97.2 MB
- 28. Semaphore for Synchronization, mutual exclusion and Interrupt Management/9. Exercise Synchronizing a Task and Multiple Events.mp4 95.7 MB
- 9. Semi hosting and UART setup/5. Exercise UART Parameter Inits.mp4 94.2 MB
- 8. FreeRTOS Hello World App and Testing on hardware/3. Exercise Understanding MCU clock configuration Part-2.mp4 93.4 MB
- 15. Exercise Button and LED Task and Interrupt Coding/3. Exercise Task create of button and LED task.mp4 91.0 MB
- 8. FreeRTOS Hello World App and Testing on hardware/4. Exercise Creating FreeRTOS Tasks Part-1.mp4 90.5 MB
- 16. FreeRTOS Task Notification/2. Task notification APIs and xTaskNotifyWait().mp4 90.1 MB
- 27. FreeRTOS Queue Management/16. Command processing helper function implementation.mp4 86.7 MB
- 27. FreeRTOS Queue Management/7. Creation of Command Queue.mp4 86.4 MB
- 29. Mutual exclusion/2. Exercise Mutual Exclusion between 2 tasks using Binary Semaphore.mp4 85.7 MB
- 8. FreeRTOS Hello World App and Testing on hardware/2. Exercise Understanding MCU clock configuration Part-1.mp4 85.6 MB
- 16. FreeRTOS Task Notification/5. Understanding Task notification trace.mp4 85.0 MB
- 25. FreeRTOS Hook Functions/1. FreeRTOS Hook functions.mp4 78.3 MB
- 6. Creating FreeRTOS based project for STM32 MCUs/3. Creating FreeRTOS based project for STM32 MCUs Part-3.mp4 78.0 MB
- 25. FreeRTOS Hook Functions/2. Tick hook function and Current saving instructions.mp4 77.5 MB
- 27. FreeRTOS Queue Management/14. Implementation of command handling task.mp4 77.4 MB
- 20. FreeRTOS Task Deletion/3. Exercise Task Delete Implementation.mp4 76.8 MB
- 21. ARM Cortex M Interrupt Priority and FreeRTOS Task Priority/1. FreeRTOS Hardware interrupt Configurable items.mp4 76.7 MB
- 8. FreeRTOS Hello World App and Testing on hardware/7. Exercise Testing via debugger Part-2.mp4 76.4 MB
- 21. ARM Cortex M Interrupt Priority and FreeRTOS Task Priority/2. FreeRTOS Hardware interrupt Configurable items contd..mp4 76.1 MB
- 16. FreeRTOS Task Notification/4. Task notifications xTaskNotify().mp4 75.3 MB
- 18. Overview of FreeRTOS Memory manage, STACK and Synchronization services/1. Overview of FreeRTOS Memory Management.mp4 75.1 MB
- 11. IDLE Task and Timer Svc Task of FreerRTOS/1. IDLE task and its significance.mp4 71.2 MB
- 6. Creating FreeRTOS based project for STM32 MCUs/6. Understanding SystemCoreClock variable.mp4 70.9 MB
- 16. FreeRTOS Task Notification/3. using xTaskNotifyWait() in the code.mp4 70.6 MB
- 7. FreeRTOS Task Creation/1. What is task .mp4 67.8 MB
- 24. FreeRTOS Importance of Delay APIs/5. Exercise vTaskDelay() analyzing with trace.mp4 67.6 MB
- 27. FreeRTOS Queue Management/11. Implementing menu print task.mp4 66.6 MB
- 6. Creating FreeRTOS based project for STM32 MCUs/5. Creating FreeRTOS based project for STM32 MCUs Part-5.mp4 66.3 MB
- 27. FreeRTOS Queue Management/10. UART ISR implementation.mp4 65.4 MB
- 10. FreeRTOS app debugging using SEGGER SystemView Tools/10. SEGGER SystemView taking FreeRTOS trace using Continuous recording.mp4 65.4 MB
- 12. FreeRTOS Scheduler/2. FreeRTOS Scheduler and xTaskStartScheduler() API explanation.mp4 65.2 MB
- 4. IDE install (OpenSTM32 System Workbench)/1. Downloading Open STM32 System Workbench.mp4 64.8 MB
- 11. IDLE Task and Timer Svc Task of FreerRTOS/2. FreeRTOS Timer Services task and other details.mp4 64.4 MB
- 27. FreeRTOS Queue Management/15. Implementation of command processing task.mp4 63.4 MB
- 10. FreeRTOS app debugging using SEGGER SystemView Tools/12. Analyzing FreeRTOS helloword application using SystemView Trace.mp4 61.6 MB
- 13. FreeRTOS and ARM Cortex Mx Arch. Specific details/2. RTOS Tick and SysTick Timer explanation.mp4 60.7 MB
- 1. Overview of the course/2. What is this course all about .mp4 60.2 MB
- 14. Context switching/3. Context Switching Task Switching out procedure with animation.mp4 60.0 MB
- 21. ARM Cortex M Interrupt Priority and FreeRTOS Task Priority/7. Exercise Task Priority analyzing the trace.mp4 59.2 MB
- 24. FreeRTOS Importance of Delay APIs/4. Exercise vTaskDelay() Implementation.mp4 59.0 MB
- 26. FreeRTOS Scheduling Policies/2. Prioritized Preemptive Scheduling.mp4 58.3 MB
- 21. ARM Cortex M Interrupt Priority and FreeRTOS Task Priority/6. Exercise Task Priority Implementation and testing.mp4 57.6 MB
- 3. Development board used in our courses/2. About MCU Development board.mp4 54.7 MB
- 9. Semi hosting and UART setup/2. Using MCU peripherals and implementing initialization codes.mp4 54.4 MB
- 10. FreeRTOS app debugging using SEGGER SystemView Tools/6. SEGGER SystemView Target integration preparation.mp4 53.9 MB
- 12. FreeRTOS Scheduler/3. Understanding implementation of xPortStartScheduler() of port.c.mp4 52.8 MB
- 27. FreeRTOS Queue Management/13. UART ISR coding.mp4 51.6 MB
- 6. Creating FreeRTOS based project for STM32 MCUs/2. Creating FreeRTOS based project for STM32 MCUs Part-2.mp4 51.5 MB
- 8. FreeRTOS Hello World App and Testing on hardware/5. Exercise Creating FreeRTOS Tasks Part-2.mp4 50.1 MB
- 27. FreeRTOS Queue Management/19. Solving race condition between task and ISR.mp4 49.8 MB
- 6. Creating FreeRTOS based project for STM32 MCUs/4. Creating FreeRTOS based project for STM32 MCUs Part-4.mp4 48.9 MB
- 27. FreeRTOS Queue Management/5. Exercise FreeRTOS Command Processing app.mp4 48.6 MB
- 15. Exercise Button and LED Task and Interrupt Coding/6. Exercise Task handler implementation and testing on the target.mp4 48.2 MB
- 27. FreeRTOS Queue Management/12. Implementing UART write task.mp4 47.9 MB
- 17. FreeRTOS Licensing model and API interface/1. freertos-licensing.mp4 47.8 MB
- 8. FreeRTOS Hello World App and Testing on hardware/6. Exercise Testing via debugger Part-1.mp4 47.3 MB
- 14. Context switching/2. Context Switching understanding State of a Task.mp4 47.2 MB
- 15. Exercise Button and LED Task and Interrupt Coding/1. Exercise Button and LED task.mp4 46.6 MB
- 10. FreeRTOS app debugging using SEGGER SystemView Tools/3. SEGGER SystemView Installation and first look.mp4 46.1 MB
- 18. Overview of FreeRTOS Memory manage, STACK and Synchronization services/3. Overview of FreeRTOS Synchronization and mutual exclusion Services.mp4 45.5 MB
- 13. FreeRTOS and ARM Cortex Mx Arch. Specific details/3. Who configures the RTOS Tick Timer .mp4 45.1 MB
- 5. Downloading and Installing FreeRTOS/2. Installing FreeRTOS.mp4 43.1 MB
- 9. Semi hosting and UART setup/7. Exercise Testing UART prints.mp4 42.5 MB
- 15. Exercise Button and LED Task and Interrupt Coding/2. Exercise Adding FreeRTOS source to project.mp4 41.2 MB
- 28. Semaphore for Synchronization, mutual exclusion and Interrupt Management/6. Binary Semaphore to synchronize between task and Interrupt.mp4 39.1 MB
- 27. FreeRTOS Queue Management/6. Exercise Task Implementation.mp4 39.0 MB
- 29. Mutual exclusion/1. Mutual Exclusion using Binary Semaphore.mp4 37.9 MB
- 18. Overview of FreeRTOS Memory manage, STACK and Synchronization services/2. FreeRTOS Heap and Stack Management.mp4 36.6 MB
- 27. FreeRTOS Queue Management/21. Full Application testing.mp4 36.6 MB
- 10. FreeRTOS app debugging using SEGGER SystemView Tools/9. SEGGER SystemView jlink reflash utility download.mp4 34.8 MB
- 3. Development board used in our courses/4. ST-Link Driver Installation.mp4 33.9 MB
- 3. Development board used in our courses/5. ST Link Firmware Upgrade.mp4 33.9 MB
- 24. FreeRTOS Importance of Delay APIs/3. Exercise vTaskDelay() Introduction.mp4 33.4 MB
- 7. FreeRTOS Task Creation/2. Task Create API.mp4 31.8 MB
- 15. Exercise Button and LED Task and Interrupt Coding/5. Exercise GPIO configuration code cntd..mp4 31.6 MB
- 4. IDE install (OpenSTM32 System Workbench)/2. Installing Open STM32 System Workbench.mp4 31.3 MB
- 9. Semi hosting and UART setup/8. Exercise Testing our hello world application over UART.mp4 30.8 MB
- 27. FreeRTOS Queue Management/1. Queues and its features.mp4 30.2 MB
- 14. Context switching/1. Introduction to context switching.mp4 30.2 MB
- 22. Interrupt safe APIs and Task yielding/2. Understanding Task Yielding.mp4 29.1 MB
- 17. FreeRTOS Licensing model and API interface/2. FreeRTOS API Interface.mp4 28.6 MB
- 22. Interrupt safe APIs and Task yielding/1. Interrupt safe and interrupt unsafe APIs..mp4 27.6 MB
- 13. FreeRTOS and ARM Cortex Mx Arch. Specific details/4. What RTOS Tick ISR (SysTick ISR) does summary.mp4 27.2 MB
- 19. FreeRTOS Kernel Coding Style/2. Variables.mp4 27.0 MB
- 10. FreeRTOS app debugging using SEGGER SystemView Tools/5. SEGGER SystemView visualization modes.mp4 25.6 MB
- 10. FreeRTOS app debugging using SEGGER SystemView Tools/4. What is SEGGER SystemView .mp4 25.6 MB
- 12. FreeRTOS Scheduler/1. Overview of FreeRTOS Scheduler.mp4 23.6 MB
- 19. FreeRTOS Kernel Coding Style/3. Functions.mp4 23.5 MB
- 16. FreeRTOS Task Notification/1. Task Notify Introduction with exercise.mp4 22.3 MB
- 6. Creating FreeRTOS based project for STM32 MCUs/1. Creating FreeRTOS based project for STM32 MCUs Part-1.mp4 21.8 MB
- 2. RTOS Introduction/5. RTOS vs GPOS Priority inversion.mp4 20.5 MB
- 10. FreeRTOS app debugging using SEGGER SystemView Tools/2. Downloading SEGGER SystemView Software.mp4 19.0 MB
- 2. RTOS Introduction/1. What is Real Time Application(RTAs) .mp4 18.3 MB
- 5. Downloading and Installing FreeRTOS/1. Downloading FreeRTOS From freertos.org.mp4 18.3 MB
- 27. FreeRTOS Queue Management/8. Creation of UART write Queue.mp4 17.4 MB
- 28. Semaphore for Synchronization, mutual exclusion and Interrupt Management/7. Events latching.mp4 16.7 MB
- 21. ARM Cortex M Interrupt Priority and FreeRTOS Task Priority/4. FreeRTOS priority SetGet APIs.mp4 14.8 MB
- 13. FreeRTOS and ARM Cortex Mx Arch. Specific details/1. FreeRTOS Kernel interrupts.mp4 14.5 MB
- 24. FreeRTOS Importance of Delay APIs/2. Using Blocked state to create delay.mp4 14.1 MB
- 27. FreeRTOS Queue Management/4. Receiving data from Queue.mp4 13.8 MB
- 28. Semaphore for Synchronization, mutual exclusion and Interrupt Management/1. Synchronization and Mutual exclusion in real world.mp4 13.4 MB
- 19. FreeRTOS Kernel Coding Style/1. Macros.mp4 12.9 MB
- 29. Mutual exclusion/4. Advantages of Mutex Over Binary Semaphore.mp4 12.2 MB
- 20. FreeRTOS Task Deletion/1. Deleting a Task.mp4 12.1 MB
- 27. FreeRTOS Queue Management/18. Software timers discussion contd..mp4 12.1 MB
- 2. RTOS Introduction/2. What is Real Time Operating System(RTOS) .mp4 11.8 MB
- 26. FreeRTOS Scheduling Policies/1. Preemptive Scheduling.mp4 11.3 MB
- 2. RTOS Introduction/4. RTOS vs GPOS Latency.mp4 10.5 MB
- 27. FreeRTOS Queue Management/2. Creating a Queue.mp4 10.4 MB
- 8. FreeRTOS Hello World App and Testing on hardware/1. Exercise Introduction.mp4 10.3 MB
- 29. Mutual exclusion/6. Crude way to protect critical section.mp4 10.0 MB
- 23. FreeRTOS Task States/3. The Blocked state.mp4 9.9 MB
- 24. FreeRTOS Importance of Delay APIs/1. Crude delay and its Effects.mp4 9.3 MB
- 28. Semaphore for Synchronization, mutual exclusion and Interrupt Management/8. counting semaphore to latch and process multiple events.mp4 9.1 MB
- 2. RTOS Introduction/6. What is Multitasking .mp4 8.9 MB
- 27. FreeRTOS Queue Management/3. Sending data to Queue.mp4 8.6 MB
- 20. FreeRTOS Task Deletion/2. Exercise Task Delete.mp4 8.6 MB
- 21. ARM Cortex M Interrupt Priority and FreeRTOS Task Priority/5. Exercise Task Priority.mp4 8.6 MB
- 28. Semaphore for Synchronization, mutual exclusion and Interrupt Management/3. Different types of semaphores.mp4 8.4 MB
- 28. Semaphore for Synchronization, mutual exclusion and Interrupt Management/2. Creation of a semaphore.mp4 8.0 MB
- 28. Semaphore for Synchronization, mutual exclusion and Interrupt Management/4. Binary semaphore to synchronize between two Tasks.mp4 7.7 MB
- 26. FreeRTOS Scheduling Policies/3. Co-operative Scheduling.mp4 7.5 MB
- 15. Exercise Button and LED Task and Interrupt Coding/7. Exercise working with task and interrupt.mp4 7.4 MB
- 2. RTOS Introduction/3. RTOS vs GPOS Task Scheduling.mp4 6.7 MB
- 21. ARM Cortex M Interrupt Priority and FreeRTOS Task Priority/3. Priority of freeRTOS Tasks.mp4 6.2 MB
- 23. FreeRTOS Task States/4. Suspended state.mp4 5.8 MB
- 7. FreeRTOS Task Creation/3. Scheduling of Tasks.mp4 5.7 MB
- 7. FreeRTOS Task Creation/4. FreeRTOS behind the scene Task Creation.mp4 4.8 MB
- 23. FreeRTOS Task States/1. Running and Not Running state.mp4 3.4 MB
- 30. FreeRTOS+Simulator/1.1 freertos+win32simulator.pdf.pdf 1.4 MB
- 30. FreeRTOS+Simulator/1.3 Installing Eclipse.pdf.pdf 840.2 kB
- 29. Mutual exclusion/3.1 Issue_with_Binary_Semaphore .pdf.pdf 472.0 kB
- 22. Interrupt safe APIs and Task yielding/2. Understanding Task Yielding.mp4.jpg 192.0 kB
- 30. FreeRTOS+Simulator/1.2 Installing Java JDK for Windows.pdf.pdf 117.4 kB
- 9. Semi hosting and UART setup/3.1 external_usb_uart_connection.pdf.pdf 97.3 kB
- 15. Exercise Button and LED Task and Interrupt Coding/8. Understanding GPIO Interrupts delivery in STM32 MCUs.srt 24.0 kB
- 18. Overview of FreeRTOS Memory manage, STACK and Synchronization services/1. Overview of FreeRTOS Memory Management.srt 21.1 kB
- 14. Context switching/4. Context switching understanding pendSV handler code.srt 20.8 kB
- 10. FreeRTOS app debugging using SEGGER SystemView Tools/7. SEGGER SystemView Target integration step by step.srt 19.5 kB
- 27. FreeRTOS Queue Management/17. Software timers discussion.srt 18.4 kB
- 22. Interrupt safe APIs and Task yielding/1. Interrupt safe and interrupt unsafe APIs..srt 18.0 kB
- 10. FreeRTOS app debugging using SEGGER SystemView Tools/11. Analyzing the trace An Overview.srt 16.2 kB
- 9. Semi hosting and UART setup/4. UART pin configuration using STD. Periph. Libray APIs.srt 15.0 kB
- 15. Exercise Button and LED Task and Interrupt Coding/10. Understanding Trace of button interrupt and led task execution.srt 14.8 kB
- 27. FreeRTOS Queue Management/9. Coding for UART interrupt settings.srt 14.7 kB
- 9. Semi hosting and UART setup/1. Understanding ARM Semi-hosting feature.srt 13.7 kB
- 9. Semi hosting and UART setup/3. MCU pin configuration table and UART VCP connection.srt 13.5 kB
- 6. Creating FreeRTOS based project for STM32 MCUs/3. Creating FreeRTOS based project for STM32 MCUs Part-3.srt 13.1 kB
- 16. FreeRTOS Task Notification/2. Task notification APIs and xTaskNotifyWait().srt 12.9 kB
- 28. Semaphore for Synchronization, mutual exclusion and Interrupt Management/5. Exercise Synchronization between 2 Tasks.srt 12.8 kB
- 26. FreeRTOS Scheduling Policies/2. Prioritized Preemptive Scheduling.srt 12.6 kB
- 28. Semaphore for Synchronization, mutual exclusion and Interrupt Management/9. Exercise Synchronizing a Task and Multiple Events.srt 12.1 kB
- 21. ARM Cortex M Interrupt Priority and FreeRTOS Task Priority/2. FreeRTOS Hardware interrupt Configurable items contd..srt 12.0 kB
- 28. Semaphore for Synchronization, mutual exclusion and Interrupt Management/7. Events latching.srt 11.9 kB
- 10. FreeRTOS app debugging using SEGGER SystemView Tools/8. SEGGER SystemView taking FreeRTOS trace using snapshot mode.srt 11.7 kB
- 9. Semi hosting and UART setup/6. Exercise UART Printmsg implementation using std periph. libary.srt 11.7 kB
- 9. Semi hosting and UART setup/9. Exercise Usage of taskYIELD() and explanation.srt 11.4 kB
- 18. Overview of FreeRTOS Memory manage, STACK and Synchronization services/3. Overview of FreeRTOS Synchronization and mutual exclusion Services.srt 11.3 kB
- 15. Exercise Button and LED Task and Interrupt Coding/9. Exercise LED task and Button interrupt handling code implementation.srt 11.3 kB
- 2. RTOS Introduction/1. What is Real Time Application(RTAs) .srt 11.1 kB
- 8. FreeRTOS Hello World App and Testing on hardware/2. Exercise Understanding MCU clock configuration Part-1.srt 11.1 kB
- 16. FreeRTOS Task Notification/3. using xTaskNotifyWait() in the code.srt 11.0 kB
- 25. FreeRTOS Hook Functions/1. FreeRTOS Hook functions.srt 10.9 kB
- 27. FreeRTOS Queue Management/16. Command processing helper function implementation.srt 10.9 kB
- 14. Context switching/5. Understanding SystemView trace when preemption is off.srt 10.9 kB
- 27. FreeRTOS Queue Management/20. Memory freeing and RTC testing.srt 10.9 kB
- 19. FreeRTOS Kernel Coding Style/2. Variables.srt 10.8 kB
- 15. Exercise Button and LED Task and Interrupt Coding/4. Exercise GPIO configuration code.srt 10.6 kB
- 22. Interrupt safe APIs and Task yielding/2. Understanding Task Yielding.srt 10.6 kB
- 21. ARM Cortex M Interrupt Priority and FreeRTOS Task Priority/1. FreeRTOS Hardware interrupt Configurable items.srt 10.6 kB
- 8. FreeRTOS Hello World App and Testing on hardware/3. Exercise Understanding MCU clock configuration Part-2.srt 10.6 kB
- 3. Development board used in our courses/3. STM32F4 Discovery and Nucleo Board Details.srt 10.5 kB
- 27. FreeRTOS Queue Management/7. Creation of Command Queue.srt 10.4 kB
- 17. FreeRTOS Licensing model and API interface/1. freertos-licensing.srt 10.4 kB
- 15. Exercise Button and LED Task and Interrupt Coding/3. Exercise Task create of button and LED task.srt 10.2 kB
- 18. Overview of FreeRTOS Memory manage, STACK and Synchronization services/2. FreeRTOS Heap and Stack Management.srt 10.1 kB
- 9. Semi hosting and UART setup/5. Exercise UART Parameter Inits.srt 10.0 kB
- 8. FreeRTOS Hello World App and Testing on hardware/4. Exercise Creating FreeRTOS Tasks Part-1.srt 10.0 kB
- 14. Context switching/3. Context Switching Task Switching out procedure with animation.srt 9.9 kB
- 25. FreeRTOS Hook Functions/2. Tick hook function and Current saving instructions.srt 9.9 kB
- 16. FreeRTOS Task Notification/4. Task notifications xTaskNotify().srt 9.9 kB
- 11. IDLE Task and Timer Svc Task of FreerRTOS/1. IDLE task and its significance.srt 9.8 kB
- 7. FreeRTOS Task Creation/1. What is task .srt 9.7 kB
- 10. FreeRTOS app debugging using SEGGER SystemView Tools/6. SEGGER SystemView Target integration preparation.srt 9.7 kB
- 14. Context switching/2. Context Switching understanding State of a Task.srt 9.6 kB
- 29. Mutual exclusion/2. Exercise Mutual Exclusion between 2 tasks using Binary Semaphore.srt 9.5 kB
- 13. FreeRTOS and ARM Cortex Mx Arch. Specific details/2. RTOS Tick and SysTick Timer explanation.srt 9.3 kB
- 16. FreeRTOS Task Notification/5. Understanding Task notification trace.srt 9.3 kB
- 6. Creating FreeRTOS based project for STM32 MCUs/2. Creating FreeRTOS based project for STM32 MCUs Part-2.srt 9.3 kB
- 8. FreeRTOS Hello World App and Testing on hardware/7. Exercise Testing via debugger Part-2.srt 9.1 kB
- 24. FreeRTOS Importance of Delay APIs/2. Using Blocked state to create delay.srt 9.0 kB
- 20. FreeRTOS Task Deletion/3. Exercise Task Delete Implementation.srt 8.8 kB
- 27. FreeRTOS Queue Management/14. Implementation of command handling task.srt 8.7 kB
- 27. FreeRTOS Queue Management/5. Exercise FreeRTOS Command Processing app.srt 8.5 kB
- 10. FreeRTOS app debugging using SEGGER SystemView Tools/10. SEGGER SystemView taking FreeRTOS trace using Continuous recording.srt 8.1 kB
- 29. Mutual exclusion/1. Mutual Exclusion using Binary Semaphore.srt 8.0 kB
- 19. FreeRTOS Kernel Coding Style/3. Functions.srt 7.8 kB
- 26. FreeRTOS Scheduling Policies/1. Preemptive Scheduling.srt 7.8 kB
- 6. Creating FreeRTOS based project for STM32 MCUs/5. Creating FreeRTOS based project for STM32 MCUs Part-5.srt 7.6 kB
- 28. Semaphore for Synchronization, mutual exclusion and Interrupt Management/1. Synchronization and Mutual exclusion in real world.srt 7.6 kB
- 1. Overview of the course/2. What is this course all about .srt 7.5 kB
- 10. FreeRTOS app debugging using SEGGER SystemView Tools/12. Analyzing FreeRTOS helloword application using SystemView Trace.srt 7.5 kB
- 24. FreeRTOS Importance of Delay APIs/5. Exercise vTaskDelay() analyzing with trace.srt 7.3 kB
- 23. FreeRTOS Task States/3. The Blocked state.srt 7.3 kB
- 27. FreeRTOS Queue Management/11. Implementing menu print task.srt 7.3 kB
- 12. FreeRTOS Scheduler/2. FreeRTOS Scheduler and xTaskStartScheduler() API explanation.srt 7.3 kB
- 6. Creating FreeRTOS based project for STM32 MCUs/6. Understanding SystemCoreClock variable.srt 7.3 kB
- 24. FreeRTOS Importance of Delay APIs/4. Exercise vTaskDelay() Implementation.srt 7.2 kB
- 5. Downloading and Installing FreeRTOS/2. Installing FreeRTOS.srt 7.0 kB
- 11. IDLE Task and Timer Svc Task of FreerRTOS/2. FreeRTOS Timer Services task and other details.srt 7.0 kB
- 3. Development board used in our courses/2. About MCU Development board.srt 6.9 kB
- 12. FreeRTOS Scheduler/3. Understanding implementation of xPortStartScheduler() of port.c.srt 6.8 kB
- 27. FreeRTOS Queue Management/10. UART ISR implementation.srt 6.8 kB
- 27. FreeRTOS Queue Management/15. Implementation of command processing task.srt 6.7 kB
- 2. RTOS Introduction/5. RTOS vs GPOS Priority inversion.srt 6.6 kB
- 21. ARM Cortex M Interrupt Priority and FreeRTOS Task Priority/7. Exercise Task Priority analyzing the trace.srt 6.4 kB
- 21. ARM Cortex M Interrupt Priority and FreeRTOS Task Priority/6. Exercise Task Priority Implementation and testing.srt 6.4 kB
- 6. Creating FreeRTOS based project for STM32 MCUs/4. Creating FreeRTOS based project for STM32 MCUs Part-4.srt 6.3 kB
- 9. Semi hosting and UART setup/2. Using MCU peripherals and implementing initialization codes.srt 6.3 kB
- 10. FreeRTOS app debugging using SEGGER SystemView Tools/5. SEGGER SystemView visualization modes.srt 6.2 kB
- 28. Semaphore for Synchronization, mutual exclusion and Interrupt Management/6. Binary Semaphore to synchronize between task and Interrupt.srt 6.2 kB
- 4. IDE install (OpenSTM32 System Workbench)/1. Downloading Open STM32 System Workbench.srt 6.1 kB
- 27. FreeRTOS Queue Management/12. Implementing UART write task.srt 6.1 kB
- 2. RTOS Introduction/2. What is Real Time Operating System(RTOS) .srt 6.1 kB
- 29. Mutual exclusion/4. Advantages of Mutex Over Binary Semaphore.srt 6.1 kB
- 8. FreeRTOS Hello World App and Testing on hardware/6. Exercise Testing via debugger Part-1.srt 6.0 kB
- 2. RTOS Introduction/4. RTOS vs GPOS Latency.srt 6.0 kB
- 12. FreeRTOS Scheduler/1. Overview of FreeRTOS Scheduler.srt 6.0 kB
- 9. Semi hosting and UART setup/7. Exercise Testing UART prints.srt 5.9 kB
- 21. ARM Cortex M Interrupt Priority and FreeRTOS Task Priority/4. FreeRTOS priority SetGet APIs.srt 5.8 kB
- 15. Exercise Button and LED Task and Interrupt Coding/1. Exercise Button and LED task.srt 5.8 kB
- 7. FreeRTOS Task Creation/2. Task Create API.srt 5.8 kB
- 8. FreeRTOS Hello World App and Testing on hardware/5. Exercise Creating FreeRTOS Tasks Part-2.srt 5.7 kB
- 9. Semi hosting and UART setup/8. Exercise Testing our hello world application over UART.srt 5.6 kB
- 4. IDE install (OpenSTM32 System Workbench)/2. Installing Open STM32 System Workbench.srt 5.5 kB
- 27. FreeRTOS Queue Management/2. Creating a Queue.srt 5.5 kB
- 19. FreeRTOS Kernel Coding Style/1. Macros.srt 5.5 kB
- 28. Semaphore for Synchronization, mutual exclusion and Interrupt Management/8. counting semaphore to latch and process multiple events.srt 5.4 kB
- 27. FreeRTOS Queue Management/1. Queues and its features.srt 5.4 kB
- 3. Development board used in our courses/5. ST Link Firmware Upgrade.srt 5.3 kB
- 17. FreeRTOS Licensing model and API interface/2. FreeRTOS API Interface.srt 5.1 kB
- 10. FreeRTOS app debugging using SEGGER SystemView Tools/4. What is SEGGER SystemView .srt 5.1 kB
- 27. FreeRTOS Queue Management/13. UART ISR coding.srt 5.1 kB
- 27. FreeRTOS Queue Management/3. Sending data to Queue.srt 5.1 kB
- 2. RTOS Introduction/6. What is Multitasking .srt 5.1 kB
- 10. FreeRTOS app debugging using SEGGER SystemView Tools/3. SEGGER SystemView Installation and first look.srt 5.1 kB
- 15. Exercise Button and LED Task and Interrupt Coding/6. Exercise Task handler implementation and testing on the target.srt 4.9 kB
- 27. FreeRTOS Queue Management/19. Solving race condition between task and ISR.srt 4.8 kB
- 24. FreeRTOS Importance of Delay APIs/3. Exercise vTaskDelay() Introduction.srt 4.8 kB
- 29. Mutual exclusion/6. Crude way to protect critical section.srt 4.8 kB
- 13. FreeRTOS and ARM Cortex Mx Arch. Specific details/3. Who configures the RTOS Tick Timer .srt 4.8 kB
- 26. FreeRTOS Scheduling Policies/3. Co-operative Scheduling.srt 4.7 kB
- 28. Semaphore for Synchronization, mutual exclusion and Interrupt Management/4. Binary semaphore to synchronize between two Tasks.srt 4.6 kB
- 28. Semaphore for Synchronization, mutual exclusion and Interrupt Management/3. Different types of semaphores.srt 4.5 kB
- 15. Exercise Button and LED Task and Interrupt Coding/2. Exercise Adding FreeRTOS source to project.srt 4.4 kB
- 10. FreeRTOS app debugging using SEGGER SystemView Tools/9. SEGGER SystemView jlink reflash utility download.srt 4.4 kB
- 24. FreeRTOS Importance of Delay APIs/1. Crude delay and its Effects.srt 4.3 kB
- 28. Semaphore for Synchronization, mutual exclusion and Interrupt Management/2. Creation of a semaphore.srt 4.3 kB
- 14. Context switching/1. Introduction to context switching.srt 4.2 kB
- 13. FreeRTOS and ARM Cortex Mx Arch. Specific details/4. What RTOS Tick ISR (SysTick ISR) does summary.srt 4.1 kB
- 27. FreeRTOS Queue Management/6. Exercise Task Implementation.srt 4.1 kB
- 2. RTOS Introduction/3. RTOS vs GPOS Task Scheduling.srt 4.0 kB
- 15. Exercise Button and LED Task and Interrupt Coding/5. Exercise GPIO configuration code cntd..srt 3.9 kB
- 3. Development board used in our courses/4. ST-Link Driver Installation.srt 3.8 kB
- 21. ARM Cortex M Interrupt Priority and FreeRTOS Task Priority/3. Priority of freeRTOS Tasks.srt 3.6 kB
- 16. FreeRTOS Task Notification/1. Task Notify Introduction with exercise.srt 3.6 kB
- 31. BONUS LECTURE/1. BONUS LECTURE.html 3.5 kB
- 27. FreeRTOS Queue Management/21. Full Application testing.srt 3.4 kB
- 6. Creating FreeRTOS based project for STM32 MCUs/1. Creating FreeRTOS based project for STM32 MCUs Part-1.srt 3.3 kB
- 23. FreeRTOS Task States/4. Suspended state.srt 3.2 kB
- 7. FreeRTOS Task Creation/4. FreeRTOS behind the scene Task Creation.srt 3.0 kB
- 20. FreeRTOS Task Deletion/1. Deleting a Task.srt 2.9 kB
- 13. FreeRTOS and ARM Cortex Mx Arch. Specific details/1. FreeRTOS Kernel interrupts.srt 2.8 kB
- 27. FreeRTOS Queue Management/4. Receiving data from Queue.srt 2.7 kB
- 8. FreeRTOS Hello World App and Testing on hardware/1. Exercise Introduction.srt 2.3 kB
- 10. FreeRTOS app debugging using SEGGER SystemView Tools/2. Downloading SEGGER SystemView Software.srt 2.3 kB
- 5. Downloading and Installing FreeRTOS/1. Downloading FreeRTOS From freertos.org.srt 2.2 kB
- 20. FreeRTOS Task Deletion/2. Exercise Task Delete.srt 2.1 kB
- 23. FreeRTOS Task States/1. Running and Not Running state.srt 1.9 kB
- 21. ARM Cortex M Interrupt Priority and FreeRTOS Task Priority/5. Exercise Task Priority.srt 1.9 kB
- 27. FreeRTOS Queue Management/8. Creation of UART write Queue.srt 1.8 kB
- 1. Overview of the course/3. FAQ.html 1.7 kB
- 15. Exercise Button and LED Task and Interrupt Coding/7. Exercise working with task and interrupt.srt 1.7 kB
- 29. Mutual exclusion/5. Code Exercise - 16 Mutex Example.html 1.5 kB
- 1. Overview of the course/1. Important Note.html 1.3 kB
- 27. FreeRTOS Queue Management/18. Software timers discussion contd..srt 1.2 kB
- 7. FreeRTOS Task Creation/3. Scheduling of Tasks.srt 996 Bytes
- 30. FreeRTOS+Simulator/1. Working with simulator using FreeRTOS Win32 Port.html 694 Bytes
- 23. FreeRTOS Task States/2. The Ready state.html 626 Bytes
- 10. FreeRTOS app debugging using SEGGER SystemView Tools/1. Note for Next lecture.html 591 Bytes
- 1. Overview of the course/4. Note for the Students.html 569 Bytes
- 29. Mutual exclusion/3. Issue with Binary sema when used for Mutual exclusion.html 344 Bytes
- 9. Semi hosting and UART setup/1.1 semishoting-cmd.txt.txt 301 Bytes
- 22. Interrupt safe APIs and Task yielding/2. Understanding Task Yielding.txt 238 Bytes
- 3. Development board used in our courses/1. Note for the students.html 208 Bytes
- 14. Context switching/6. Test Drive.html 167 Bytes
- 14. Context switching/7. Test Drive.html 167 Bytes
- 18. Overview of FreeRTOS Memory manage, STACK and Synchronization services/4. Test Drive.html 167 Bytes
- 21. ARM Cortex M Interrupt Priority and FreeRTOS Task Priority/8. Test Drive.html 167 Bytes
- 22. Interrupt safe APIs and Task yielding/3. Test Drive.html 167 Bytes
- 23. FreeRTOS Task States/5. Test Drive.html 167 Bytes
- 24. FreeRTOS Importance of Delay APIs/6. Test Drive.html 167 Bytes
- 25. FreeRTOS Hook Functions/3. Test Drive.html 167 Bytes
- 27. FreeRTOS Queue Management/22. Test Drive.html 167 Bytes
- 29. Mutual exclusion/7. Test Drive.html 167 Bytes
- 7. FreeRTOS Task Creation/5. Test Drive.html 167 Bytes
- 3. Development board used in our courses/2.2 Discovery kit with STM32F407VG MCU.html 120 Bytes
- 3. Development board used in our courses/2.1 NUCLEO-F446RE Nucleo-64 development board.html 117 Bytes
- 3. Development board used in our courses/4.1 ST-LINK, ST-LINKV2, ST-LINKV2-1 USB driver signed for Windows7, Windows8, Windows10.html 117 Bytes
- 3. Development board used in our courses/5.1 ST-LINK, ST-LINKV2, ST-LINKV2-1 firmware upgrade.html 117 Bytes
- [FreeCourseWorld.Com].url 54 Bytes
- [DesireCourse.Net].url 51 Bytes
- [CourseClub.Me].url 48 Bytes
==查看完整文档列表==