Age | Commit message (Collapse) | Author |
|
|
|
|
|
Use a number of volatile (in-memory) variables to track status
in order to be able to break the program anywhere in the "have failed"
loop and see what failed with both address and data tests.
|
|
For some unknown reason, Novenas seems to not boot unless the
initialization of the FMC interface is delayed for a little while.
|
|
Fix from Pavel, posted on the tech-list.
|
|
|
|
Copied here and slightly adapted to GCC build environment
(standard directory names and added Makefile).
Based on this commit:
commit 43b94a6ada83454c3404bda019ec114f97379c82
Author: Pavel V. Shatov <meisterpaul1@yandex.ru>
Date: Thu Aug 27 00:01:24 2015 +0400
Initial version of FMC driver for STM32.
in the repository git.cryptech.is.:user/shatov/fmc-test.
|