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

how to clear the pending external interrupt

@svlreg INTERRUPT_HANDLER(EXTI_PORTD_IRQHandler, 6){ /* In order to detect unexpected events during development,   it is recommended to set a breakpoint on the following instruction. */ if((SWITCH == RESET) && (flag == SET)) { OFF_STATUS = TRUE; fla...

Trinu by Associate III
  • 1304 Views
  • 0 replies
  • 0 kudos

STM8AF5286 UART3/LINUART not sending data

My following code is not working for sending data over LINUART port of STM8AF5286. I am using STVD and STM8_Standard_Project_Template.GPIO_Init(GPIOD, GPIO_PIN_5, GPIO_MODE_OUT_PP_HIGH_FAST);UART3_DeInit(); UART3_Init(9600,UART3_WORDLENGTH_8D,UART3_S...

PPate.1 by Associate III
  • 1565 Views
  • 2 replies
  • 0 kudos

Resolved! Is there a way for an STM8 MCU to determine programmatically if the SWIM interface is currently running?

Hi. Is there a way for an STM8 MCU to determine programmatically if the SWIM interface / ICP / STVD debugger are being used? I've tried checking the SWD bit in CFG->GCR and SWIM->CSR. But neither byte seems to change from SWIM debugging to a power on...

power draw when stopped STM8Lxxx

hi alli am first time user to ST micros. (8bit motorola mostly)I am looking at using stm8L132r8 in an ultra low power device, which needs 10year battery life.the micro will be stopped most of the time, woken by the RTC running from external 32khz xta...

dwood.1 by Associate
  • 719 Views
  • 0 replies
  • 0 kudos

BLDC Motor controller

I am new and novice can some one guide for using STM8Sxxx three-phase BLDC motor control software library V1.0. From the manual I am unable to build. Is there a tutorial or example on it. Looking for closed loop250W 36V Motor.

VSaha by Associate
  • 862 Views
  • 0 replies
  • 0 kudos

STM8AF6213PDU TIM5 and ADC1 library problem

I am using STM8AF6213 MCU in my project. I am using PD6 (AIN6) pin to read analog value. I use PD4 (TIM5_CH1) to generate PWM. But the stm8_adc1.h and stm8_tim5.h libraries that I included in my project do not work properly. It does not see the funct...

0693W000003QcmvQAC.jpg 0693W000003QcmlQAC.jpg
OOzde.2 by Associate
  • 688 Views
  • 0 replies
  • 1 kudos

Resolved! Impossible to re-open my old projects :

When I reimport the project from my PC or try to open it in the cloud. I have a short view to the design and next always the same question : "Sign in with your corportate ID" and then I can do nothing

PPito.1 by Associate II
  • 7552 Views
  • 11 replies
  • 0 kudos