Hi,Dear Community:
Recently, I encountered a strange problem when configuring the S32K144 to enter user mode. After entering user mode with __set_CONTROL(0x05), according to the official arm technical instruction manual, it should be possible to access common peripherals like ADC as long as the core registers are not accessed, but in fact, When I access ADC peripherals after entering User mode, I will enter an exception interrupt. Why is this? Attached is a simple sample code
Thank you for taking the time.