Skip to content

References

This page indexes the authoritative hardware and software manuals used during Lince development. The source files live in the repository root under references/ and are not committed (they are regenerated locally from PDF originals).

Document File Description
GR712RC User's Manual references/gr712rc-usermanual.md Dual-Core LEON3FT Processor. Covers SoC architecture, memory map, peripheral register layouts (IRQMP, GPTimer, APBUart, MemCtrl), interrupt model, and APB/AHB bus topology. Primary reference for peripheral implementation.

To reproduce the local references, place the converted Markdown files in references/ at the repo root. See .gitignore for the exclusion rules.

When you encounter an uncertain hardware semantic (register bit meaning, trap behaviour, peripheral corner case), consult the relevant manual first — do not guess. Wrong assumptions create bugs that take days to find.