Browse
STMicroelectronics Community
FAQs
Sign In
Product forums
STM32 MCUs
STM32 MCUs Products
STM32 MCUs Boards and hardware tools
STM32 MCUs Software development tools
STM32 MCUs Embedded software
STM32 MCUs TouchGFX and GUI
STM32 MCUs Motor control
STM32 MCUs Security
STM32 MCUs Wireless
STM32 MPUs
STM32 MPUs Products
STM32 MPUs Boards and hardware tools
STM32 MPUs Embedded software and solutions
STM32 MPUs Software development tools
MEMS and sensors
MEMS (sensors)
Imaging (sensors)
Automotive and Transportation
Automotive MCUs
AutoDevKit Ecosystem
GNSS positioning
Edge AI
Interface and connectivity ICs
Power management
ST25 NFC/RFID tags and readers
STM8 MCUs
Others: hardware and software
Analog and audio
Knowledge base
STM32 MCUs
STM32 MPUs
MEMS and sensors
Analog and audio
EMI filtering and signal conditioning
Interface and connectivity ICs
Power management
Quality & reliability
Academy
About
Community guidelines
Feedback forum
Community blog
Developer news
Pravin kumar
Associate II
since
2020-07-11
2023-06-14
User statistics
5
Posts
0
Solutions
0
Kudos given
0
Kudos received
View all badges
STMicroelectronics Community
About Pravin kumar
Options
Report User
User Activity
Posts
Replies
I am using STM8S001J3 for PWM at TIMER 1 channel 4(PC4) PIN NO 7,but not getting pwm..pls.suggest.
2020-08-06
void PWM(void)//timer1 channel4{ TIM1_ARRH = 0x03; // Reload counter = 960TIM1_ARRL = 0xc0;TIM1_PSCRH|= 0; // Prescalar = 0 (i.e. 1)TIM1_PSCRL |= 0;//TIM1_CR1 = 0; // Up counter.TIM1_CR1|= 0; // Edge aligned counter.TIM1_RCR |= 0; /...
Is the GNSS IC STA8090FG suitable for IRNSS?
2020-07-30
Is there IRNSS available or need any IC for IRNSS. if other require then how it communicate with STA8090FG.
Re: Is the GNSS IC STA8090FG suitable for IRNSS?
2020-11-06
IRNSS constellation is supported on ST chips: STA8090FG + STA5635 . Pls. help to share commands to detect external antenna.
Re: I am using STM8S001J3 for PWM at TIMER 1 channel 4(PC4) PIN NO 7,but not getting pwm..pls.suggest.
2020-08-06
enable the clock for TIM1 in CLK_PCKEN register & Is the port output ;besic timer 4 is running at 4 ms interrupt.using stm8-so8-disco for debug.
Re: I am using STM8S001J3 for PWM at TIMER 1 channel 4(PC4) PIN NO 7,but not getting pwm..pls.suggest.
2020-08-06
Please share SPL libary for PWM on Timer 1 channel 4 for stm8s001j3