向PSRAM中写入、读取数据

向PSRAM中写入16位数据代码语言:javascript代码运行次数:0运行复制int main(void){uint16*point16;uint16data16 = 0x00;point16 = (uint16 *)0x80

1月前190