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

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
  • 179 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
  • 199 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
  • 369 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
  • 339 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...

Ethernet Echo Server

Posted on November 10, 2016 at 09:40Hi,I have a problem about ethernet echo server.Sended data from client can be readed but with echo. Besides, I want to send data to client.Because of this;uint8_t buffer[8];  buffer[0] = (0xFF000000 & (uint32_t)(...

ali2399 by Associate II
  • 247 Views
  • 1 replies
  • 0 kudos

USB CDC VCP Help!

Posted on March 06, 2016 at 09:28Hi,I recently got a ST Nucleo board (Nucleo F070RB) and want to develop a device where it uses the on board USB (of the microcontroller) as a virtual com port.I've been able to configure a test project which has setu...