Hi!I have module for transmit dates to SPI Interface.Data is - pointer to data buffer uint8_t.In F1 & F4 all will be ok.But in F0 & F7 modules will send *((uint16_t *)pData) (see modules below)Program for F1 or F4 will not work on F0 & F7.Where error...