STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Measuring low voltages with STM8L051F3

Posted on February 24, 2015 at 17:23I have an input signal of 0.2V that I want to digitize; questions: Does the STM8L051F3 have a vref bandgap inside?  Can I use that instead of VDD?What is the least expensive chip that supports an external vref?C...

STM8 bootloader over UART - facing some issues

Posted on April 27, 2015 at 07:55Hello,I'm following the instructions given in the STM8 bootloader manual for using the built-in ROM bootloader.I have bootloader version 1.3 on board. When attempting to write the RAMroutines, I'm noticing the follow...

critical question

Posted on April 20, 2015 at 09:21hello, I define the critical like this: *********************************************     #define define_critical()           uint8 cpu_sr     #define enter_critical()            cpu_sr=EnterCritical()     #define ex...

li_lou by Associate
  • 420 Views
  • 1 replies
  • 0 kudos

[HELP] Question about Illegal Opcode Reset

Posted on April 22, 2015 at 05:15Hello everyone! I am using STM8S105 and I don't understand the Illegal Opcode Reset function yet. How does it work? What is its function exactly? And which case do we use it? Thanks and best regards!

Resetting the beCAN error counters

Posted on April 20, 2015 at 14:28I'm in the process of implementing a CAN-based ad-hoc communication protocol on the STM8S208C8 MCU. Slave devices in this systems perform auto-baud detection by monitoring the receive error counter and trying the nex...

johanf by Associate
  • 654 Views
  • 0 replies
  • 0 kudos

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
  • 471 Views
  • 0 replies
  • 0 kudos