1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/periph/fmc
2024-03-26 14:54:22 +01:00
..
tests tests/drivers/stm_fmc: move test app to tests/periph/fmc 2023-07-26 09:02:11 +02:00
main.c tests/periph/fmc: remove a double empty line 2023-07-28 14:50:06 +02:00
Makefile tests/drivers/stm_fmc: move test app to tests/periph/fmc 2023-07-26 09:02:11 +02:00
README.md tests/drivers/stm_fmc: move test app to tests/periph/fmc 2023-07-26 09:02:11 +02:00

Peripheral STM32 FMC Test Application

This application tests basic STM32 FMC functionality:

  • 8-bit, 16-bit and 32-bit write and read access
  • availability of the whole memory

Configuration

The bank to be used is defined by environment variable FMC_BANK. For example, if the board configures two banks with RAM, the second bank can be tested by specifying the FMC_BANK variable as follows:

FMC_BANK=1 BOARD=... make -j8 -C tests/periph/fmc flash test

Expected Output on Success

main(): This is RIOT! (Version: <INSERT VERSION HERE>)
...
[SUCCESS]