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
  • No, I don't think you have a Windows 7 issue. The issue is most likely with the Keil IDE somehow not managing to present a correct path when trying to display the help file, or not correctly detecting the file type.

    Might it be that some tool does not like the two dots in the path - the software being stupid enough to look for first dot in path and assume everything after that is an extension? In that case, it will not recognize the .CHM extension but instead consider "3.0\<fname>.CHM" as the extension. After all - not too many Windows users have a dot in a directory name even if it is 100% allowed and should be supported by all applications.

Reply
  • No, I don't think you have a Windows 7 issue. The issue is most likely with the Keil IDE somehow not managing to present a correct path when trying to display the help file, or not correctly detecting the file type.

    Might it be that some tool does not like the two dots in the path - the software being stupid enough to look for first dot in path and assume everything after that is an extension? In that case, it will not recognize the .CHM extension but instead consider "3.0\<fname>.CHM" as the extension. After all - not too many Windows users have a dot in a directory name even if it is 100% allowed and should be supported by all applications.

Children