STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.14.1 released

We are pleased to announce that the minor version 6.14.1 of STM32CubeMX is available. What is new in 6.14.1: SAI settings not displayed in the configuration tab of STM32H7Bxxx devices: After upgrading to STM32CubeMX 6.14.0, the SAI tab configuration ...

STM32CubeMX 6.14.0 released

We are pleased to announce that the release 6.14.0 of STM32CubeMX is available. What is new in 6.14.0: Added the support for the STM32WBA6xxx microcontrollers and:Added the support for USBX multi-instanceAdded the support for the memory management to...

STM32F103 (Blue Pill), CUBE MX and PWM

I am trying to setup a PWM output with Timer 4 by using CubeMX. When starting the code it always stops at command HAL_TIM_PWM_Start(&htim4,TIM_CHANNEL_1)Attached are the setup in the main() and setup in the CubeMX.Any ideas what am I missing? MX_GPI...

0693W000000TZspQAG.png
BJerk.1 by Associate II
  • 841 Views
  • 2 replies
  • 0 kudos

Hi, I want to use a DMA to simply output array values to a whole GPIO port. I don't think I set it up correctly, as it doesn't work. I generated most of the code with CubeMX and used HAL. Should my code work ? How can I make it work ? Thanks !

Here's the context:I'm working on a STM32H743, I managed to output the array values manually to GPIOD (ie my MCU is not fried... You never know)I paid close attention to using the correct region D2 as stated here : //In my main.c:   #define BUFFER_SI...

0693W000000Tl1yQAC.png
JMarc.1 by Associate II
  • 528 Views
  • 2 replies
  • 0 kudos

Resolved! STM32CubeMX F3 USB bug

When I have enabled USB Device for stm32f3discovery, the usbd_conf.c had this lines (59..63):#if (USE_HAL_PCD_REGISTER_CALLBACKS == 1U) static void PCDEx_SetConnectionState(PCD_HandleTypeDef *hpcd, uint8_t state); else void HAL_PCDEx_SetConnectionSta...

Resolved! Why does the CubeMX-generated USB HID device send the wrong data when both endpoint and PMA address are changed?

This is a cross-post from https://stackoverflow.com/questions/59856541/stm32f3-cubemx-generated-usb-hid-device-sends-wrong-data-when-both-endpoint-andI'm debugging a problem with a composite device that I'm creating, and have recreated the issue in f...

CDew.1 by Associate III
  • 1083 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F4DISC ADC in continous mode

Hi i have configured adc in continuos mode as you can se in MX_ADC1_Init(); but it only reads on first time when goes in the while(1) and never reads new value.void MX_ADC1_Init(void) { ADC_ChannelConfTypeDef sConfig = {0};   /** Configure the gl...

Mku1 by Associate III
  • 562 Views
  • 1 replies
  • 0 kudos