STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.12.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.12.0 is available. What is new in STM32CubeMX V6.12.0?New MCUs/MPUs series : STM32WB0 ,STM32MP25XX and STM32C071XXAdd support new CPNs STM32G4: Add support STM32G4 'Z’ and STM...

STM32L100 watchdog setup

Hi Everyone,I am using STM32L100RCT6 at the moment for my own personal project and I want to add watchdog function in my code especially IWDG. So I want to ask if there is any tutorial and example code I could use or does anyone has experience in set...

WHuan.16 by Associate II
  • 541 Views
  • 3 replies
  • 0 kudos

Resolved! STM32CubeMX Installer Java RTE

Posted on February 22, 2017 at 15:30I'm trying to install STM32CubeMX on Win10 64bit.I know I have Java Version 8 Update 121 installed and I'm sure it's working (since I'm using it).Now when I invoke SetupSTM32CubeMX-4.19.0.exe a window pops open af...

STM32CubeMX I2C Timing Register Calc Wrong?

Posted on March 30, 2018 at 00:30I was looking at the timing value that STM32CubeMX calculated for the I2C timing register in my STM32F486.  I have the I2C1 clock in at 80MHz.  I checked the data sheet and did not see a maximum value for the I2CCLK ...

Resolved! STM32CubeMX issues with STM32H743ZITx

I tried to use the STM32CubeMX to configure DAC to work with DMA which would enable me to transfer data from memory, all clocked by TIM6. I used same configuration for STM32F334 and it worked without any problems. After I never got this working, I tr...

0690X0000060R5tQAE.png

CubeMX and One Pulse Mode

Posted on September 28, 2017 at 11:49In STM32CubeF4 STM32F446ZE, there is a timer one pulse mode example.Setting TIM3 CH2 as input capture and CH1 as Output Compare to work as One pulse mode.(Set slave mode as trigger mode and trigger source as TI2F...

0690X00000602UmQAI.bmp 0690X00000602V0QAI.bmp
Zt Liu by Senior III
  • 652 Views
  • 1 replies
  • 1 kudos

LIN Transmit Message

Hey there i want to send and receive LIN Message through my MCU (STM32F091CCT6 - TJA1021T/10/C LIN Transreceiver). But i cant see any example code in documents.Here what i did for this.I select USART1 in LIN mode and USART2 Asynchronous mode to see ...