STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

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
  • 771 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
  • 670 Views
  • 4 replies
  • 0 kudos

Issues with Port E - STM32F3DISCOVERY

Posted on October 28, 2016 at 14:57Hi, I�m not allowed to configure some port E pins.    RCC_AHBPeriphClockCmd(RCC_AHBPeriph_GPIOE, ENABLE);    GPIO_InitTypeDef   GPIO_InitStructure;    GPIO_InitStructure.GPIO_Pin = GPIO_Pin_2 | GPIO_Pin_3 | GPIO_Pi...

airanzo by Associate II
  • 505 Views
  • 3 replies
  • 0 kudos