STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.12.1 released

Hello community, We are pleased to announce you that the minor release STM32CubeMX V6.12.1 is now available for download on st.com. Main issues fixed in this minor release: ADC init code error. When ADC is configured in multimode, an issue with the ...

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

CubeMx 4.17 does not handle -q or -s switch

Posted on November 28, 2016 at 15:38 Hi, I recently discovered in UM1718 that CubeMX can work with a command line. That's a cool feature for continuous integration. But it seems that the command line switch are not handled. If I use ...

JulienD by Senior
  • 691 Views
  • 7 replies
  • 0 kudos

Bug, Code generation in STM32CubeMX

Posted on September 26, 2016 at 07:16Hello,I used STM32CubeMX with 4.16.0 or 4.16.1 version.below situation :''STM32Cube Firmware Library Package'' option is ''Add necessary library files as reference in the toolchain project configuration file''IAR...

0690X00000604maQAA.png

STM32CubeMX suggestion

Posted on November 25, 2016 at 12:45Would be good to avoid generation of peripherals initialization code if using CMSIS Driver.CMSIS Driver does complete initialization of the related peripheral. So, the code, generated by STM32CubeMX is not used.I ...

Eugene S. by Associate III
  • 223 Views
  • 1 replies
  • 0 kudos

Help with Ethernet + lpiw + CubeMX + 207ZG

Posted on November 19, 2016 at 18:48I am attempting to configure the Ethernet on a Nucleo-F207ZG board. After two days of unsuccessful work and web search, I finally decided to ask your help. Here are the operations executed: 1) creation of a new pr...

infor by Associate III
  • 239 Views
  • 2 replies
  • 0 kudos

cubeMx, DMA and Adc

Posted on April 13, 2015 at 14:17HI I just have a simple question; I think I�m missing something.I using cubeMX for getting the ADC up running with 2 ch ( IN8 and IN15)And the DMA for transferring the data to a buffer.I have added a picture showing ...

spa23 by Associate III
  • 485 Views
  • 3 replies
  • 0 kudos

Quad i2s ADC on STM32F4

Posted on November 22, 2016 at 18:17Hello Everyone ! My first project on STM32 is to make a NUCLEO shield to record four analogue signals : Dual stereo codec ADAU1979 for 16-bit 44.1 kHz sampligmicroSD slot for PCM logging using FatFS, communica...

clovis by Associate
  • 491 Views
  • 2 replies
  • 0 kudos

Master Clock Output issue

Posted on November 12, 2016 at 20:34 I configured RCC Master Clock Output within cubeMX 4.0 and using a STM32F The generated Code does not output the selected clock. I have found, after code analysis of generated file gpio.c, that the Alte...