summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-10init, simple LED flasher for the tamper MCUHEADmasterFredrik Thulin
2015-12-10output HCLK on startup to see if HSE is usedFredrik Thulin
2015-12-10init, code testing the RTC on the dev-bridge boardFredrik Thulin
2015-12-10Abort startup on non-working RCC.Fredrik Thulin
Without this, failure to initialize the HSE will go unnoticed.
2015-10-15initFredrik Thulin
2015-10-15Delay after setting output pin, to prevent incorrect reading.Fredrik Thulin
2015-10-15remove case-specific test code accidentally committedFredrik Thulin
2015-09-10Add application useful in helping identifying electrical shorts.Fredrik Thulin
This application tries to help finding elecrical shorts in the dev-bridge board by configuring all pins but one at a time as input (pull-down), and then outputing a bit to one pin and checking that none of the input pins go high.
2015-09-10Implement UART outputing of resultsFredrik Thulin
2015-09-10emacs indentationFredrik Thulin
2015-09-02Make post-mortem analysis using gdb easier.Fredrik Thulin
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.
2015-09-02Delay FMC startup to not upset the Novena at boot.Fredrik Thulin
For some unknown reason, Novenas seems to not boot unless the initialization of the FMC interface is delayed for a little while.
2015-09-02Enable checking for errors.Fredrik Thulin
Fix from Pavel, posted on the tech-list.
2015-09-02remove CR and trailing whitespaceFredrik Thulin
2015-09-02Import of Pavel's fmc-test application.Fredrik Thulin
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.
2015-09-02import CMSIS 1.3.2 (from STM32Cube FW_F4 V1.7.0)Fredrik Thulin
2015-07-17initFredrik Thulin