Technical information
10.8.Baud Rate Setting
HMON is initially set to connect at 250000Baud. The value set in the baud rate register for the microcontroller must be altered if the user
wishes to change either the serial communication baud rate of the serial port or the operating frequency of the microcontroller. This value
is defined in the hmonserialconfiguser.h file, as SCI_CFG_BRR (see the Serial Port section for baud rate register setting values). The
project must be re-built and the resulting code downloaded to the microcontroller once the BRR value is changed. Please refer to the
HMON User Manual for further information.
10.9.Interrupt mask sections
HMON has an interrupt priority of 6. The serial port has an interrupt priority of 7. Modules using interrupts should be set to lower than this
value (6 or below), so that serial communications and debugging capability is maintained.
33