STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F7 USB device not being detected

Posted on May 25, 2016 at 13:23Hi All,I'm using a STM32F7 Discovery board. I am using the example application (unmodified) from Cube for being a USB MSC device.When I run the code with the debugger connected (using ST Link) everything works as expec...

STM32F411RC SRAM or FLASH USE to store static data

Posted on May 24, 2016 at 12:55Hello Everyone, I am using STM32F411RC. Here i want to store a variable as static. We can say that if we power off the MCU then also it will have same variable. how can i do that. I want to Read and write in SRAM or Fl...

jay1991 by Associate II
  • 887 Views
  • 9 replies
  • 0 kudos

STM32F429BIT6 HSE Oscillator problem

Posted on May 24, 2016 at 12:23Hi I am having problems getting the external crystal oscillator to run correctly. It has a dc offset of approx. 1.5V but a peak to peak of only 380mV. The circuit is based on the STM32F429 Discovery board which produce...

HAL_SPI_Transmit

Posted on May 18, 2016 at 22:44Hello, We want to use HAL_SPI_Transmit function to load the data from 16 bit Array.  The function parameters are (SPI_Handle TypeDef *hspi, uint8_t * pdata, uint16_t Size, uint32_t Timeout). Our data buffer is defined ...

vimmi by Associate II
  • 757 Views
  • 3 replies
  • 0 kudos

LTDC-TFT CONTROLLER

Posted on May 24, 2016 at 17:57Hi,I'm using a stm32f429ZIT discovery with the tft.I'm trying to configure the tft. I have a conflict between the usart2_CTS and LTCD_G7.I don't have any usart free, then I need to change the LTCD_G7 to another pin. Th...

cricart by Associate II
  • 354 Views
  • 1 replies
  • 0 kudos

EEPROM emulation on stm32f0 using HAL drivers

Posted on May 23, 2016 at 12:29I am trying to emulate EEPROM on stm32f0. There is an application note provided by STM.http://www.st.com/content/ccc/resource/technical/document/application_note/2e/d4/65/6b/87/dd/40/25/DM00049914.pdf/files/DM00049914....

Reconfigure the timer at runtime

Posted on May 24, 2016 at 16:03I'm use STM32CubeMX to configure TIM2 CH1 to compare output, and it works well. Now I want to change it to PWM output when the programm running. Then which HAL library function to call to clear the registers previous s...