Updated to fill in notes/comments on the mcu.
This commit is contained in:
parent
87fc051a56
commit
5b41308043
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ handle_reset:
|
|||
/* SystemInit: does stuff like clock setup, PLL cnofig, Periph reset. */
|
||||
|
||||
/* This mcu and microprocessor only has "M-Mode" or machine mode */
|
||||
/* The other modes, U(user) and S(???) aren't availble. */
|
||||
/* The other modes, U(user) and S(Supervisor) aren't availble. */
|
||||
/* MEPC: Machine Exception Program Counter.*/
|
||||
/* Jump's and links(ra --> return address) to SystemInit */
|
||||
jal SystemInit
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue