User Activity

It's the first time I'm trying to use the SPI protocol with Flash memory.Write Program function code:void Flash_Write_Data(void){ uint8_t Write_Enable = 0x06; uint8_t Page_Program = 0x02; uint32_t Address = 0x00000000; uint8_t addrLow...