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:STM32U3, STM32WL3x, STM32G411xx and STM32C0Added the support for ...

MX_TIM2_Init() hangs debugging

Posted on September 18, 2017 at 13:25 Hi, I use Stm32CubeMX v4. It creates the code for TIM2, TIM3 and TIM8 (STM32F103VCT, custom board). All timers have 'Clock Source == Internal Clock' and 4 channels configured to 'Input Capture direct mode'. W...

Boris Hoz by Associate II
  • 1546 Views
  • 8 replies
  • 0 kudos

Resolved! STM32CubeMX USB control request

Posted on September 11, 2017 at 21:16 Hi there, I am using STM32CubeMX to develop a USB HID touchscreen with the STM32F103C8T6 MCU. In the HID descriptor, I must report the following feature to support multi-touch: 0x85, REPORTID_MAX_CO...

I can not get atr by using of st's code

Posted on September 12, 2017 at 14:11Hi, I am new to stm and I have STM32L053R8 - NUCLEO, I have to make a smartcard project with this.I am using prepared code by given ST Firm and a smartcard. When I debug the code , it stucks. the code of smartcar...

STM32F207 cubeMx CAN problem

Posted on August 25, 2017 at 09:01Hi,I recently started programming on the STM32F207 nucleo board and I ran into a problem.I used CubeMx to create initialisation code for CAN1 and it doesn't seem to work.I'm trying to implement CAN with interrupt. B...

''C'' STM32 ADC Project to ''Cpp'' (CubeMX)

Posted on September 12, 2017 at 10:32 Hi everyone, I'm trying to convert a 'C' generated project with CubeMX in 'Cpp' but I have some problems with that. Indeed with CubeMX I have generate a project to read ADC values. This one work fine. The sam...