Init Code

Aus BECOM Systems Support
Version vom 22. August 2023, 20:35 Uhr von en>Peter (1 Version importiert)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

Init Codes

Init codes are required to initialize Bluetechnix Core Modules (processor, memory etc.) the right way. Please use this file for initialization code. The file includes 3 sections:

  1. A Pre-Init Section
  2. An Init Code Section
  3. A Post-Init Section

The Pre-Init and Post-Init Sections save and restore the core registers. These 2 sections should not be modified. The Init Code Section is provided for initialization code. As an example, a SDRAM initialization is provided. This file will be executed on the processor prior to application code booting. Hence, any code you would like to run such as initializing SDRAM, etc. should be included within this file.

Blackfin, Blackfin Getting Started, BLACKSheep, BLACKSheep Getting Started