User Activity

Posted on August 12, 2016 at 07:27STM32 external SDRAM(32bit width,FSMC interface) 16bit and 32bit writing OK,but 8bit writing is not OK, shown below,source file is also attached. Test Results uint8_t  write_buf1[100];write_buf1[0] = 0x01;  //0xC000...