Closed plwalsh closed 2 years ago
The src/application/inc/common.h header file in every example contains an enum definition for COMMAND_TYPE. For example:
src/application/inc/common.h
COMMAND_TYPE
https://github.com/polarfire-soc/polarfire-soc-bare-metal-examples/blob/acdddf3a903aa7e7b82961559965466760fa74fd/driver-examples/mss/mpfs-hal/mpfs-hal-simple-demo/src/application/inc/common.h#L21-L26
What is meant by "start hart in u mode or s mode"? And are there any examples of using these commands?
The
src/application/inc/common.h
header file in every example contains an enum definition forCOMMAND_TYPE
. For example:https://github.com/polarfire-soc/polarfire-soc-bare-metal-examples/blob/acdddf3a903aa7e7b82961559965466760fa74fd/driver-examples/mss/mpfs-hal/mpfs-hal-simple-demo/src/application/inc/common.h#L21-L26
What is meant by "start hart in u mode or s mode"? And are there any examples of using these commands?