libf.sm8
Posted on July 13, 2011 at 19:20I canot add lilbf.sm8o to my library path. ie.C:/program files/cosmic/cxst8m_16/lib. In there is libfs.stm but not libf.stm. Do I have a worng set o f library functions in cxstm8_16?
Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
Posted on July 13, 2011 at 19:20I canot add lilbf.sm8o to my library path. ie.C:/program files/cosmic/cxst8m_16/lib. In there is libfs.stm but not libf.stm. Do I have a worng set o f library functions in cxstm8_16?
Posted on April 29, 2011 at 14:30Hello, What is the channels mapping for touches management with CTransfer on STM8L152R6 (LQFP64)? Is it the same as for STM8L152C4 : Group1 is located on PortA4/5/6, Group2 on PortC3/4/7... ? Thanks for reply #to...
Posted on July 04, 2011 at 09:33After having written a time consuming and reasonably eloquent request about this subject, only to have it rejected and erased, I'll make a shorter attempt. Is it not possible to have straight forward assembler templat...
Posted on June 30, 2011 at 00:16Hi, I want to use strncmp function in my code [ if (strnicmp(temp, GPVTG, 5)) ], but I've got an error: &sharperror cpstm8 ..\..\src\main.c:278(12) missing prototype I have string.h file in my include files, but I th...
Posted on July 05, 2011 at 12:55Hi, I have question regarding STM8S wait states. When exactly wait states are executed - every access to XFLASH or every instruction feed? I want to clock my MCU with 24Mhz crystal oscilator (1 wait state) and I need ...
Posted on July 03, 2011 at 23:15I'm porting some code designed to run on a Nordic nRF8200 to an STM8L152C6. The code was orginally compiled using Keil C5. I am using the Cosmic CXSTM8 compiler. I am getting a compiler error 'Invalid Constant Express...
Posted on June 20, 2011 at 22:53Hello everyone, I've got problem with compilation of my application Running Linker clnk -l''C:\Program Files\COSMIC\CXSTM8_16K\Lib'' -o Debug\stvd_project.sm8 -mDebug\stvd_project.map Debug\stvd_project.lkf #error ...
Posted on June 24, 2011 at 07:31Hi, Port-c pc6 is connected to a 50 Hz square wave signal, the problem is the variable cCounter did not increment in the port_c_isr, so the PC4 pin did not toggle, please advise about the solution. Thanks ==========...
Posted on May 11, 2011 at 22:21What is 'safe' sink/source current for I/O pins for STM8S105/103
Posted on June 14, 2011 at 17:20Here's a question for the STVD & Cosmic gurus! Since bit instructions in the STM8 do not utilize the zero page addressing I wanted to move the ''.bit'' section out of the ''Zero Page'' and into ''Ram'' so I'd have mo...