Support for the WeAct-F411CE Board.
More...
Support for the WeAct-F411CE Board.
Pin definitions and board configuration options
- Author
- Benjamin Valentin benpi.nosp@m.cco@.nosp@m.googl.nosp@m.emai.nosp@m.l.com
Definition in file board.h.
#include "mtd.h"
#include "periph_cpu.h"
Go to the source code of this file.
|
void | board_init (void) |
| Initialize board specific hardware, including clock, LEDs and std-IO.
|
|
|
#define | XTIMER_BACKOFF (8) |
|
#define | XTIMER_OVERHEAD (6) |
|
#define | INTERNAL_PERIPHERAL_VID (0x0483) |
| Product & Vendor ID taken from example firmware that the board was shipped with.
|
|
#define | INTERNAL_PERIPHERAL_PID (0x5740) |
|
|
The pad for the NOR Flash (U3) is not populated.
You have to solder a serial flash yourself and adjust the parameters.
|
#define | WEACT_411CE_NOR_PAGE_SIZE (256) |
|
#define | WEACT_411CE_NOR_PAGES_PER_SECTOR (16) |
|
#define | WEACT_411CE_NOR_FLAGS (SPI_NOR_F_SECT_4K | SPI_NOR_F_SECT_32K) |
|
#define | WEACT_411CE_NOR_SPI_DEV SPI_DEV(0) |
|
#define | WEACT_411CE_NOR_SPI_CLK SPI_CLK_10MHZ |
|
#define | WEACT_411CE_NOR_SPI_CS GPIO_PIN(PORT_A, 4) |
|
#define | WEACT_411CE_NOR_SPI_MODE SPI_MODE_0 |
|