Discuss hardware and software design challenges, including NOR flash storage, OTA updates, component ID, and thermal management.
1. I have written below code for PWM generation for STM8S003F3. Two pwm pins are used inverted with dead time.2. But I observed this graph on CRO of two pins is this. I was expecting one pin to turn off before another turn on i.e deabband.. But rever...
I'm using the TSM8S001J3 for a small application that requires Pin-8 (PD1/ SWIM, PD5/ AIN5/ UART1_TX) to be used for the RS232-TX. Currently in the code I have a way to halt the GPIO assignment prior to reassigning the SWIM pin if needed by holding t...
I am unable to write to flash of STM8S105C6T8 although I can read the flash. I am using stlinkV2 via SWIM and stm8flash programming tool under ubuntu. I tried to reset option bytes to factory default and use the -u (unlock) option of stm8flash but bo...
Here is the initialization code...void InitPwm(void){TIM1_DeInit();TIM1_TimeBaseInit(0, TIM1_COUNTERMODE_CENTERALIGNED1, 800, 0);TIM1_OC1Init(TIM1_OCMODE_PWM1, TIM1_OUTPUTSTATE_ENABLE, TIM1_OUTPUTNSTATE_ENABLE, 100, TIM1_OCPOLA...
I've been struggling with this problem for some time. Currently I'm porting my application from STM8L051 to STM8L151. Whenever I start USART1 Receiver, the USART Status Register (USART->SR) shows "0xfa", indicating Parity and Overrun Error. I tried w...
I found that the ST72681 8-bit MCU has HS function. Is there any support for this MCU? Or is there a related follow-up product?
I am looking for ST controller with inbuilt WIFI SOC
I need st10f flash tool to download hex file into ST10F276E controller. Where can I get this tool? The tool available in St site is Application.Hex file. Not the exe file.
I downloaded the STM8S_TouchSensing_Lib_V2.5.0 , and the function of touch sensing key has been done completley. Now i'd like to add the adc && uart based on the current project, you can see the detail on the attachment, but there will be a linker e...
We’re moving the ST Community to a new platform to give you a better and more reliable community experience.