STM8S
Posted on October 22, 2012 at 12:14hello, please is there a sort of stm8s assembly language available who convert a 16 bit binary to 5 bcd code many thanks marc debruyne
Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
Posted on October 22, 2012 at 12:14hello, please is there a sort of stm8s assembly language available who convert a 16 bit binary to 5 bcd code many thanks marc debruyne
Posted on September 28, 2012 at 17:41RAM memory issue on STM8L151G6When using the RAM there are five addresses that I cannot change by software: 0x102, 0x12F, 0x237, 0x24D and 0x2A9. I am using the following test code; for (i=(unsigned char *)0x000;...
Posted on October 15, 2012 at 19:56 Hi, I'm trying generate a PWM signal whose frequency and duty cycle are controllable by 2 potentiometer on a STM8S105 Board. However, I am still unable to get the variables to update their values. Here...
Posted on October 11, 2012 at 09:36To optimize the code I put nearly all the flags to bit structures. Now I came across a bug in the CXSTM8 when writing to bits. Reading bits doesn't bring any problem. The good news for me is that I found a workar...
Posted on October 08, 2012 at 08:40 OK, title sounds really weird, but I'm really curious about the low pawer state switch speed of the STM8L micro. I'm doing some tests about switching to LSE and back to HSI, waiting for stablization etc. I...
Posted on September 28, 2012 at 09:52Hi Guys,Do we have a stopwatch feature within STVD? I'd like to measure passed time between two breakpoints as time (us, ms) and cycles.I know there are simulators with MPLAB and IAR IDE with this function but co...
Posted on September 25, 2012 at 05:48Hi all,Does everybody have examples chibios base on IAR of stm8? Now cosmic limited 8k, so I want to change to IAR Thanks and best regards Thinh
Posted on September 21, 2012 at 10:33Dear,In the past I published here in the forum a question about EWSTM8 problems.I have been in touch with IAR on that and now I have their Beta version. This beta version has solved a problem with crashes as resu...
Posted on September 12, 2012 at 12:40I am working on a low density STM8S with 8Kbyte flash memory. I need to accomodate a main software and a recovery software. I do not need any special bootloader as I am planning to make the software update as pa...
Posted on September 18, 2012 at 17:21 Hi, Is it possible to program only part of the flash memory using ICP? I have STM8 programmed with bootloader using ICP where UBC is protected from 0x8000 to 0x8fff. Now when I try to...