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.
各位好,我现在学的是28377S的代码,然后项目里用到的芯片是28377D,那我对着28377S的芯片改配置,改代码,到时候可以烧录到28377D的芯片中吗,或者说就是我现在看的28377S的代码能否直接应用于28377S?
你好,不能直接使用,S的是单核芯片,D的是双核芯片,里面还是会有差别的。比如内存分配,核间通讯等等都不相同。
但是代码原理、同一模块的寄存器配置等等应该基本相同