⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 UCOS/II for ICCAVR - The version of UCOS/II is 2.04 - the original port was done by Ole Saether
💻 TXT
字号:
Richard Man, ImageCraft richard@imagecraft.comUCOS/II for ICCAVR- The version of UCOS/II is 2.04- the original port was done by Ole Saether for the IAR compiler. Jens E.   Holtegaard ported one version using ICCAVR. Joerg Meyer did another port   (using Jens' port as a start?). This is basically Joerg's port plus a   little bit of changes and documentation by me.- YOU MUST DOWNLOAD THE MAIN PART OF THE UCOS/II FROM THE UCOS/II WEBSITE  http://www.ucos-ii.com . The supplied project file assumes the portable  source is in the ..\source directory.- Joerg has written couple document showing the stack frames etc. but it  is in German :-) They are included in this directory.- The Timer2 overflow interrupt is used for Timer Tick. If you want to  change that, modify os_cpu_c.c and os_cpu_a.s- I have tested this using ATMega103 with and without external RAM  using AVR Studio simulator. See test1.c test program. Both Code   Compressed (PRO) and STD versions have been tested. - Unfortunately, you need good amount of RAM size since each task needs to  store the register set. ATMega103 or the new ATMega323 should have enough  internal SRAM. Otherwise, you'll need external SRAM. The OS itself takes  about 5-5.5K bytes of FLASH.- TBD - modify the code so that it can work with the "Do Not use R20..23"  option. This should make the TCB smaller and perhaps the interrupt handlers  faster.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -