STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM8l-discovery and Cosmic problem.

Posted on September 06, 2016 at 21:02Hello, everyone! I have a problem with my eval board. I carried out all step as said user manual: 1) download a STVD and STVP form : http://www.st.com/content/st_com/en/products/development-tools/software-develop...

wknyrek by Associate
  • 466 Views
  • 2 replies
  • 0 kudos

Resolved! Copying code to RAM

Posted on October 02, 2017 at 14:52When code is copied to RAM (for example the code for rewriting internal flash)  how the RAM is allocated? Is it allocated statically or just uses any free space remaining below the stack? I cannot find this in the ...

Pavel A. by Evangelist III
  • 566 Views
  • 3 replies
  • 0 kudos

Error in stm8cubeMX port remapping?

Posted on October 04, 2017 at 09:14Hello,I used stm8cubeMX to generate a pinout for a stm8s003 (STM8S003F3 UFQFPN20).In cubemx I selected the outputs: PC7 is PWM output by TIM1_CH2 (pin14)PC3 is PWM output by TIM1_CH3 (pin10)PD4 is PWM output by TI...

Please help

Posted on October 02, 2017 at 00:08 I have a mother board of audio, video and gps with STM8S207K6 MCU that is working condition. When I try to read eeprom from the device, the message will appear 'Can not communicate with the device.Check the swim c...

stm8s_uart1.c bad struct/union operand

Posted on September 27, 2017 at 13:19Hello.I want to using uart1 with STM8S003,  after addstm8s_uart1.c and stm8s_uart1.h and build project, the compiler(Cosmic) tell error'stm8s_uart1.c bad struct/union operand' it's look like somethings not define...

Resolved! Cosmic STM8 sprintf

Posted on September 26, 2017 at 23:49Hello all!I'm using stvd and Cosmic (free) C compiler and I'm having issues with a simple statement. I'm using sprintf to conver two uint8_t to string but it always do it wrong. uint8_t u8Hours = 22, u8Minutes = ...

0690X00000608K9QAI.png

How to break with debugger into a running program on ST8?

Posted on September 14, 2017 at 00:34Dear experts,Can anybody advice how to break into ST8 that started running without debugger connected?In the Develop IDE I see only one option to start debugging, and it updates the program memory on the target. ...

Pavel A. by Evangelist III
  • 1358 Views
  • 5 replies
  • 0 kudos