HI,
i have made 3 customer board
they all use the same spi flash mx25v8006e
and the first two board have the spi pin : sck 3, miso 1,mosi 0,ss 2
but i change the design in the third board to sck 8, miso 5,mosi 7,ss 6
my code works fine on the first two board, i can get device id 0xC22014 when i send 0x9F by SPI
but when i use the same code only change the SPI pin number at sdk_config.h on the third board , i however receive 0
is that cause by the pin change?
i'm using SDK15.2 and the spi example by segger
thanks