STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Gcode interpreter for STM32

Posted on October 30, 2016 at 14:49Hello - Does anyone know of a Gcode interepreter for the STM32. I am building a CNC machine and want to use my nucleo board (with F0 core) to control the motors. I have put alot of time into learning the chip and d...

STM32F303 StdLibrary ADC4 DMA

Posted on October 27, 2016 at 17:02 Hello, i have a small problem with the ADC4 and the DMA. The code following below works with the ADC1 fine. But the ADC4 makes problems. The ADC4 works, this i could see in the debug window. But the DMA re...

tino1 by Associate II
  • 1237 Views
  • 9 replies
  • 0 kudos

STM32F334C8 PA4(DAC_1_OUT_1) buffer issue

Posted on October 30, 2016 at 09:09I'm using the 32F334C8 Pa4 dac1_out1 channel.However, buffer is not working. Here is my code, void DAC_Config(void){  DAC_InitTypeDef  DAC_InitStructure;    /* Configure DAC1 OUT1 **********************************...

STM32F091 RS-485 Half_Duplex_Init vs UART_Init

Posted on October 29, 2016 at 21:08I have a custom STM32F091 board with ST1480AC RS-485 transceiver in master mode with a single client. HAL_USART_Transmit_IT() works every single time but Receive_IT() only half the time. I have monitored the receiv...

sean2399 by Associate
  • 453 Views
  • 0 replies
  • 0 kudos

Please, Let Us Download without Logging In

Posted on October 27, 2016 at 12:18Before the recent ST site update I could download STM32Cube and other software and libraries without logging in, but now you require your users to log in just to download a piece of software.. It's sad.. So hey, in...

Ethernet on the F765 and F767.

Posted on October 14, 2016 at 22:06Hi,Has someone put the ethernet to work in the F765 or in the F767 microcontrollers, in a custom or development board?Ari.

Asantos by Senior
  • 443 Views
  • 2 replies
  • 0 kudos

STM32CUBEMX and Systick problem

Posted on October 27, 2016 at 22:24Hello, does anybody faced some problems with STM32CubeMX generated code when systick overflows? Normally ir overflows every 50 days (uint32) if set to 1ms... As all Cube drivers have the same style with delays (if ...

convert discovery code to evaluation board

Posted on October 27, 2016 at 08:34I  have the evaluation board for stm32f429. But almost all the support is given to discovery board. Many codes which is useful is done in the discovery board. How can i convert that code to fit in the evalaution bo...

dixon by Associate II
  • 1011 Views
  • 5 replies
  • 0 kudos

inverted dac

Posted on October 27, 2016 at 19:26I've been making a device on STM32F407VGT6 That uses UART with both DMAs, DAC, few GPIO and Timers After some time coding it, ive came into shocking situation. DAC have become inverted! If i send 0, it sets 3.3V, i...

es131245 by Associate II
  • 832 Views
  • 4 replies
  • 0 kudos