STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Flashing MCU using another MCU

Posted on February 14, 2018 at 22:26Hello everybody I am working on a design using STM8S103F2P6TR and will produce a big quantity of it so I am thinking to make another portable design using STM32F407VGT6 as a flasher to program the units after manu...

Resolved! STM32L476 LPTIM1 counter register

Posted on October 06, 2017 at 21:42I know the counter register read is not very reliable:Bits 15:0 CNT: Counter valueWhen the LPTIM is running with an asynchronous clock, reading the LPTIM_CNT register mayreturn unreliable values. So in this case it...

STM32L011 I2C timing calculation

Posted on February 15, 2018 at 20:15Can anyone help to explain the method to calculate the I2C timing register?I am trying to come up with a value for 400KHz. I2C1 clock is from HSI16 which also has the /div4 enabled.I am very confused by the set up...

RTC Calibration Woes!

Posted on February 15, 2018 at 20:04Hi! Working with the STM32F746ZG RTC. Clock, Calendar, and wakeup interrupt working fine. Have Battery Backup for RTC. I'm trying to perform a Smooth Calibration which does work but I find that not all of the CALM...

Resolved! USB DFU bootloader on STM32F7

Posted on February 14, 2018 at 13:35Hi,I am currently using the STM32F769I-EVAL MB1219 Rev B board. I wanted to boot the MCU in the DFU bootloader mode, and as the manual suggests I removed the 0 Ohm resistor R124. I also set SW1 to `1`.This looks l...

0690X00000609MvQAI.png

STM32F769I Windows 10 USB not detected

Posted on February 15, 2018 at 15:44I just purchased the STM32F769I discovery board. I am trying to connect my windows 10 machine to the board using the ST_LINK usb connecter on the board, but the USB port does not show up in the device manager. I h...

PWM FORCED ACTIVE

Posted on February 15, 2018 at 09:32Hi All,in my application, i need sometimes to stop PWM and Force Output to High.I write this code but seem not run good. void forcePwmActive(void){    TIM_OC_InitTypeDef configOC;   HAL_TIM_PWM_Stop(&htim21, TIM_C...

OTP and option bytes flash banks

Posted on February 15, 2018 at 08:33HelloI am developing some project using STM32L4xx microcontroller.In technical reference manual, the chapter describing how the Flash memory behaves explains that these micro have two Flash banks. It also says tha...