Mcu_PerformReset(); if (Mcu_GetClockFrequency(FXOSC_CLK) != FXOSC_CLOCK_FREQ){Exit_Example(FALSE);}else{Exit_Example(TRUE);} Expected result was that the PerformReset() function triggers a functional reset and
我已经发现问题了,工程使用的BootLoader + Application的模式,在BootLoader中,已经通过Mcu_GetResetReason()读取过复位源了,这样就导致了在Application中读取不到复位源。目前问题已经解决了,感谢您的帮助! 0 Kudos Reply 02-13-2025 02:23 AM 411 Views chenyin_h NXP Employe...