怎样间接避免28335刚上电时I/O口有0.3s左右的高电平??
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
minjie zhou 你好,
不知道我这样理解对不对,你的程序是想将一个GPIO的输出设置为低电平,但是GPIO在上电时候会有一个时间段内由于没有被设置而输出默认的高电平,这样理解对吗?我通过在MCU boot到main函数之前加一段设置GPIO的代码,这样可以在boot过程中以最快的速度将GPIO拉低。如果需要的话我可以将代码发给你。