STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SNMPV3 with NUCLEO-H743ZI2 board

I tried enabling the LWIP_SNMP_V3_MBEDTLS and LWIP_SNMP_V3_CRYPTOCan in CubeMX and generated the code, then it is giving me an error as some header files are missing and which are related to MD5 and SHA.  In CubeMX, They have mentioned “LWIP_SNMP_V3 ...

sushma by Associate III
  • 70 Views
  • 0 replies
  • 0 kudos

Using STM32CubeMX 6.3.0 with a dual core STM32H755 micro there is no obvious way to set GPIO context so the same CubeMX pin is defined in both cores

Using STM32CubeMX 6.3.0 with a dual core STM32H755 micro I have a dip switch I wish to be able to read from both cores. Some peripherals (like TIM1 for example) have check boxes for runtime contexts that let you check M7 and M4 to access the peripher...

GHolc.1 by Associate III
  • 277 Views
  • 2 replies
  • 1 kudos

Don't enable interrupts

I would like to know if there is a way to NOT enable interrupts during the initialization of the EXTI. See below for snippet /* EXTI interrupt init*/ HAL_NVIC_SetPriority(EXTI0_IRQn, 0, 0); HAL_NVIC_EnableIRQ(EXTI0_IRQn);   HAL_NVIC_SetPriorit...

Resolved! CubeMX code generation fails and gives error

Hi! After a few days of working on a project where I mostly added existing source files to the project as virtual links, I started getting this error message. At first it didn't appear to actually affect anything, but then after a few times the code ...

Olli_Martikainen_0-1716971081480.png

Clock Configuration Report

The STM32CubeMX has a Clock Configuration page that can be captured in the "Generate Reports"I like to Print this page to configure clock timings and divide counters.  The problem is that many of the values are very light, the ones that you can't cha...

DWise.1 by Associate II
  • 134 Views
  • 1 replies
  • 1 kudos

STM32F103 SMBus Communication via CubeMX

Hi there, I am a new at SMBus communication. I design a board. Board have STM32F103 MCU and BQ40Z80. I need to make a communication between STM32 MCU and BQ IC but I couldn't find parameter settings in CubeMX.  Software is STM32CubeMX Version 6.11.1 ...

BY by Associate II
  • 655 Views
  • 7 replies
  • 2 kudos

STM32CubeMX not generating syscalls.c and sysmem.c

Hi everyone,I used STM32CubeMX (version 6.11.1) to generate the initialization code for an STM32G491RCT.The toolchain is configured as a Makefile project.At the end of the C_SOURCES definition, it specifies sysmem.c and syscalls.c.# C sources C_SOURC...

mbaer_zg by Associate
  • 439 Views
  • 3 replies
  • 9 kudos

Resolved! Why assert_failed in HAL_InitTick()?

After spending some time debugging my project, I was able to narrow my problem down to this and reproduce it as follows:File, New, STM32 ProjectSelect NUCLEO-L412KBIn Pinout & Configuration, SYS, choose Timebase Source TIM16In Project Manager, Code G...

CKugl.1 by Senior II
  • 2346 Views
  • 13 replies
  • 2 kudos