Keil Logo

Differences Between µVision3 and dScope

The µVision3 debugger replaces the Keil dScope for Windows. dScope debug functions require the following modifications for correct execution in the µVision3 debugger.

  • In dScope the memset debug function parameters are different. The µVision3 memset debug function parameters are now identical with the ANSI C memset function.
  • The dScope debug function bit is no longer available and needs to be replaced with _RBYTE and _WBYTE function calls. With dScope debug functions char, uchar, int, uint, long, ulong, float, and double it is possible to read and write memory. Replace these debug functions in µVision3 according the following list.

    dScope Memory Access Function µVision3 Replacement for Memory Read Memory Write
    bit _RBYTE combine _RBYTE and _WBYTE
    char, uchar _RBYTE _WBYTE
    int, uint _RWORD _WWORD
    long, ulong _RDWORD _WDWORD
    float _RFLOAT _WFLOAT
    double _RDOUBLE _WDOUBLE
  • In dScope the memset debug function parameters are different. The µVision3 memset debug function parameters are now identical with the ANSI C memset function.
  Arm logo
Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.

Change Settings

Privacy Policy Update

Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.