zuuuuk 0 July 26, 2017 Posted July 26, 2017 · Report post Добрый день. Я использую MK60DN512xx10. KSDK1.3 С генерировал простой проект с Processor Expert. и хочу обратиться к регистрам внутренних модулей. int* mmfr = (int*)0x400c0040; int tmp = *mmfr; и при выполнении второй строки процессор попадает в прерывание. /* ** =================================================================== ** Method : Cpu_Cpu_Interrupt (component MK60DN512LL10) ** ** Description : ** This ISR services an unused interrupt/exception vector. ** This method is internal. It is used by Processor Expert only. ** =================================================================== */ PE_ISR(Cpu_Interrupt) { /* This code can be changed using the CPU component property "Build Options / Unhandled int code" */ PE_DEBUGHALT(); } Подскажите, из за чего подобное происходит? почему мк попадает в это прерывание? Quote Share this post Link to post Share on other sites More sharing options...
AlexandrY 1 July 27, 2017 Posted July 27, 2017 · Report post Подскажите, из за чего подобное происходит? почему мк попадает в это прерывание? Клок мог быть не включен на модуле. Это надо проверить в SIM Quote Share this post Link to post Share on other sites More sharing options...