STM32CubeMX (MCUs)

Ask questions on STM32CubeMX. Discuss code generation and configuration challenges, among other topics.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.15.0 released

We are pleased to announce that the version 6.15.0 of STM32CubeMX is available. What is new in 6.15.0: Enhanced microprocessor support: Added the STM32MP21-A35-TD, STM32MP21-M33-TD, STM32MP25-M33-TD, and STM32MP23-M33-TD trusted domains for the STM32...

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
  • 597 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
  • 1229 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
  • 619 Views
  • 1 replies
  • 0 kudos