Renesas HS2378KCM01H Network Card User Manual


 
106
5.2.5 BREAKPOINT: BP
Description:
Sets software breakpoints.
Note: The function will be different according to the MCUs used.
Format:
bp <address>
Table 5.6 BREAKPOINT Command Parameter
Parameter Type Description
<address> Numerical value,
character string
Breakpoint value set by numerical value or symbol
When an odd address is set, the address is rounded down to
an even address.
Note: The parameters for this command vary with the product. For the specifications of
each product, refer to the on-line help.
Examples:
To set a software breakpoint at address H'12c8:
>
bp H'12c8 (RET)