首页 磁力链接怎么用

Udemy - Mastering RTOS Hands On With FreeRTOS Arduino And Stm32fx

文件类型 收录时间 最后活跃 资源热度 文件大小 文件数量
视频 2018-9-16 18:50 2024-6-20 02:07 175 2.04 GB 108
二维码链接
Udemy - Mastering RTOS Hands On With FreeRTOS Arduino And Stm32fx的二维码
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
文件列表
  1. 01 Overview of the Course/001 What is this course all about.mp429.83MB
  2. 02 RTOS Introduction/004 What is Real Time ApplicationRTAs.mp417.44MB
  3. 02 RTOS Introduction/005 What is Real Time Operating SystemRTOS.mp411.28MB
  4. 02 RTOS Introduction/006 RTOS vs GPOS Task Scheduling.mp46.37MB
  5. 02 RTOS Introduction/007 RTOS vs GPOS Latency.mp410.03MB
  6. 02 RTOS Introduction/008 RTOS vs GPOS Priority inversion.mp419.59MB
  7. 02 RTOS Introduction/009 What is Multitasking.mp48.49MB
  8. 03 Lets Setup Atmel Studio-7 AS7 For Arduino/010 Why AS7 for Arduino.mp413.2MB
  9. 03 Lets Setup Atmel Studio-7 AS7 For Arduino/011 Installing AS7 Software.mp49.53MB
  10. 03 Lets Setup Atmel Studio-7 AS7 For Arduino/012 Creating a AS7 project for Arduino.mp448.72MB
  11. 03 Lets Setup Atmel Studio-7 AS7 For Arduino/013 Writing Blinky Application for Arduino.mp430.76MB
  12. 03 Lets Setup Atmel Studio-7 AS7 For Arduino/014 Downloading code to Arduino from AS7 using Flash utility software.mp426.61MB
  13. 03 Lets Setup Atmel Studio-7 AS7 For Arduino/015 Downloading code to Arduino from AS7 using Debugger.mp417.85MB
  14. 03 Lets Setup Atmel Studio-7 AS7 For Arduino/017 Testing virtual com port application on Arduino.mp438.22MB
  15. 04 Running your first FreeRTOS application/018 Adding freeRTOS Kernel to your project.mp414.18MB
  16. 04 Running your first FreeRTOS application/019 Running first freeRTOS application on Arduino.mp412.07MB
  17. 05 Atmel Studio debugging features/020 AS7 Debugging Setp-inoverout breakpoints Processor status.mp429.45MB
  18. 05 Atmel Studio debugging features/021 AS7 Debugging Using Watch windows.mp416.85MB
  19. 05 Atmel Studio debugging features/022 AS7 Debugging Controlling LEDS using IO view.mp429.26MB
  20. 06 Kick Starting FreeRTOS/023 About freertos.org The FreeRTOS Community.mp433.59MB
  21. 06 Kick Starting FreeRTOS/024 freertos-licensing.mp417.23MB
  22. 06 Kick Starting FreeRTOS/025 FreeRTOS API Interface.mp411.81MB
  23. 06 Kick Starting FreeRTOS/026 FreeRTOS FileDirectory Structure.mp459.97MB
  24. 06 Kick Starting FreeRTOS/028 Overview of FreeRTOS Scheduler.mp49.14MB
  25. 06 Kick Starting FreeRTOS/029 Overview of FreeRTOS Task Management.mp43.98MB
  26. 06 Kick Starting FreeRTOS/030 Overview of FreeRTOS Memory Management.mp429.35MB
  27. 06 Kick Starting FreeRTOS/031 FreeRTOS Heap and Stack Management.mp415.15MB
  28. 06 Kick Starting FreeRTOS/032 Overview of FreeRTOS Synchronization and mutual exclusion Services.mp416.09MB
  29. 07 FreeRTOS Kernel Coding Style/033 Macros.mp412.33MB
  30. 07 FreeRTOS Kernel Coding Style/034 Variables.mp425.74MB
  31. 07 FreeRTOS Kernel Coding Style/035 Functions.mp422.38MB
  32. 08 The FreeRTOSConfig.h system clock Kernel Ticking configuration/036 Exploring FreeRTOS configuration header file.mp439.5MB
  33. 08 The FreeRTOSConfig.h system clock Kernel Ticking configuration/037 System clock frequency configuration.mp414.33MB
  34. 08 The FreeRTOSConfig.h system clock Kernel Ticking configuration/038 What is Kernel timer and why it is needed.mp420.89MB
  35. 08 The FreeRTOSConfig.h system clock Kernel Ticking configuration/039 What exactly Kernel Tick ISR does Code exploration.mp427.92MB
  36. 08 The FreeRTOSConfig.h system clock Kernel Ticking configuration/040 Who configures the Kernel Tick Timer Code exploration.mp418.85MB
  37. 09 Debugging FreeRTOS using Tracealyzer Tool/041 Tracealyzer for FreeRTOS.mp426.5MB
  38. 09 Debugging FreeRTOS using Tracealyzer Tool/042 How Tracealyzer works.mp416.22MB
  39. 09 Debugging FreeRTOS using Tracealyzer Tool/043 System Requirements to use Tracealyzer..mp418.36MB
  40. 09 Debugging FreeRTOS using Tracealyzer Tool/044 Step-1 Adding Tracealyzer Recorder library to the Project.mp429.51MB
  41. 09 Debugging FreeRTOS using Tracealyzer Tool/045 Step-2 Initializing and Starting the Recorder.mp432.29MB
  42. 09 Debugging FreeRTOS using Tracealyzer Tool/046 Step-3 Running and Getting recorder memory dump and plotting.mp429.73MB
  43. 10 FreeRTOS Task Management Creation deletion Scheduling/047 What is task.mp421.71MB
  44. 10 FreeRTOS Task Management Creation deletion Scheduling/048 Creating and Scheduling a task.mp426.6MB
  45. 10 FreeRTOS Task Management Creation deletion Scheduling/049 FreeRTOS behind the scene Task Creation.mp44.6MB
  46. 10 FreeRTOS Task Management Creation deletion Scheduling/050 Code Exercise-1 Implementation and Testing of 2 Tasks.mp431.05MB
  47. 10 FreeRTOS Task Management Creation deletion Scheduling/051 Analyzing the output of Code-Exercise-1 Timing Diagram.mp44.72MB
  48. 10 FreeRTOS Task Management Creation deletion Scheduling/052 Analyzing Code-Exercise-1 using Tracealyzer.mp434.84MB
  49. 10 FreeRTOS Task Management Creation deletion Scheduling/053 Code Exercise-2 Single Task Function Execution by 2 Tasks.mp417.36MB
  50. 10 FreeRTOS Task Management Creation deletion Scheduling/054 Deleting a Task.mp44.82MB
  51. 10 FreeRTOS Task Management Creation deletion Scheduling/055 Code Exercise- 3 Deletion of a Task.mp448.32MB
  52. 11 ARM Cortex M Interrupt Priority and FreeRTOS Task Priority/056 Interrupt Priority register and priority levels in ARM cortex-M.mp414.6MB
  53. 11 ARM Cortex M Interrupt Priority and FreeRTOS Task Priority/057 Priority of freeRTOS Tasks.mp45.86MB
  54. 11 ARM Cortex M Interrupt Priority and FreeRTOS Task Priority/058 FreeRTOS Priority Configuration items.mp436.92MB
  55. 11 ARM Cortex M Interrupt Priority and FreeRTOS Task Priority/059 FreeRTOS priority SetGet APIs.mp414.15MB
  56. 11 ARM Cortex M Interrupt Priority and FreeRTOS Task Priority/060 Code Exercise- 5 Changing Task priorities Dynamically.mp417.64MB
  57. 12 Interrupt safe APIs and Task yielding/061 Interrupt safe and interrupt unsafe APIs..mp426.32MB
  58. 12 Interrupt safe APIs and Task yielding/062 Understanding Task Yielding.mp427.73MB
  59. 13 FreeRTOS Task States/063 Running and Not Running state.mp43.26MB
  60. 13 FreeRTOS Task States/065 The Blocked state.mp49.47MB
  61. 13 FreeRTOS Task States/066 Suspended state.mp45.55MB
  62. 14 FreeRTOS Importance of Delay APIs/067 Crude delay and its Effects.mp48.88MB
  63. 14 FreeRTOS Importance of Delay APIs/068 Using Blocked state to create delay.mp413.43MB
  64. 14 FreeRTOS Importance of Delay APIs/070 Code Exercise-6 Implementing delay using vTaskDelay.mp442.19MB
  65. 14 FreeRTOS Importance of Delay APIs/071 vTaskDelayUntil API.mp46.2MB
  66. 15 FreeRTOS Hook Functions/073 The Idle task and the Idle task hook function.mp428.04MB
  67. 15 FreeRTOS Hook Functions/074 Code-Exercise - 9 Idle hook implementation.mp427.23MB
  68. 15 FreeRTOS Hook Functions/075 Tick hook function.mp42.85MB
  69. 16 FreeRTOS Scheduling Policies/077 Preemptive Scheduling.mp410.73MB
  70. 16 FreeRTOS Scheduling Policies/078 Prioritized Preemptive Scheduling.mp416.48MB
  71. 16 FreeRTOS Scheduling Policies/079 Co-operative Scheduling.mp47.16MB
  72. 17 FreeRTOS Queue Management/080 Queues and its features.mp411.12MB
  73. 17 FreeRTOS Queue Management/081 Creating a Queue.mp49.88MB
  74. 17 FreeRTOS Queue Management/082 Sending data to Queue.mp48.22MB
  75. 17 FreeRTOS Queue Management/083 Receiving data from Queue.mp45.07MB
  76. 17 FreeRTOS Queue Management/084 Code Exercise- 11 SendReceive operation on Q also blocking on emptyfull Q.mp437.11MB
  77. 17 FreeRTOS Queue Management/085 Analyzing Code Exercise- 11 using Tracealyzer.mp415.11MB
  78. 17 FreeRTOS Queue Management/086 Using Queues to Transfer Compound Data Types.mp47.72MB
  79. 17 FreeRTOS Queue Management/088 Trace output of Code Exercise-12.mp413.06MB
  80. 18 Semaphore for Synchronization mutual exclusion and Interrupt Management/089 Synchronization and Mutual exclusion in real world.mp412.74MB
  81. 18 Semaphore for Synchronization mutual exclusion and Interrupt Management/090 Creation of a semaphore.mp47.65MB
  82. 18 Semaphore for Synchronization mutual exclusion and Interrupt Management/091 Different types of semaphores.mp48MB
  83. 18 Semaphore for Synchronization mutual exclusion and Interrupt Management/092 Binary semaphore to synchronize between two Tasks.mp47.36MB
  84. 18 Semaphore for Synchronization mutual exclusion and Interrupt Management/094 Binary Semaphore to synchronize between task and Interrupt.mp410.68MB
  85. 18 Semaphore for Synchronization mutual exclusion and Interrupt Management/095 Code Exercise - 14 Synchronization between Task and Interrupt.mp436.45MB
  86. 18 Semaphore for Synchronization mutual exclusion and Interrupt Management/096 Analyzing Code Exercise - 14 using Tracealyzer.mp417.19MB
  87. 18 Semaphore for Synchronization mutual exclusion and Interrupt Management/097 Events latching.mp415.96MB
  88. 18 Semaphore for Synchronization mutual exclusion and Interrupt Management/098 counting semaphore to latch and process multiple events.mp48.64MB
  89. 18 Semaphore for Synchronization mutual exclusion and Interrupt Management/099 Code Exercise - 15 Synchronizing a Task and Multiple Events.mp425.06MB
  90. 19 Mutual exclusion/100 Mutual Exclusion using Binary Semaphore.mp412.72MB
  91. 19 Mutual exclusion/101 Code Exercise - 16 Mutual Exclusion between 2 tasks using Binary Semaphore.mp429.24MB
  92. 19 Mutual exclusion/103 Advantages of Mutex Over Binary Semaphore.mp411.6MB
  93. 19 Mutual exclusion/105 Crude way to protect critical section.mp49.57MB
  94. 20 Memory management/106 FreeRTOS Memory Allocation Schemes and heap_1.c.mp419.4MB
  95. 21 FreeRTOS ARM Cortex M Arch Specific Details/109 About PendSV and Its role in Context Switching.mp420.64MB
  96. 21 FreeRTOS ARM Cortex M Arch Specific Details/110 Intro Understanding context switching code.mp48.26MB
  97. 21 FreeRTOS ARM Cortex M Arch Specific Details/112 Intro 2. Understanding Systick handler.mp42.4MB
  98. 21 FreeRTOS ARM Cortex M Arch Specific Details/114 Intro Understanding SVC handler.mp41.11MB
  99. 22 FreeRTOS KEIL Tracealyzer/116 Installing Keil MDK software.mp46.4MB
  100. 22 FreeRTOS KEIL Tracealyzer/117 Installing Software packs on KEIL-MDK-5 software.mp411.06MB
  101. 22 FreeRTOS KEIL Tracealyzer/118 STEP1 Adding FreeRTOS kernel to KEIL project.mp435.37MB
  102. 22 FreeRTOS KEIL Tracealyzer/119 STEP2 Adding Arch. specific codes.mp49.63MB
  103. 22 FreeRTOS KEIL Tracealyzer/120 STEP3 Prepare a FreeRTOSConfig.h.mp427.01MB
  104. 22 FreeRTOS KEIL Tracealyzer/121 STEP4 Adding heap management file.mp415.47MB
  105. 22 FreeRTOS KEIL Tracealyzer/122 STEP5 Adding freeRTOS test application.mp428.6MB
  106. 22 FreeRTOS KEIL Tracealyzer/123 Testing and debugging on STM32 Part-1.mp447.44MB
  107. 22 FreeRTOS KEIL Tracealyzer/124 Testing and debugging on STM32 Part-2.mp433.18MB
  108. 22 FreeRTOS KEIL Tracealyzer/125 Using Percipio Tracealyzer with KEIL.mp464.52MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!

违规内容投诉邮箱:[email protected]

概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统