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! USART3 not available to use in CubeMX

I am trying to generate code using CubeMX (version 6.11.1), using the NUCLEO-H563ZI board to start the project. But, I am getting the following pop-up when trying to use the USART3 peripheral which seems to be unavailable:Because of this, I had to do...

AShetty_0-1723109965194.png AShetty_1-1723110323714.png
AShetty by Associate II
  • 1108 Views
  • 7 replies
  • 6 kudos

The signal result becomes a straight line on the DAC

 "I am using your program and made some changes, but when I use it in the function  HAL_DAC_Start_DMA(&hdac, DAC_CHANNEL_1, (uint32_t*)value, 89, DAC_ALIGN_12B_R); HAL_TIM_Base_Start(&htim4); the signal result on the oscilloscope is not continuous. ...

WhatsApp Image 2024-09-06 at 16.06.24 (1).jpeg WhatsApp Image 2024-09-06 at 16.06.24.jpeg
macam1 by Associate III
  • 641 Views
  • 7 replies
  • 0 kudos

Resolved! How do I make stm32 and w25q128 work as a usb msc?

I am trying to use stm32f407 and w25q128 to get a usb drive, for this I wrote a driver to control the flash drive and initialized the USB MSC using CubeMX. When I connect the stm32 to the PC (Ubuntu) I see the new storage device in the Disks app but ...

Resolved! How to get interrupt handler generated by CubeMX?

Hi guysI want to generate a time base by a general purpose timer interrupt (TIM6) on a F334 with low level library. I do not know why, I get init functions fine but no interrupt request handler is generated, nowhere.It should be very simple, I though...

White_Fox by Associate III
  • 582 Views
  • 3 replies
  • 2 kudos