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

📄 readme.txt

📁 ADS1.2 samples
💻 TXT
字号:
======
Source
======

This directory contains all the source code needed to build the example
projects, apart from the source for Dhrystone itself.  

Contents
========

- retarget.c

  This file contains re-implementations of functions whose C library 
  implementations rely on semihosting.  This includes I/O and 
  clocking functionality.

- clock.c + serial.c

  These files implement simple device drivers for the ARM Integrator
  board.  

- uish.s + embed_uish.s

  These files contain reimplementations of __user_initial_stackheap 
  (the ADS stack and heap setup routine).  
  
  uish.s places the stack and heap using hard coded parameters.  The 
  locations were chosen to be suitable to the Integrator platform.

  embed_uish.s places the heap at the location of the symbol 
  bottom_of_heap.  This symbol is placed by the scatter file.  This 
  implementation is used in Build5 of the example.  

- vectors.s

  A standard vector table and dummy exception handlers.

- submain.c

  Contains the function $Sub$$main(), which is executed immediately 
  before the user defined main() function.
  
- \scattersyms

  This directory contains source for creating dummy symbols used to locate 
  the peripheral registers, stack and heap, data TCM and translation table.  

- \926ej-s + \946

  These directories contain MMU/MPU/TCM/Cache initialization code 
  for the respective cores.
  

⌨️ 快捷键说明

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