Hi, I am using KDS3.0+KSDK1.2.0 and K64F board. How could I disable MPU because I want to use USB CDC. Which file should I modify to diable it?
Many thank!
Best Regrads,
Gloria
已解决! 转到解答。
Hi
You should find the register (possibly with slightly different name) in an existing header file.
In an emergency you can use
*(unsigned long *)0x4000d000 = 0;
Regards
Mark
Kinetis: µTasker Kinetis support
K64: µTasker Kinetis FRDM-K64F support / µTasker Kinetis TWR-K64F120M support / µTasker Kinetis TWR-K65F180M support
For the complete "out-of-the-box" Kinetis experience and faster time to market
在原帖中查看解决方案
Add
MPU_CESR = 0;
to any code before USB initialisaition.
Hi Mark,
Should I add any header file?
Best Regards,
GLoria