STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.13.0 released

We are pleased to announce to you that the release 6.13.0 of STM32CubeMX is available. What is new in 6.13.0: Added support for the following series, microcontrollers and microprocessors: STM32N6, STM32U3, STM32WL3x, STM32G411xx and STM32C0Added the ...

Resolved! STM32CubeMX 4.18.0 error in .cproject on OSX

Posted on December 11, 2016 at 23:47Since the last update to CubeMX, new projects created for SW4STM32 on OSX are not compiling anymore. The project settings for C symbols are missing quotes:__weak=__attribute__((weak)) instead of __weak='__attribut...

CubeMX ''user code'' request

Posted on March 31, 2017 at 13:35Hi, I would like to sugest an insertion of 'user code' entry inthe MX_***_Init() functions between the Peripheral init and its NVIC config, like:...... GPIO_InitStruct.Mode = GPIO_MODE_IT_FALLING; GPIO_InitStruct.P...

STM32 VCP plug and play

Posted on April 07, 2017 at 08:05Hello,im using the STM32F407 DIS with CubeMX to generate a USB CDC device.All works fine but if i unplug the STM32f407 and then plug in, Windows 10 didnt detect the driver(just unknown USB-Device)i have to reset the ...

Ethernet-TCPip Nucleo F429ZIT6

Posted on April 06, 2017 at 13:14Hi,I use STM32CubeMX to generate the configuration of LWip on my card (nucleo F429ZIT6). Once my card program, I address a fixed IP address but I can't see my card on the local networks.The code generated is :int mai...

STM32-MAT Simulink problems

Posted on March 16, 2017 at 13:08I am trying to get the STM32-MAT package to work with Simulink to do some test on a stm32f4discovery board and I am running into multiple issues.1. A simple Simulink setup for a normal build:When building this simple...

0690X00000606a4QAA.png 0690X00000606aOQAQ.png 0690X00000606DdQAI.png 0690X00000606XzQAI.png

Touch Sensing with CubeMX and stm32l152-discovery

Posted on September 16, 2016 at 22:59I'm really struggling to get Touch Sensing working on the stm32L152 RCT6 discovery board. I'm trying to use it with CubeMX and understand that there is a particular procedure to use the Touch lib with CubeMX. Cou...

Cube MX Timer init Error on STM32F050R8

Posted on April 04, 2017 at 16:29Using the attached cube project TestSTM32F051R8_TimError.iocWhen I generate the source codes the CubeMx version  4.20.0 produces the following initialization code for the timers (I used only TIM1 and TIM3) but the er...