STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.11.1 released

STM32CubeMX 6.11.1 was released on st.com as well as an in-tool update patch. Main issues fixed in this patch: Ticket 176645 : STM32CubeMX V6.11.0 has lost the "JTAG (5 pins)" debug mode for all the STM32H7 series but the STM32H7Rx/7Sx microcontrolle...

STM32CubeMX 6.11.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.11.0 is available. What is new in STM32CubeMX V6.11.0? New MCUs series : STM32U0 (STM32U083xx/73xx/31xx), STM32H7RS (STM32H7R7xx/H7R3xx/H7S3xx/H7S7xx) and STM32H5 (STM32H533/H...

12bit ADC output over USART on STM32

My goal: I'm trying to read two ADC pins with 12 bit resolution and output the values through DMA over USART.I can see that the ADC values are being read in the debug tab in STM32CubeMX. I can "talk" over USART to my serial capture program by having ...

PAbdu by Associate II
  • 1525 Views
  • 17 replies
  • 0 kudos

Hello, ADC conversion time measurement

I'm using STM32f401re nucleo board and Truestudio IDE. I am only concentrating on ADC peripheral. I want to measure the number of clock cycles consumed for single ADC conversion. I am willing to measure conversion time for 6, 8, 10, 12 bit resolution...

JSubr by Associate
  • 172 Views
  • 3 replies
  • 0 kudos

PWM configuration with CubeMx

Hello,I'm working with an STM32F401RE (on a Nucleo), and I have some problem with the TIMER frequency. a) The frequency APBx is 84Mhz, and I want a 500Hz PWM frequency on TIM3.I set prescaler to 167 (168-1) and period to 999 (1000-1), is it correct ?...

RStra by Associate III
  • 313 Views
  • 6 replies
  • 0 kudos

V5.0.1 Import Bug?

It appears that v5.0.1 is assigning the wrong firmware package on import.I start a new CubeMX project using the MCU Selector and pick an F103c8. Then go to file->Import and select a .ioc for an existing f303 project. When I generated code for the bas...

stm32cubemx example code not able to receive

#include "main.h" #include "stm32f4xx_hal.h"   /* USER CODE BEGIN Includes */   /* USER CODE END Includes */   /* Private variables ---------------------------------------------------------*/ CAN_HandleTypeDef hcan1;   /* USER CODE BEGIN PV */ /* Pri...

kgedi by Associate II
  • 162 Views
  • 0 replies
  • 0 kudos

STM32CubeMX and B-L475E-IOT01A SPI2

I am using STM32CubeMX v5.0.1 on Windows10. I am trying to set up the B-L475E-IOT01A board's SPI2 port to communicate with a SPI based PMOD device. The user manual for the board shows SPI2 to be the port that connected to PMOD. STM32CubeMX will no...

ptracton by Associate II
  • 146 Views
  • 1 replies
  • 0 kudos