Others: hardware and software

Discuss hardware and software design challenges, including NOR flash storage, OTA updates, component ID, and thermal management.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Issue reading program data from the flash

Good afternoon, I would like to share an issue I’m facing with a stm8s105c4.A feature of our main application is to calculate a CRC of the entire program in the flash. Unfortunately, when I read flash data from addresses close to the instruction in e...

0690X000006D6h8QAC.png 0690X000006D6hDQAS.png 0690X000006D6hIQAS.png 0690X000006D6hNQAS.png

Cursor alway run to EXTI line when hold press button

Hi all,I have a issue about interrupt timer and interrupt button. When i alway press button. Run debug, cursor alway run to interrupt exti line. I change timer 2,4 or pin exti still error occur. When I comment TIM1_Config() i alway press button-->in...

TMai by Associate
  • 1481 Views
  • 2 replies
  • 1 kudos

Free IDE for STM8 development

HI ST Team,We are planning to use STM8S103F2 MCU for dimmer application like the STEVAL-ILD004V2 reference board. Do you have IDE we can use (for free) or we need to get Keil/IAR license?Regards,Walter

WMaca by Associate II
  • 2815 Views
  • 6 replies
  • 0 kudos

What is #error cgstm8 .... PANIC! MOVCNT

What is the meaning and root cause of following error:#error cgstm8 xsnprintf.c:195 >123<@generate() PANIC! MOVCNTI am trying to build a custom printf routine. This shows up only after I change the type of some parameters.

MRodr.12 by Associate
  • 869 Views
  • 1 replies
  • 0 kudos

SPWF04SA - UART_IRQHandler issue

Hello,I am developing a program with a WiFi socket user interface. I can communicate with the module using the Socket Test App. I give a certain command and my MCU does something. I generally found this to work fine until it came back after running ...