STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Timer Counter Mode Change

Posted on October 30, 2016 at 18:17I'm an engineer who is working on a project using STM32F103 microcontroller.There is a problem in the programming of this element which is mentioned as followsFirst, I activated Timer Counter through HAL Driver lib...

nxp by Associate II
  • 525 Views
  • 1 replies
  • 0 kudos

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
  • 1047 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
  • 396 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...

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