STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.12.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.12.0 is available. What is new in STM32CubeMX V6.12.0?New MCUs/MPUs series : STM32WB0 ,STM32MP25XX and STM32C071XXAdd support new CPNs STM32G4: Add support STM32G4 'Z’ and STM...

Resolved! ADC multichannel with DMA with more than 8 ADC channel

HI everybody,i am using STM32G0B1 and in an older project i used successful ADC multichannel DMA conversion of 8 channel. I started a multichannel ADC conversion of 8 channel and a ADC callbacksets the finished bit and later on i read the result for ...

Kai4_0-1710151106760.png
Kai4 by Associate II
  • 463 Views
  • 3 replies
  • 1 kudos

Why DAC output nothing in software trigger?

I am use STM32L431RCT6,and my CubeMX config is this:And my code is:```uint32_t data = 128;ret = HAL_DAC_SetValue(&hdac1, DAC_CHANNEL_1, DAC_ALIGN_8B_R, data);if(ret) {HAL_Delay(10);}ret = HAL_DAC_Start(&hdac1, DAC_CHANNEL_1);if(ret) {HAL_Delay(10);}`...

Wshuo1_0-1711240505296.png
Wshuo.1 by Associate II
  • 222 Views
  • 1 replies
  • 0 kudos

STM32CubeMx much not edititable gray field

what happened last time (2 years.-) ? why can't I change a lot of things ?I am working on CubeMx for STM32H745ZITx ...I have loaded default project for Nucleo-144 STM32H745ZITx, and want to customise for me unfortunately many options are grey ... are...

maniek by Associate II
  • 337 Views
  • 5 replies
  • 1 kudos

Resolved! Wrong default linker FLASH STM32L412

Hi,I think I may have found an error.When generating a project for STM32L412K8TX (not a board) the default linker file define a RAM LENGTH of 40K.The STM32L412K8TX have 40K divided in two parts, 32K in RAM1 (0x20000000) and 8K in RAM2 (0x10000000).Pa...

STM32WB5MMG with ST25DV04 NFC

We want to use the X-cube-NFC4 3.0.0 library for programming the STM32WB5MMG with the ST25DV04 NFC tag. We included:Board Part NFC (NFC4 / ST25DV)Wireless lib_nfc with core and Interface (Template)Board Support STM32Cube_Custom_BSP_Drivers (Custom / ...

SimoE by Associate II
  • 390 Views
  • 2 replies
  • 0 kudos