STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Need help on USB device CDC VCP stack

Posted on June 24, 2016 at 10:52Hello, I built a small project to try USB device CDC VCP stack. I created the sources with CubeMX 4.15.1 for STM32L152, using the Nucleo board. Code is running and I see the USB device with one IN, one OUT and one int...

mmensch by Associate II
  • 430 Views
  • 3 replies
  • 0 kudos

Config TIMx for external clock mode 1

Posted on June 29, 2016 at 11:34 Hi I want to config TIM3 channel 2 for input pulses and generate pulse with the same frequency at PC0 of STM32F Its my code. Is it true? void TIM3CH1_Configuration(void) { /* TIM3 configurati...

Sinewave using Dual DAC basically doesn't work

Posted on June 27, 2016 at 19:01 Hi. I am trying to output a sine using the DAC of my STM32 F334R8. I spent days trying to do so with the example in the SPL. This example uses a button (which is not present on my board) to switch...

antoine by Associate II
  • 2078 Views
  • 11 replies
  • 0 kudos

STM32L4 SPI UART __IO divergence ?

Posted on March 23, 2016 at 09:58stm32l4xx_hal_spi.h   HAL_SPI_StateTypeDef    State;          /* SPI communication state        */   uint32_t                ErrorCode;      /* SPI Error code                 */ stm32l4xx_hal_uart.h   __IO HAL_UART_S...

Noyb by Associate II
  • 534 Views
  • 3 replies
  • 0 kudos

USB Audio Device Class (speaker + mic) on STM32F4-Discovery

Posted on June 28, 2016 at 20:52I have looked around on ST website and the forums for getting playback and record working on STM32F4-Discovery board. I only found the playback and record example that uses the FatFs and the USB storage device.However...

gaurav2 by Associate II
  • 1280 Views
  • 1 replies
  • 0 kudos

stm32f4xx_hal_sd. c error

Posted on June 28, 2016 at 10:05Hi! I have a problem with SD card I write a file every second (30 byte added at the end of file) (SDcard @ 4MHz clock 4 wire) and sometimes, when firmware enters in HAL_SD_ReadBlocks function, it blocks  at this stag...

gb by Associate
  • 507 Views
  • 1 replies
  • 0 kudos

STM32F0 I2C Read Problem

Posted on June 28, 2016 at 17:14Hallo, Leider komme ich noch nicht so ganz mit dem lesen von I2C Slaves klar. Das schreiben klappt. Hat jemand eine funktionierende Routine womit ich das lesen mal testen könnte? Im Internet finde ich zwar vieles, nic...

[SOLVED] STM32F746 temperature sensor problem

Posted on June 27, 2016 at 12:22 Hello, I'm trying to get temperature from internal sensor of the STM32F7 I'm a begineer and I'm working on a discovery kit directly on mbed. Currently, the functionHAL_ADC_PollForConversion return no...

Pin configuration in cubemx broken ?

Posted on June 25, 2016 at 00:20I'm using 4.14 (although I had the same behavior with the most recent build on a different machine) under OS XWhen configuring the USB devices on an stm32f303VEx,  the pins are not correctly configured -- indeed there...

Geoffrey1 by Associate III
  • 801 Views
  • 7 replies
  • 0 kudos