This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

uVision 4.10 with ST-LINK and STM32F103Z - special registers not visible

I'm using the STM3210E-EVAL board, which has a STM32F103ZD on it. When debugging with ULINK I can see all registers in the register view, when debugging with ST-LINK I can only see the core registers. Is there some tweak to enable viewing the special registers or is the ST-LINK incapable of supporting that?

IAR with ST-LINK shows some of the special registers (MSP/PSP) but not the others (CONTROL, PRIMASK, FAULTMASK or BASEPRI).

Trying to figure out whether this is a Keil or ST problem...

Thanks,
Andrew

Parents
  • I used the same dev kit using ULINK2 (I have two STM3210E-EVAL kits and two ULINK2) and Keil's IDE does show the System registers:

    BASEPRI
    PRIMASK
    FAULTMASK
    CONTROL

    You just have to expand the [+] thingie in the Registers window.

    --Cpt. Vince Foster
    2nd Cannon Place
    Fort Marcy Park, VA

Reply
  • I used the same dev kit using ULINK2 (I have two STM3210E-EVAL kits and two ULINK2) and Keil's IDE does show the System registers:

    BASEPRI
    PRIMASK
    FAULTMASK
    CONTROL

    You just have to expand the [+] thingie in the Registers window.

    --Cpt. Vince Foster
    2nd Cannon Place
    Fort Marcy Park, VA

Children