STM32 FSCM can't read Id of Nand
Posted on December 15, 2015 at 18:57 Hi everybody, I'm trying to read/write data on and flash So, I init gpio and handler, I use 8 bit bus void initGPIO(void) { GPIO_InitTypeDef GPIO_InitStruct; __GPIOE_CLK_ENABLE(); __GPIOD_CL...