本站已收录 番号和无损神作磁力链接/BT种子 

[FreeCourseLab.com] Udemy - Build Your Own RealTime OS (RTOS) From Ground Up™ on ARM 2

种子简介

种子名称: [FreeCourseLab.com] Udemy - Build Your Own RealTime OS (RTOS) From Ground Up™ on ARM 2
文件类型: 视频
文件数目: 62个文件
文件大小: 5.11 GB
收录时间: 2021-8-20 07:17
已经下载: 3
资源热度: 250
最近下载: 2024-4-29 11:01

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:daaf7665ce9128ee725b7977462e80ba2008d449&dn=[FreeCourseLab.com] Udemy - Build Your Own RealTime OS (RTOS) From Ground Up™ on ARM 2 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

[FreeCourseLab.com] Udemy - Build Your Own RealTime OS (RTOS) From Ground Up™ on ARM 2.torrent
  • 1. Introduction/1. Getting the best out of this course.mp434.02MB
  • 10. ARM Design Philosophy and RISC Architecture/1. The RISC Design Philosohpy.mp440.34MB
  • 10. ARM Design Philosophy and RISC Architecture/10. Cooprocessor extensions.mp411.85MB
  • 10. ARM Design Philosophy and RISC Architecture/2. The ARM Design Philosophy.mp431.1MB
  • 10. ARM Design Philosophy and RISC Architecture/3. Embedded Systems with ARM Processors.mp432.1MB
  • 10. ARM Design Philosophy and RISC Architecture/4. ARM Bus Technology and AMBA Bus Protocol.mp427.38MB
  • 10. ARM Design Philosophy and RISC Architecture/5. Memory.mp488.53MB
  • 10. ARM Design Philosophy and RISC Architecture/6. Peripherals.mp426.5MB
  • 10. ARM Design Philosophy and RISC Architecture/7. Von Nuemann and Harvard architecture.mp440.29MB
  • 10. ARM Design Philosophy and RISC Architecture/8. Cache and Tightly Couple Memory.mp436.31MB
  • 10. ARM Design Philosophy and RISC Architecture/9. Memory Management extensions.mp424.91MB
  • 11. The ARM Programmer's Model/1. Data Types.mp427.42MB
  • 11. The ARM Programmer's Model/10. ARM Cortex-A and Cortex-R.mp421.67MB
  • 11. The ARM Programmer's Model/11. ARM Cortex-M.mp414.67MB
  • 11. The ARM Programmer's Model/2. Processor Modes.mp449.16MB
  • 11. The ARM Programmer's Model/3. ARM7TDMI Registers.mp495.61MB
  • 11. The ARM Programmer's Model/4. ARM7TDMI Vector Table.mp431.57MB
  • 11. The ARM Programmer's Model/5. ARM Cortex-M Registers.mp451.48MB
  • 11. The ARM Programmer's Model/6. ARM Cortex-M Vector Table.mp415.53MB
  • 11. The ARM Programmer's Model/7. ARM Data Flow Model.mp440.15MB
  • 11. The ARM Programmer's Model/8. The Pipeline.mp443.71MB
  • 11. The ARM Programmer's Model/9. ARM Processor Family.mp418.65MB
  • 12. Set Up/1. Download Keil uVision 5.mp49.28MB
  • 12. Set Up/2. Installing Keil uVision 5.mp48.29MB
  • 12. Set Up/3. Installing Packs.mp441.51MB
  • 13. Closing/1. Closing Remarks.mp42.82MB
  • 2. Round Robin Scheduler Recap/1. Review on basic RTOS concepts.mp435.84MB
  • 2. Round Robin Scheduler Recap/2. Coding Creating osKernel files.mp418.83MB
  • 2. Round Robin Scheduler Recap/3. Coding Writing the osKernel Initialization functions.mp494.47MB
  • 2. Round Robin Scheduler Recap/4. Coding Writing the osKernelAddThreads function.mp499.56MB
  • 2. Round Robin Scheduler Recap/5. Coding Writing the osKernelLaunch function.mp450.64MB
  • 2. Round Robin Scheduler Recap/6. Coding Writing the osSchedulerLaunch routine in Assembly (Part I).mp4100.05MB
  • 2. Round Robin Scheduler Recap/7. Coding Writing the osSchedulerLaunch routine in Assembly (Part II).mp4109.11MB
  • 2. Round Robin Scheduler Recap/8. Coding Cooperate Schedulers.mp483.97MB
  • 2. Round Robin Scheduler Recap/9. The PendSV Thread Switcher.mp454.24MB
  • 3. Period Scheduling/1. Coding Type 1 Periodic Scheduling.mp495.75MB
  • 3. Period Scheduling/2. Coding Type 1 Periodic Scheduling with Multiple Periodic Threads.mp444.65MB
  • 3. Period Scheduling/3. Coding Type 2 Periodic Scheduling Using Hardware Interrupts.mp4140.47MB
  • 3. Period Scheduling/4. Coding Type 3 Periodic Scheduling Using Thread Control Blocks.mp4202.78MB
  • 3. Period Scheduling/5. Coding Type 4 Periodic Scheduling Using TCB and Hardware Interrupt.mp4251.43MB
  • 4. Board Support Package (BSP)/1. Coding Developing the GPIO Output Board Support APIs (Part I).mp4280.18MB
  • 4. Board Support Package (BSP)/2. Coding Developing the GPIO Output Board Support APIs (Part II).mp476.14MB
  • 4. Board Support Package (BSP)/3. Coding Testing the GPIO Output Board Support APIs.mp446.74MB
  • 4. Board Support Package (BSP)/4. Coding Developing the ADC Board Support APIs.mp493.75MB
  • 4. Board Support Package (BSP)/5. Coding Testing the ADC Board Support APIs.mp450.23MB
  • 4. Board Support Package (BSP)/6. Coding Developing the TIMER Board Support APIs.mp487.38MB
  • 4. Board Support Package (BSP)/7. Coding Developing the GPIO Input Board Support APIs.mp452.39MB
  • 4. Board Support Package (BSP)/8. Coding Setting Up Probes.mp4109.36MB
  • 5. Inter-Thread Communication/1. Semaphores Recap.mp46.58MB
  • 5. Inter-Thread Communication/2. Coding Creating a SpinLock Semaphore.mp4179.16MB
  • 5. Inter-Thread Communication/3. Coding Using Semaphores for Mutually Exclusive LCD Access.mp4226.81MB
  • 5. Inter-Thread Communication/4. Coding Synchronizing Tasks using Semaphores (Rendezvous).mp454.57MB
  • 5. Inter-Thread Communication/5. Coding Creating a Cooperative Semaphore.mp436.74MB
  • 5. Inter-Thread Communication/6. Coding Creating the osThreadSleep API.mp4237.78MB
  • 6. Inter-Thread Data Transfer/1. Coding Sending Data between Threads using Mailboxes.mp4149.29MB
  • 6. Inter-Thread Data Transfer/2. Coding Sending Data between Threads using FIFO Queues.mp4175.43MB
  • 7. Priority Scheduling/1. Coding Developing A Priority Scheduler.mp4275.35MB
  • 8. Sporadic Scheduling/1. Coding Scheduling Sporadic Threads.mp4216.66MB
  • 9. Fixed Scheduling/1. Coding Developing a UART Driver for monitoring results.mp4337.58MB
  • 9. Fixed Scheduling/2. Coding Building a Finite State Machine.mp4113.61MB
  • 9. Fixed Scheduling/3. Coding Building a Finite State Machine (continued).mp4102.66MB
  • 9. Fixed Scheduling/4. Coding Implementing a Fixed Scheduler with a Finite State Machine.mp478.23MB