2009-08-06 07:55 AM
About the License issue
2011-05-17 06:04 AM
I have installed Raisonance and cosmic IDE, I want to program touch key demo software to the board using SWIM. I coulnt build the sources due to some license issues. ( askes for Flexls license manager]
gives me this error #error cpstm8 C:\Program Files\COSMIC\CXSTM8_16K\Hstm8\modsl0.h:0 FlexLM The desired vendor daemon is down Is it mandatory to buy license for Raisonance for just building the application? Am I missing smthing? Please guide me! Vaibhav :-[2011-05-17 06:04 AM
mailto:stm8_16k@cosmic.fr
and you will receive your license 3) The error message is strange, you probably have some other Flex-based software on your PC: we'll check on this once you have your license installed Regards, Luca (Cosmic)2011-05-17 06:04 AM
Hi,
The Demo size code is higher than 16K, so to compile it using cosmic compiler you need full version (buy license for Cosmic). When using the free version 16K you should have the following error message:'' #error clnk Debug\demo.lkf:1 Program too large (17759 bytes) for LIMITED version'' When using RKit-STM8 Lite Toolset you need to register here to have a C compiler license to output up to 16 Kbytes of code: Regards Mozra2011-05-17 06:04 AM
Thanks !
I could able to enable cosmic as well as rlink stm8 toolsets! But i couldnt able to run any demo application in debug mode on stm8103F3. Do i need to download ref applications from the st site? I have downloaded touch key software from the site. Vaibhav.2011-05-17 06:04 AM
You can download the stm8s FWLib from this link:
http://www.st.com/mcu/modules.php?name=mcu&file=familiesdocs&FAM=113 This library provide some examples that you are able to run them in debug mode on stm8s103F3 (refer to readme to check if the example run or not on stm8s103xx) Regards mozra