STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

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
  • 561 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
  • 554 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
  • 1174 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
  • 1047 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
  • 782 Views
  • 3 replies
  • 0 kudos

Nucleo Works only after flash in C-02 Hardware Version

Posted on October 28, 2016 at 15:09Hi!I have a firmware that works only after Nucleo flashing (using System Workbench). After the flashing if I disconnect, and reconnect microUsb of Nucleo, the program doesn't work anymore. This is not the first tim...