during my searching for documents I found, in my E:\Metrowerks\STM V2.0\lib\st7c_my_new\3rdparty\st7_lib2 a document called user manual.pdf. In page 9 - main directory structure - I found that there is ST7lib_config.h file that contains some #defines to compile library called lib2, that deal with: ADC, EEPROM, I2C, I2CSlave, IO, ITC, LART, LT, MCC, PWMART,SCI, SPI, TBU, TIMER, TIMER8, WDG, CAN. I understand it is for all st7 family, with small changes between the different flavors. Where can I get this library ASAP ???? Thanks a lot Oren
I alreay tried to look there :-[ I can't find it. do you have the link ? (Am I the only one who thinks that st site is very hard to navigate, and that the search results are never what you need) Oren
try to download at this link. http://mcu.st.com/mcu/modules.php?name=mcu&file=familiesdocs&FAM=15#Software%20-%20Microcontrollers Search st library 2.1 ( about 5MB). After download. install it; then You ca be see the User Manual to undestand how the library are composed. Attention: the code is for an quickly start up but are'nt for all purpose. In sereral case I have modified it because are GENERAL PURPOSE. By