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.

RM44L920: Halcogen code for warm boot

Part Number: RM44L920
Other Parts Discussed in Thread: HALCOGEN

Hi, i'm hoseong yun

At below figure, there is warm boot and operational status.

I made initialization code using HALCoGen and i added other application initialization code at main function.

so the point is my code should be belong to warm boot status or operational status?

thank you.

  • The warm boot state is the state after nPORRST or nRST are released. After the system is initialized, it enters operational state. 

    After entering main(), the system is in operational state since all the initialization is done in _c_int00().