Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
MCU: YTM32B1ME05G0MLLT 使用YCT生成的Flash_Demo,改成异步模式后操作pflash1失败
flash_user_config_t flash_config0={ .async=true,//false, .disGlobalInt=false, .readVerify=true, .callback=NULL, };
看手册应该是支持这种操作的,是我理解有误吗
可以参考异步操作的Demo:
对于异步方式,需要判断状态再执行之后的命令,如果上一个异步操作还处于busy状态,下个命令是返回busy的。
run 非常感谢,刚刚验证了一下确实这个原因
发帖前请查看
帮助没办法联网的电脑使用YCT
帮助改进和优化YT CONFIG TOOL,有机会抽取YTM32B1ME0 EVB哦...