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 ...

Changing environmental settings.

Hi, Is there anyway to use a global variable to change the USART interface configuration such as the BaudRate :static void MX_USART1_UART_Init(void){If(A = 1){huart1.Init.BaudRate = 38400;}If(A = 2){huart1.Init.BaudRate = 9600;}}Not sure if this is p...

PLee.3 by Associate III
  • 616 Views
  • 5 replies
  • 0 kudos

SPI6 Slave + BDMA + STM32H743 + CubeIDE/MX

Hello,My design does not produce interrupts and I'm not sure why.Goal:SPI6 gets a 2MHz clock (external). For each clock the BDMA should take one 1 byte from a buffer (SRAM4, D3) and put it to the MISO. The BDMA runs double buffered => it should cycle...

Deadbeef by Associate II
  • 810 Views
  • 3 replies
  • 1 kudos

Resolved! CubeIDE 1.9.0 issue

I am using STM32G070RBTX micro configured for ADC with DMA. My project works well configured with CubeIDE version 1.8.0. However after I updated to 1.9.0, the ADC Continuous Conversion Mode cannot be Enabled from CubeMX. It force to use Discontinuous...

0693W00000KboInQAJ.png
tabekb by Associate III
  • 1060 Views
  • 3 replies
  • 1 kudos

Running into Secure Fault on STM32U5 after Timer starts

I am using the example project GPIO_IOToggle_TrustZone for NUCLEO-U575ZI-Q and added Timer3 for Non-secure application via CubeMx with Interrupts enabled. When this Timer is started with HAL_TIM_Base_Start_IT the application runs into SecureFault_Han...

LBöhm.1 by Associate III
  • 433 Views
  • 1 replies
  • 0 kudos

NVIC_SetVectorTable() API not available in HAL

Hello There,I'm working on IAP app and need to relocate vector table and came across NVIC_SetVectorTable().But I'm not able to find this API. I'm using CubeIDE and did generate the initial code with inbuilt cube mx. Any help is appreciated.Regards,Ke...

KAgga.1 by Associate III
  • 1478 Views
  • 4 replies
  • 0 kudos