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

STM32 Help Files (*.chm) & Windows7

http://www.keil.com/forum/docs/thread17340.asp#msg89359
[ I posted a response to the above link, but its link-dead, thus the 'new' thread]

I can't seem to get "stm32f10x_stdperiph_lib_um.chm" working.

It turns out that the "stm32f10x_stdperiph_lib_um.chm" file from ST-Microelectronics must be in a directory without spaces in it in order for it to work. ...on the Windows7 platform.

I put it in the root directory, and it worked:

C:\stm32f10x_stdperiph_lib_um.chm

and made a short-cut to it.

I thought others who use the STM32 running on Windows7 might want to know this: hence, I posted the mini-solution

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

Parents
  • Well, I guess I 'spoke' incorrectly... I try to 'never' use spaces and the following directory WAS where the .CHM file was located and DID NOT WORK:

    C:\PROJ\NCB\Soft\Work\STM32F10x_StdPeriph_Lib_V3.3.0

    Nor did it work here (non long filename and no '.'):

    C:\Apps

    So, it might not be 'spaces' but rather Non-Root directories. Weird... but its Windows7's issue... I think.

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

Reply
  • Well, I guess I 'spoke' incorrectly... I try to 'never' use spaces and the following directory WAS where the .CHM file was located and DID NOT WORK:

    C:\PROJ\NCB\Soft\Work\STM32F10x_StdPeriph_Lib_V3.3.0

    Nor did it work here (non long filename and no '.'):

    C:\Apps

    So, it might not be 'spaces' but rather Non-Root directories. Weird... but its Windows7's issue... I think.

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

Children