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.
在修改官方例程adc_ex1_soc_software中的board.c文件有写保护,如何解除?
简单来说,board.c是一个派生文件,派生文件是在其他文件(.syscfg)的基础上生成的文件,所以不应该这样来进行直接编辑,而是通过生成它的源文件来修改/编辑。