Posted on June 19, 2014 at 00:56 Hello all, I am encountering some strange behaviour with my STM32F4 Discovery board; I am attempting to set up an transfer with another micro-controller via SPI and DMA, and have initialized the peripherals / ...
Posted on June 19, 2014 at 16:46
Apologies; missed the declaration of a struct.
typedef struct {
int8_t msg[40];
uint8_t values[30];
uint8_t offsets[8];
uint8_t flag;
} message;