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.

请问i2c nor boot修改spi工作模式和频率的问题



我现在想改变6678 evm i2c nor boot从nor flash取数据的spi工作模式和频率,是否只需要将C:\ti\mcsdk_2_01_02_05\tools\boot_loader\ibl\src\util\iblConfig\src路径下的device.c里的ibl.***.mode(原来为1)和ibl.***.busFreqMHz(原来为20M)宏定义改成自己想要的然后built ibl,然后烧写到eeprom就行了?