STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

the reset output pin!

Posted on April 12, 2015 at 18:55we have adopted stm8 in our application and get into production a year ago, which seemed ok, in reasonablly sum of quantity.but recent two batch of chips, mainly stm8s208, also messed up with stm8s105, give us big he...

STM8S swim error 30100: can't load library

Posted on April 08, 2015 at 19:39I have a new STM8S-Discovery board. When conneting it to PC USB port and loading ''discovery'' project and using STVD to start debugging, I got this error message:  ** Connection error (usb://usb) [30100]: can't load...

[HELP]Question about HSIRDY, HSERDY, LSIRDY flag

Posted on March 26, 2015 at 09:32Hello, I have a question that don''t find the answer yet. Does the HSIRDY, HSERDY, LSIRDY flag go low level logic when I switch off HSE, HSI, LSI oscillator? I see they don't go off in debug mode. I use STM8S105C6. T...

STVD + Cosmic. Heap Size?

Posted on March 19, 2015 at 14:53Hello i am using STVD + Cosmic with stm8s105k4t6. And i have a problem. I need to allocate an array with 612 cells but:current_packet.data = (uint8_t*)malloc(current_packet.size+2);if (current_packet.data == 0)byteco...

__iar_program_start

Posted on March 21, 2015 at 18:28Hello when use standart main no problem but when use __iar_program_start() vector table is lost. (no reset or another vectors address in the beginning of hex file, there is only main code in hex file) . Is there anyo...

upamir by Associate
  • 233 Views
  • 0 replies
  • 0 kudos

gdi-error [40201]

Posted on March 20, 2015 at 18:08hello i started up a new pc wirh windows 7 proffesional  can install the toolset for the stm8s but when i try to debug it gives me that error  ''gdi-error [40201] gdi-error [40201] but when i try the programmer and j...

Debuging STM8 With ST Visual Developer Cant Select MCU

Posted on April 16, 2014 at 17:52I need to a Debug an STM8L151 with ST Visual Develop, I have the cosmic compiler installed and activated.My Project builds, but wont start debuging.I get the warning/error ''Before running the application, you should...

0690X00000604wsQAA.png
carl2 by Associate II
  • 329 Views
  • 5 replies
  • 0 kudos

initializing UART2 of STM8s105 in asm coding

Posted on March 16, 2015 at 13:40 hello, here under my asm code for initializing UART2 of STM8s I use STVD IDE with stm8s discovery. when I put a break point at the end of the init, all the UART2 peripherals remains at 0x0000. I do...

Blink all elements on LCD

Posted on March 13, 2015 at 17:42 Hey, I want a very simple example: All elements on LCD should blink at startup(so in this very simple example: for everytime So I want to use the BlinkConfig Function from the StdLibrary... My exa...

flol2204 by Associate
  • 199 Views
  • 0 replies
  • 0 kudos

halt mode current consumption vs HSE

Posted on March 11, 2015 at 14:47Hello, we are tuning current consumption of our PCB. Microcontroller runs from HSE 16MHz crystal oscillator. When I put it in halt mode, the consumption is 100uA. When I change clock source to HSI and put PA1 and PA2...

pok-on by Associate II
  • 210 Views
  • 0 replies
  • 0 kudos